Skip to content

Commit f5d5461

Browse files
chore(deps): update all non-major dependencies
1 parent 946c154 commit f5d5461

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
TESTING: true
7979
run: pytest --cov=. --cov-report=xml --cov-report=term-missing -v --cov-fail-under=30 tests/
8080
- name: Upload coverage reports to Codecov
81-
uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0
81+
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
8282
with:
8383
token: ${{ secrets.CODECOV_TOKEN }}
8484

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- name: Run Semgrep
2424
run: semgrep --config p/python --config p/secrets --sarif --output results.sarif .
2525
- name: Upload SARIF file
26-
uses: github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.5
26+
uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
2727
with:
2828
sarif_file: results.sarif

0 commit comments

Comments
 (0)