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