diff options
| author | hathach <[email protected]> | 2023-12-18 20:07:17 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-12-18 20:07:17 +0700 |
| commit | c314cb290300ffa2cbd23e1d3dee71bb3f6174f7 (patch) | |
| tree | 433730b8d151afaa06c596a6b1ce1d70f8be907c /.github/workflows/codeql.yml | |
| parent | 3c4db26e0125d42285f9723820e19a92bf69e14a (diff) | |
remove usage of linkermap, update checkout to v4
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index dec071753..3d51fc5b7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -57,7 +57,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install ARM GCC uses: carlosperate/arm-none-eabi-gcc-action@v1 |
