We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34c53e commit 1da66edCopy full SHA for 1da66ed
.github/actions/security-scans/action.yml
@@ -58,7 +58,7 @@ runs:
58
sed -i 's/"security-severity": "undefined"/"security-severity": "0"/g' snyk.sarif
59
60
- name: Upload result to GitHub Code Scanning
61
- uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
+ uses: github/codeql-action/upload-sarif@b8bb9f28b8d3f992092362369c57161b755dea45 # v4
62
if: ${{ hashFiles('snyk.sarif') != '' }}
63
with:
64
sarif_file: snyk.sarif
0 commit comments