Skip to content

Commit

Permalink
tell snyk workflow to run with updated python
Browse files Browse the repository at this point in the history
the latest ubuntu image will not use this version of python any more. this version isnt used at runtime so lets update the workflow to a nice modern version, which should last a few more years
  • Loading branch information
andrew-nowak committed Dec 18, 2024
1 parent c6ed1ea commit 5e71133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
SKIP_NODE: false
SKIP_PYTHON: false
PIP_REQUIREMENTS_FILES: quarantine-status/lambda/requirements.txt
PYTHON_VERSION: 3.7.13
PYTHON_VERSION: 3.13.1
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit 5e71133

Please sign in to comment.