Skip to content

Commit 55ee886

Browse files
Bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 020e2c7 commit 55ee886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: cargo clippy --features ${{ matrix.features }} --message-format=json | clippy-sarif | tee rust-clippy-results.sarif | sarif-fmt
4040
continue-on-error: true
4141
- name: Upload analysis results to GitHub
42-
uses: github/codeql-action/upload-sarif@v2
42+
uses: github/codeql-action/upload-sarif@v3
4343
with:
4444
sarif_file: rust-clippy-results.sarif
4545
wait-for-processing: true
@@ -78,7 +78,7 @@ jobs:
7878
sarif-fmt
7979
working-directory: examples/stm32f4-event-printer
8080
- name: Upload analysis results to GitHub
81-
uses: github/codeql-action/upload-sarif@v2
81+
uses: github/codeql-action/upload-sarif@v3
8282
with:
8383
sarif_file: examples/stm32f4-event-printer/rust-clippy-results.sarif
8484
wait-for-processing: true

0 commit comments

Comments
 (0)