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 8a8c8ec commit 5cd8e89Copy full SHA for 5cd8e89
.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@2f3c869154a3036de8e53db79251b67d10cfb91f
+ uses: snyk/actions/python@10a13eb1b556d09c820d6dbc05233e68b30f10b0
20
continue-on-error: true # To make sure that SARIF upload gets called
21
env:
22
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
0 commit comments