Skip to content

Commit 069714c

Browse files
authored
Merge pull request #25 from DavidOsipov/renovate/snyk-actions-digest
Update snyk/actions digest to cdb7600
2 parents a021d16 + 1f397f6 commit 069714c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
if [ -f pyproject.toml ]; then pip install poetry && poetry install; fi
5454
5555
- name: Run Snyk to check for vulnerabilities
56-
uses: snyk/actions/python-3.10@4a528b5c534bb771b6e3772656a8e0e9dc902f8b
56+
uses: snyk/actions/python-3.10@cdb760004ba9ea4d525f2e043745dfe85bb9077e
5757
continue-on-error: true # To make sure that SARIF upload gets called
5858
env:
5959
SNYK_TOKEN: ${{ secrets.SNYK_SECRET_TOKEN }}

0 commit comments

Comments
 (0)