From 00119aa452272bab517c4d280152296d756f3c80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:13:53 +0000 Subject: [PATCH] [dependabot] Chore: Bump pypa/gh-action-pip-audit from 1.0.8 to 1.1.0 Bumps [pypa/gh-action-pip-audit](https://github.com/pypa/gh-action-pip-audit) from 1.0.8 to 1.1.0. - [Release notes](https://github.com/pypa/gh-action-pip-audit/releases) - [Commits](https://github.com/pypa/gh-action-pip-audit/compare/v1.0.8...v1.1.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pip-audit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/repository.yaml | 2 +- .github/workflows/security.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/repository.yaml b/.github/workflows/repository.yaml index 936934c..26fa821 100644 --- a/.github/workflows/repository.yaml +++ b/.github/workflows/repository.yaml @@ -452,4 +452,4 @@ jobs: pdm list --graph - name: "Perform package auditing" - uses: pypa/gh-action-pip-audit@v1.0.8 + uses: pypa/gh-action-pip-audit@v1.1.0 diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 89c57f1..92e54b2 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -65,4 +65,4 @@ jobs: pdm list --graph - name: "Run: pip-audit" - uses: pypa/gh-action-pip-audit@v1.0.8 + uses: pypa/gh-action-pip-audit@v1.1.0