Skip to content

Commit a3e37ab

Browse files
Bump pypa/gh-action-pip-audit from 1.0.8 to 1.1.0
Bumps [pypa/gh-action-pip-audit](https://github.com/pypa/gh-action-pip-audit) from 1.0.8 to 1.1.0. - [Release notes](https://github.com/pypa/gh-action-pip-audit/releases) - [Commits](pypa/gh-action-pip-audit@v1.0.8...v1.1.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pip-audit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 98c33ff commit a3e37ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Run style checks & linting
6767
uses: pre-commit/[email protected]
6868
- name: Scan dependencies for known vulnerabilities
69-
uses: pypa/gh-action-pip-audit@v1.0.8
69+
uses: pypa/gh-action-pip-audit@v1.1.0
7070
with:
7171
vulnerability-service: osv
7272
# Ignore issues with pip and setuptools versions used by the action itself

0 commit comments

Comments
 (0)