Skip to content

Commit

Permalink
Update pip-audit.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ry Jones <ry@linux.com>
  • Loading branch information
ryjones committed Sep 16, 2022
1 parent bd1c643 commit 8840e54
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 @@ -16,7 +16,7 @@ jobs:
python -m venv env/
source env/bin/activate
python -m pip install .
- uses: trailofbits/gh-action-pip-audit@v0.0.4
- uses: pypa/gh-action-pip-audit@v1.0.0
with:
virtual-environment: env/
local: true

0 comments on commit 8840e54

Please sign in to comment.