Skip to content

Commit

Permalink
Bump pypa/gh-action-pip-audit from 1.0.8 to 1.1.0 (#224)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 8b0f359 commit 3aca2aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,15 @@ jobs:
run: safety check -r s3torchconnectorclient/requirements.txt

- name: Audit s3torchconnectorclient dependencies
uses: pypa/gh-action-pip-audit@v1.0.8
uses: pypa/gh-action-pip-audit@v1.1.0
with:
inputs: "s3torchconnectorclient"

# - name: Install local s3torchconnectorclient
# run: |
# python -m pip install -e "s3torchconnectorclient"
# - name: Audit s3torchconnector dependencies
# uses: pypa/gh-action-pip-audit@v1.0.8
# uses: pypa/gh-action-pip-audit@v1.1.0
# with:
# inputs: "s3torchconnector"

Expand Down

0 comments on commit 3aca2aa

Please sign in to comment.