From 6e7cf6a0545bdc946b7a3a019a1d54309de9b374 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 13:14:06 -0500 Subject: [PATCH] build(deps): bump pypa/gh-action-pip-audit from 1.0.5 to 1.0.6 (#53) Bumps [pypa/gh-action-pip-audit](https://github.com/pypa/gh-action-pip-audit) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/pypa/gh-action-pip-audit/releases) - [Commits](https://github.com/pypa/gh-action-pip-audit/compare/v1.0.5...v1.0.6) --- updated-dependencies: - dependency-name: pypa/gh-action-pip-audit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 833cb54..6d5cf0f 100644 --- a/.github/workflows/pip-audit.yml +++ b/.github/workflows/pip-audit.yml @@ -22,7 +22,7 @@ jobs: python-version: "3.10" - name: Run pip-audit - uses: pypa/gh-action-pip-audit@v1.0.5 + uses: pypa/gh-action-pip-audit@v1.0.6 with: inputs: . local: true