diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index 29c4c7db6..381588d53 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -44,7 +44,7 @@ jobs: poetry install --with test --all-extras pre-commit run --all-files - name: pip-audit (gh-action-pip-audit) - uses: pypa/gh-action-pip-audit@v1.0.8 + uses: pypa/gh-action-pip-audit@v1.1.0 with: virtual-environment: .venv/ ignore-vulns: |