We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c33ff commit a3e37abCopy full SHA for a3e37ab
.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Run style checks & linting
67
uses: pre-commit/[email protected]
68
- name: Scan dependencies for known vulnerabilities
69
- uses: pypa/gh-action-pip-audit@v1.0.8
+ uses: pypa/gh-action-pip-audit@v1.1.0
70
with:
71
vulnerability-service: osv
72
# Ignore issues with pip and setuptools versions used by the action itself
0 commit comments