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 4de6461 commit 3e85634Copy full SHA for 3e85634
.github/workflows/sca-scan.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@master
10
- name: Run Snyk to check for vulnerabilities
11
- uses: snyk/actions/python@master
+ uses: snyk/actions/python-3.10@master
12
env:
13
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
14
with:
0 commit comments