We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60a5d7 commit 783a3c2Copy full SHA for 783a3c2
.github/workflows/lint.yml
@@ -66,7 +66,7 @@ jobs:
66
RUSTFLAGS: "-D warnings"
67
68
- name: Upload Clippy results to GitHub
69
- uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
+ uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
70
with:
71
sarif_file: clippy_result.sarif
72
sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}
0 commit comments