Skip to content

Commit 1e91bc9

Browse files
Update snyk/actions digest to 9adf32b
1 parent 30bf36b commit 1e91bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@master
1818
- name: Run Snyk to check for vulnerabilities
19-
uses: snyk/actions/python@de2dda699bf7276d103ed6a72a5bc5a1871ad658
19+
uses: snyk/actions/python@9adf32b1121593767fc3c057af55b55db032dc04
2020
continue-on-error: true # To make sure that SARIF upload gets called
2121
env:
2222
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 commit comments

Comments
 (0)