Skip to content

Commit 783a3c2

Browse files
[deps]: Update github/codeql-action action to v4
1 parent c60a5d7 commit 783a3c2

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@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
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)