Skip to content

Commit

Permalink
use pip-audit==2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mikahanninen committed Oct 7, 2024
1 parent b3a5fec commit ff606ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
python -m pip freeze > requirements.txt
- name: check freeze file
run: |
python -m pip install pip-audit==2.7.13
python -m pip install pip-audit==2.7.3
python -m pip_audit --no-deps -r requirements.txt
# Only run scans for latest template version from https://github.com/robocorp/template-standard/blob/master/conda.yaml
if: ${{ matrix.python-version == '3.10.14' && matrix.pip-version == '24.2' }}
Expand Down

0 comments on commit ff606ed

Please sign in to comment.