Skip to content

Commit

Permalink
ci: update snyk/actions/python to snyk/actions/python-3.9 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
gofrolist authored Jul 5, 2023
1 parent 2c59063 commit e759240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:

- name: Run Snyk to check for Python vulnerabilities
continue-on-error: true
uses: snyk/actions/python@master
uses: snyk/actions/python-3.9@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
Expand Down

0 comments on commit e759240

Please sign in to comment.