From decdf0d054b587133f6b49d3acc890f86555b258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:02:26 +0000 Subject: [PATCH] build(deps): bump pypa/gh-action-pip-audit from 1.0.6 to 1.0.8 Bumps [pypa/gh-action-pip-audit](https://github.com/pypa/gh-action-pip-audit) from 1.0.6 to 1.0.8. - [Release notes](https://github.com/pypa/gh-action-pip-audit/releases) - [Commits](https://github.com/pypa/gh-action-pip-audit/compare/v1.0.6...v1.0.8) --- updated-dependencies: - dependency-name: pypa/gh-action-pip-audit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/code-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-analysis.yml b/.github/workflows/code-analysis.yml index 36b345a..78587a2 100644 --- a/.github/workflows/code-analysis.yml +++ b/.github/workflows/code-analysis.yml @@ -51,7 +51,7 @@ jobs: uses: github/codeql-action/analyze@v2 - name: Run pip audit - uses: pypa/gh-action-pip-audit@v1.0.6 + uses: pypa/gh-action-pip-audit@v1.0.8 continue-on-error: true with: inputs: requirements.txt requirements-dev.txt