Skip to content

Commit a1fa62a

Browse files
committed
Fix third-party-action-not-pinned-to-commit-sha
1 parent b944640 commit a1fa62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- name: Run tests and collect coverage
1717
run: pytest --cov=app --cov-report=xml
1818
- name: Upload coverage reports to Codecov with GitHub Action
19-
uses: codecov/codecov-action@v5
19+
uses: codecov/codecov-action@@0565863a31f2c772f9f0395002a31e3f06189574 # v5
2020
env:
2121
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)