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.
github/codeql-action
1 parent 09a7e77 commit f86a149Copy full SHA for f86a149
.github/workflows/rust.yml
@@ -112,7 +112,7 @@ jobs:
112
mv "$tmp" clippy.sarif
113
114
- name: Upload SARIF file
115
- uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
+ uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
116
if: always()
117
with:
118
sarif_file: ${{ matrix.directory }}/clippy.sarif
0 commit comments