From c0ed1c81100564139f32fdbdf09789f497ede90f Mon Sep 17 00:00:00 2001 From: Steve McGrath Date: Thu, 21 May 2026 15:11:23 -0500 Subject: [PATCH] Updated GH Action Workflows --- .github/workflows/deploy.yml | 4 ++-- .github/workflows/snyk_main.yml | 4 ++-- .github/workflows/testing.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0fd4a8877..a38ea319c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,11 +24,11 @@ jobs: pip3 install -r requirements.txt - name: Snyk Scan - uses: snyk/actions/node@master + uses: snyk/actions/python-3.12@master env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: - command: monitor --command=python3 --skip-unresolved=true + args: --severity-threshold=high - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@v1.13.0 diff --git a/.github/workflows/snyk_main.yml b/.github/workflows/snyk_main.yml index 7dd7259d5..fb30a7e19 100644 --- a/.github/workflows/snyk_main.yml +++ b/.github/workflows/snyk_main.yml @@ -29,8 +29,8 @@ jobs: pip3 install -r requirements.txt - name: Snyk Scan - uses: snyk/actions/node@master + uses: snyk/actions/python-3.12@master env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: - command: monitor --command=python3 --skip-unresolved=true + args: --severity-threshold=high diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index d5273c574..9eee080d1 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@v4 - uses: astral-sh/setup-uv@v4 with: - python-version: "3.10" + python-version: "3.12" - name: Run pip-audit run: uv export --format requirements-txt | uv tool run pip-audit --ignore-vuln GHSA-4xh5-x5gv-qwph