From 8dc4d81e44f3a5276e259899c378814e85d7c1ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:56:26 +0000 Subject: [PATCH] chore(deps): update pypa/gh-action-pip-audit action to v1.1.0 --- .github/workflows/build_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_tests.yml b/.github/workflows/build_tests.yml index d000cec..3debe03 100644 --- a/.github/workflows/build_tests.yml +++ b/.github/workflows/build_tests.yml @@ -29,7 +29,7 @@ jobs: - name: Install skill run: | pip install . - - uses: pypa/gh-action-pip-audit@v1.0.8 + - uses: pypa/gh-action-pip-audit@v1.1.0 with: # Ignore setuptools vulnerability we can't do much about # Ignore numpy vulnerability affecting latest version for Py3.7