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