diff options
| author | Ha Thach <[email protected]> | 2023-12-18 21:24:11 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-18 21:24:11 +0700 |
| commit | b9be733c3ca4bdab80e42f5d46335f752f02971b (patch) | |
| tree | 98b226c4db3d456dd341c5699c3197f6e53b4f46 /.github/workflows/codeql.yml | |
| parent | 7c181c4e9b1162a8324da28b45e343f387b420d8 (diff) | |
| parent | 1a3f5f7a09d523872d8ab42fc3b432c19e8845b7 (diff) | |
Merge pull request #2383 from hathach/update-freertos-11.0
update freertos deps to v11.0.0
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 |
