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 5429327 commit 7798015Copy full SHA for 7798015
.github/workflows/snyk.yml
@@ -15,6 +15,6 @@ jobs:
15
args: --sarif-file-output=snyk.sarif
16
--severity-threshold=high
17
- name: Upload result to GitHub Code Scanning
18
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
19
with:
20
sarif_file: snyk.sarif
0 commit comments