From c40c066327d10058f23d127578bcad31092e89f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 08:01:33 +0000 Subject: [PATCH] Bump pypa/gh-action-pip-audit from 1.0.0 to 1.0.7 Bumps [pypa/gh-action-pip-audit](https://github.com/pypa/gh-action-pip-audit) from 1.0.0 to 1.0.7. - [Release notes](https://github.com/pypa/gh-action-pip-audit/releases) - [Commits](https://github.com/pypa/gh-action-pip-audit/compare/v1.0.0...v1.0.7) --- 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/pip-audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pip-audit.yml b/.github/workflows/pip-audit.yml index 197fbb0..239eca4 100644 --- a/.github/workflows/pip-audit.yml +++ b/.github/workflows/pip-audit.yml @@ -31,7 +31,7 @@ jobs: - name: Run pip-audit - uses: pypa/gh-action-pip-audit@v1.0.0 + uses: pypa/gh-action-pip-audit@v1.0.7 with: virtual-environment: /tmp/pip-audit-env