Skip to content

Commit 67fdd9a

Browse files
authored
workflows/integration: trailofbits/gh-action-pip-audit is now pypa/gh-action-pip-audit (#2380)
Signed-off-by: William Woodruff <william@trailofbits.com> Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent 510d8fe commit 67fdd9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v3
26-
- uses: trailofbits/gh-action-pip-audit@v1.0.0
26+
- uses: pypa/gh-action-pip-audit@v1.0.0
2727
with:
2828
inputs: requirements.txt dev_requirements.txt
2929

0 commit comments

Comments
 (0)