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 aec2158 commit 2d53736Copy full SHA for 2d53736
1 file changed
.github/workflows/security-scan.yml
@@ -32,7 +32,7 @@ jobs:
32
fail-build: false
33
34
- name: Upload Grype scan results to GitHub Security tab
35
- uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
+ uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4
36
if: always()
37
with:
38
sarif_file: ${{ steps.grype-scan.outputs.sarif }}
0 commit comments