We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abcc96d commit ab6d855Copy full SHA for ab6d855
1 file changed
.github/workflows/pip-audit.yml
@@ -17,7 +17,7 @@ jobs:
17
python -m venv env/
18
source env/bin/activate
19
python -m pip install .
20
- - uses: trailofbits/gh-action-pip-audit@v0.0.4
+ - uses: pypa/gh-action-pip-audit@v1.0.0
21
with:
22
virtual-environment: env/
23
local: true
0 commit comments