update pip audit action to pypa and bump version

pull/1887/head
alpharush 2 years ago committed by GitHub
parent 176c85c092
commit 1ebf7d27c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/pip-audit.yml

@ -34,6 +34,6 @@ jobs:
python -m pip install .
- name: Run pip-audit
uses: trailofbits/gh-action-pip-audit@v0.0.4
uses: pypa/gh-action-pip-audit@v1.0.7
with:
virtual-environment: /tmp/pip-audit-env

Loading…
Cancel
Save