Skip to content

Commit

Permalink
Merge pull request #1887 from crytic/ci-pip-audit
Browse files Browse the repository at this point in the history
update pip audit action to pypa and bump version
  • Loading branch information
0xalpharush authored May 4, 2023
2 parents 176c85c + 1ebf7d2 commit 6a77485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6a77485

Please sign in to comment.