Skip to content

Commit f4fcbb2

Browse files
renovate[bot]xz-dev
authored andcommitted
Update github/codeql-action action to v4
1 parent ad98246 commit f4fcbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cargo clippy --all-targets --all-features --message-format=json -- -Dwarnings |
2828
clippy-sarif | tee results.sarif | sarif-fmt
2929
continue-on-error: true
30-
- uses: github/codeql-action/upload-sarif@v3
30+
- uses: github/codeql-action/upload-sarif@v4
3131
with:
3232
sarif_file: results.sarif
3333

0 commit comments

Comments
 (0)