We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0ac687 + 98f5537 commit 19e1d0cCopy full SHA for 19e1d0c
1 file changed
.github/workflows/pip-audit.yml
@@ -16,8 +16,9 @@ jobs:
16
run: |
17
python -m venv env/
18
source env/bin/activate
19
+ python -m pip install --upgrade pip
20
python -m pip install .
- - uses: trailofbits/gh-action-pip-audit@v0.0.4
21
+ - uses: pypa/gh-action-pip-audit@v1.0.0
22
with:
23
virtual-environment: env/
24
local: true
0 commit comments