Skip to content

Commit f555712

Browse files
Bump pypa/gh-action-pip-audit from 1.0.8 to 1.1.0 (#3690)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin DeJong <[email protected]>
1 parent 9f92350 commit f555712

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
pip3 install -e .
7070
pip install --upgrade pip
7171
pip install --upgrade setuptools
72-
- uses: pypa/gh-action-pip-audit@v1.0.8
72+
- uses: pypa/gh-action-pip-audit@v1.1.0
7373
with:
7474
ignore-vulns: |
7575
GHSA-r9hx-vwmv-q579

.github/workflows/ci-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
pip3 install -e .
7272
pip install --upgrade pip
7373
pip install --upgrade setuptools
74-
- uses: pypa/gh-action-pip-audit@v1.0.8
74+
- uses: pypa/gh-action-pip-audit@v1.1.0
7575
with:
7676
ignore-vulns: |
7777
GHSA-r9hx-vwmv-q579

0 commit comments

Comments
 (0)