From 13169b4519b993518029e322763f615c57a65d16 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Tue, 13 Sep 2022 16:41:02 -0400 Subject: [PATCH] workflows/integration: trailofbits/gh-action-pip-audit is now pypa/gh-action-pip-audit Signed-off-by: William Woodruff --- .github/workflows/integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 56dc286bc3..58bde68e93 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: trailofbits/gh-action-pip-audit@v1.0.0 + - uses: pypa/gh-action-pip-audit@v1.0.0 with: inputs: requirements.txt dev_requirements.txt