Skip to content

Commit

Permalink
build(deps): bump pypa/gh-action-pip-audit from 1.0.4 to 1.0.6
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.4 to 1.0.6.
- [Release notes](https://github.com/pypa/gh-action-pip-audit/releases)
- [Commits](pypa/gh-action-pip-audit@v1.0.4...v1.0.6)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pip-audit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 20, 2023
1 parent 2daa904 commit b599330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
category: requirements-dev-${{ matrix.python-version }}

- name: Run pip audit
uses: pypa/gh-action-pip-audit@v1.0.4
uses: pypa/gh-action-pip-audit@v1.0.6
continue-on-error: true
with:
inputs: requirements.txt requirements-dev.txt

0 comments on commit b599330

Please sign in to comment.