From fd7d45ab872d1af6603b13b66096fd2e37ec1698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 11:13:38 +0200 Subject: [PATCH] Bump trailofbits/gh-action-pip-audit from 1.0.4 to 1.0.5 (#460) Bumps [trailofbits/gh-action-pip-audit](https://github.com/trailofbits/gh-action-pip-audit) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/trailofbits/gh-action-pip-audit/releases) - [Commits](https://github.com/trailofbits/gh-action-pip-audit/compare/v1.0.4...v1.0.5) --- updated-dependencies: - dependency-name: trailofbits/gh-action-pip-audit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 1db76b1..72b5d1c 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.4 + - uses: trailofbits/gh-action-pip-audit@v1.0.5 with: virtual-environment: .venv ignore-vulns: |