From 385d8b9ea15e0633abe9ab7b552ed9b3cf7faf1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 03:58:45 +0000 Subject: [PATCH] Bump trailofbits/gh-action-pip-audit from 1.0.5 to 1.0.6 Bumps [trailofbits/gh-action-pip-audit](https://github.com/trailofbits/gh-action-pip-audit) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/trailofbits/gh-action-pip-audit/releases) - [Commits](https://github.com/trailofbits/gh-action-pip-audit/compare/v1.0.5...v1.0.6) --- updated-dependencies: - dependency-name: trailofbits/gh-action-pip-audit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 440efcd1..5a0598ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: pip install --upgrade pip setuptools python -m pip install poetry poetry install - - uses: trailofbits/gh-action-pip-audit@v1.0.5 + - uses: trailofbits/gh-action-pip-audit@v1.0.6 with: virtual-environment: .venv ignore-vulns: |