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 8ef7951 commit c9cc09cCopy full SHA for c9cc09c
.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@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
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