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 13b589b commit e01af6fCopy full SHA for e01af6f
.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@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4
+ uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4
62
if: ${{ steps.snyk.conclusion == 'success' }}
63
with:
64
sarif_file: snyk.sarif
0 commit comments