Skip to content

Commit c9cc09c

Browse files
[deps]: Update github/codeql-action action to v4
1 parent 8ef7951 commit c9cc09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
RUSTFLAGS: "-D warnings"
6767

6868
- name: Upload Clippy results to GitHub
69-
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
69+
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
7070
with:
7171
sarif_file: clippy_result.sarif
7272
sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)