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 7914528 + 5bf868d commit 2fca4a0Copy full SHA for 2fca4a0
.github/workflows/snyk.yml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
ref: ${{ github.event.pull_request.head.sha || github.ref }}
36
37
- - uses: snyk/actions/python-3.7@b98d498629f1c368650224d6d212bf7dfa89e4bf # pin@0.4.0
+ - uses: snyk/actions/python-3.8@4a528b5c534bb771b6e3772656a8e0e9dc902f8b # pinned 2023-06-13
38
continue-on-error: true # Make sure the SARIF upload is called
39
env:
40
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
0 commit comments