Skip to content

Commit 558563e

Browse files
committed
chore: Snyk updated to v3
1 parent 341f946 commit 558563e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/snyk-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
args: --sarif-file-output=snyk.sarif
2626
command: test
2727
- name: Upload result to GitHub Code Scanning
28-
uses: github/codeql-action/upload-sarif@v2
28+
uses: github/codeql-action/upload-sarif@v3
2929
with:
3030
sarif_file: snyk.sarif
3131
code:
@@ -42,6 +42,6 @@ jobs:
4242
args: --sarif-file-output=static-snyk.sarif
4343
command: code test
4444
- name: Upload result to GitHub Code Scanning
45-
uses: github/codeql-action/upload-sarif@v2
45+
uses: github/codeql-action/upload-sarif@v3
4646
with:
4747
sarif_file: static-snyk.sarif

0 commit comments

Comments
 (0)