diff options
| author | Ha Thach <[email protected]> | 2024-05-15 16:42:15 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-15 16:42:15 +0700 |
| commit | cf532d14792411fd40ad3433fe0ce9959887ef4b (patch) | |
| tree | a440d4f6cb2f9d1275dda5b22a98ecee742c3163 /.github/workflows/codeql.yml | |
| parent | 3c24ba3ff2eb5fdb4e214f668a25ed2038a847ad (diff) | |
| parent | 50278211f4117079ce5eda396f68d802d9cda615 (diff) | |
Merge pull request #2646 from hathach/max3421-abort-xfer
Implement Max3421 hcd abort xfer
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1f7b60b9c..be4c2dd87 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -59,10 +59,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Install ARM GCC - uses: carlosperate/arm-none-eabi-gcc-action@v1 + - name: Setup Toolchain + uses: ./.github/actions/setup_toolchain with: - release: '11.2-2022.02' + toolchain: 'arm-gcc' # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL |
