From 5e71133da51e3c776b8181f5fc4c682b064b896a Mon Sep 17 00:00:00 2001 From: Andrew Nowak Date: Wed, 18 Dec 2024 10:21:08 +0000 Subject: [PATCH] tell snyk workflow to run with updated python 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 --- .github/workflows/snyk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index 4727c6754e..79abd6d6c1 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -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 }}