Skip to content

Commit fc25a60

Browse files
Update pypa/gh-action-pip-audit action to v1.1.0
1 parent bc4fc70 commit fc25a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install repo
3838
run: |
3939
pip install .
40-
- uses: pypa/gh-action-pip-audit@v1.0.8
40+
- uses: pypa/gh-action-pip-audit@v1.1.0
4141
with:
4242
# Ignore irrelevant Mercurial vulnerability
4343
# Ignore `requests` and `urllib3` vulnerabilities as they are not used in this package

0 commit comments

Comments
 (0)