Skip to content

Commit 76d8102

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 4006c26 commit 76d8102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@v4
33-
- uses: pypa/gh-action-pip-audit@v1.0.8
33+
- uses: pypa/gh-action-pip-audit@v1.1.0
3434
with:
3535
inputs: requirements.txt dev_requirements.txt
3636
ignore-vulns: |

0 commit comments

Comments
 (0)