From 4f43933d9cc331a6b506a0a3c02039f84330b67b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 12:33:10 +0200 Subject: [PATCH] Bump trailofbits/gh-action-pip-audit from 1.0.0 to 1.0.4 (#452) Bumps [trailofbits/gh-action-pip-audit](https://github.com/trailofbits/gh-action-pip-audit) from 1.0.0 to 1.0.4. - [Release notes](https://github.com/trailofbits/gh-action-pip-audit/releases) - [Commits](https://github.com/trailofbits/gh-action-pip-audit/compare/v1.0.0...v1.0.4) --- 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> Co-authored-by: dvora-h <67596500+dvora-h@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 1ab1e84..1db76b1 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.0 + - uses: trailofbits/gh-action-pip-audit@v1.0.4 with: virtual-environment: .venv ignore-vulns: |