Commit 6c45a74 1 parent 9bcd149 commit 6c45a74 Copy full SHA for 6c45a74
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
# how your Python dependencies are specified.
29
29
# You may also need to tweak it, depending on how your
30
30
# Python package's build is configured.
31
- # See https://github.com/trailofbits /gh-action-pip-audit for details.
31
+ # See https://github.com/pypa /gh-action-pip-audit for details.
32
32
- name : Install project
33
33
run : |
34
34
python -m venv /tmp/pip-audit-env
39
39
40
40
41
41
- name : Run pip-audit
42
- uses : trailofbits /gh-action-pip-audit@v0 .0.6
42
+ uses : pypa /gh-action-pip-audit@v1 .0.0
43
43
with :
44
44
# IMPORTANT: You may need additional or different settings here.
45
- # See https://github.com/trailofbits /gh-action-pip-audit for details.
45
+ # See https://github.com/pypa /gh-action-pip-audit for details.
46
46
virtual-environment : /tmp/pip-audit-env
47
47
You can’t perform that action at this time.
0 commit comments