Skip to content

Commit 6c45a74

Browse files
committed
workflow-templates: change pip-audit slug to pypa
Signed-off-by: William Woodruff <[email protected]>
1 parent 9bcd149 commit 6c45a74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

workflow-templates/pip-audit.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# how your Python dependencies are specified.
2929
# You may also need to tweak it, depending on how your
3030
# 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.
3232
- name: Install project
3333
run: |
3434
python -m venv /tmp/pip-audit-env
@@ -39,9 +39,9 @@ jobs:
3939
4040
4141
- name: Run pip-audit
42-
uses: trailofbits/gh-action-pip-audit@v0.0.6
42+
uses: pypa/gh-action-pip-audit@v1.0.0
4343
with:
4444
# 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.
4646
virtual-environment: /tmp/pip-audit-env
4747

0 commit comments

Comments
 (0)