We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80547ef + 852dc62 commit 463c9a8Copy full SHA for 463c9a8
.github/workflows/backend.yml
@@ -51,6 +51,6 @@ jobs:
51
export SQLALCHEMY_DATABASE_URI=postgresql://postgres:postgres@localhost:5432/postgres
52
alembic upgrade head
53
- name: Check for vulnerabilities
54
- uses: pypa/gh-action-pip-audit@v1.0.8
+ uses: pypa/gh-action-pip-audit@v1.1.0
55
with:
56
inputs: backend/requirements.txt backend/requirements-dev.txt
0 commit comments