Skip to content

Commit cbea277

Browse files
authored
chore: Update Snyk action (#3228)
1 parent 3521ddc commit cbea277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v5
1818
- name: Run Snyk to check for vulnerabilities
19-
uses: snyk/actions/python-3.8@master
19+
uses: snyk/actions/python-3.12@master
2020
continue-on-error: true # To make sure that SARIF upload gets called
2121
env:
2222
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 commit comments

Comments
 (0)