Skip to content

Commit

Permalink
Merge branch 'main' of github.com:manoelhc/test-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
manoelhc committed Oct 14, 2024
2 parents 9fa5207 + a15d366 commit 16867cd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2024.1
uses: JetBrains/qodana-action@v2024.2
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
just test-ci
- name: Upload coverage reports to Codecov
if: github.event.pull_request.draft == false
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: manoelhc/test-actions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zap-scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
curl --retry 10 --retry-connrefused --retry-max-time 120 -k -s https://127.0.0.1/health
- name: ZAP Scan
uses: zaproxy/action-api-scan@v0.7.0
uses: zaproxy/action-api-scan@v0.8.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
format: openapi
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
asyncio==3.4.3
asynctest==0.13.0
docker==7.1.0
httpx==0.27.0
httpx==0.27.2
pre-commit==3.8.0
pytest-asyncio==0.24.0
pytest==8.3.2
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
alembic==1.13.2
fastapi==0.112.0
fastapi==0.115.0
opentelemetry-distro==0.45b0
opentelemetry-instrumentation==0.45b0
pydantic==2.8.2
Expand All @@ -10,5 +10,5 @@ python-dotenv==1.0.1
redis==5.0.8
requests==2.32.3
SQLAlchemy==2.0.32
sqlmodel==0.0.21
uvicorn==0.30.5
sqlmodel==0.0.22
uvicorn==0.31.0

0 comments on commit 16867cd

Please sign in to comment.