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 c023481 commit bf363b5Copy full SHA for bf363b5
.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@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
+ uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
116
if: always()
117
with:
118
sarif_file: ${{ matrix.directory }}/clippy.sarif
0 commit comments