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 341f946 commit 558563eCopy full SHA for 558563e
.github/workflows/snyk-checks.yml
@@ -25,7 +25,7 @@ jobs:
25
args: --sarif-file-output=snyk.sarif
26
command: test
27
- name: Upload result to GitHub Code Scanning
28
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
29
with:
30
sarif_file: snyk.sarif
31
code:
@@ -42,6 +42,6 @@ jobs:
42
args: --sarif-file-output=static-snyk.sarif
43
command: code test
44
45
46
47
sarif_file: static-snyk.sarif
0 commit comments