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 30bf36b + 1e91bc9 commit 1329101Copy full SHA for 1329101
.github/workflows/snyk-code.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@master
18
- name: Run Snyk to check for vulnerabilities
19
- uses: snyk/actions/python@de2dda699bf7276d103ed6a72a5bc5a1871ad658
+ uses: snyk/actions/python@9adf32b1121593767fc3c057af55b55db032dc04
20
continue-on-error: true # To make sure that SARIF upload gets called
21
env:
22
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
0 commit comments