From 3c31bb8c16c2b1f30d581edf115e13a0f22205b0 Mon Sep 17 00:00:00 2001 From: Steven Reilly Date: Fri, 5 May 2023 13:20:20 -0400 Subject: [PATCH] bump pip-audit action to 1.0.6 (#498) --- .github/workflows/checks.yml | 2 +- .github/workflows/daily_checks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index b492877aa..cb1062e3c 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -65,7 +65,7 @@ jobs: - uses: ./.github/actions/setup-project - name: Create requirements.txt run: pipenv requirements > requirements.txt - - uses: pypa/gh-action-pip-audit@v1.0.4 + - uses: pypa/gh-action-pip-audit@v1.0.6 with: inputs: requirements.txt - name: Run npm audit diff --git a/.github/workflows/daily_checks.yml b/.github/workflows/daily_checks.yml index 9e86fa442..74d1e36c3 100644 --- a/.github/workflows/daily_checks.yml +++ b/.github/workflows/daily_checks.yml @@ -26,7 +26,7 @@ jobs: - uses: ./.github/actions/setup-project - name: Create requirements.txt run: pipenv requirements > requirements.txt - - uses: pypa/gh-action-pip-audit@v1.0.4 + - uses: pypa/gh-action-pip-audit@v1.0.6 with: inputs: requirements.txt - name: Run npm audit