Skip to content

Commit

Permalink
Update vulnerabilities.yaml
Browse files Browse the repository at this point in the history
update version to 1.1.0
  • Loading branch information
bikegeek authored Dec 18, 2024
1 parent f22790e commit 18a9374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vulnerabilities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python -m venv env/
source env/bin/activate
python -m pip install .
- uses: pypa/gh-action-pip-audit@v1.0.5
- uses: pypa/gh-action-pip-audit@v1.1.0
with:
inputs: requirements.txt
virtual-environment: env/
Expand Down

0 comments on commit 18a9374

Please sign in to comment.