We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34c53e commit 80327abCopy full SHA for 80327ab
.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@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4
62
if: ${{ hashFiles('snyk.sarif') != '' }}
63
with:
64
sarif_file: snyk.sarif
0 commit comments