We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f6af8 commit e931b89Copy full SHA for e931b89
1 file changed
.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@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4
+ uses: github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4
62
if: ${{ steps.snyk.conclusion == 'success' }}
63
with:
64
sarif_file: snyk.sarif
0 commit comments