There was an error while loading. Please reload this page.
1 parent 236fec9 commit 511fbd3Copy full SHA for 511fbd3
1 file changed
.github/workflows/security.yml
@@ -44,6 +44,7 @@ jobs:
44
- uses: actions/checkout@v6
45
- uses: actions/setup-python@v6
46
with: { python-version: "3.13" }
47
+ - run: python -m pip install --upgrade pip
48
- run: pip install pip-audit
49
- run: pip-audit --strict
50
0 commit comments