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 8c8fd44Copy full SHA for 8c8fd44
.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@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
116
if: always()
117
with:
118
sarif_file: ${{ matrix.directory }}/clippy.sarif
0 commit comments