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.
2 parents 7afbe1f + 6d97567 commit 15f7162Copy full SHA for 15f7162
.github/workflows/snyk-security.yml
@@ -94,7 +94,7 @@ jobs:
94
95
# Push the Snyk Code results into GitHub Code Scanning tab
96
- name: Upload result to GitHub Code Scanning
97
- uses: github/codeql-action/upload-sarif@6349095d19ec30397ffb02a63b7aa4f867deb563
+ uses: github/codeql-action/upload-sarif@df9f80e0f0fcc8711b6e26ef4cf69e553f271e88
98
env:
99
SNYK_TOKEN: ${{ secrets.SNYK_SECRET_TOKEN }}
100
with:
0 commit comments