Skip to content

Commit 463c9a8

Browse files
Merge pull request #57 from kilobyteno/dependabot/github_actions/pypa/gh-action-pip-audit-1.1.0
Bump pypa/gh-action-pip-audit from 1.0.8 to 1.1.0
2 parents 80547ef + 852dc62 commit 463c9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
export SQLALCHEMY_DATABASE_URI=postgresql://postgres:postgres@localhost:5432/postgres
5252
alembic upgrade head
5353
- name: Check for vulnerabilities
54-
uses: pypa/gh-action-pip-audit@v1.0.8
54+
uses: pypa/gh-action-pip-audit@v1.1.0
5555
with:
5656
inputs: backend/requirements.txt backend/requirements-dev.txt

0 commit comments

Comments
 (0)