Skip to content

Commit e4cbaba

Browse files
imnasnainaecclaude
andauthored
Bump codecov-action from v6.0.0 to v7.0.0 (#4298)
v7.0.0 fixes GPG signature verification failures caused by Codecov rotating their signing key in CLI v11.x. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1c586dd commit e4cbaba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
name: coverage
9595
- name: Upload coverage report
96-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
96+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
9797
with:
9898
token: ${{ secrets.CODECOV_TOKEN }}
9999
fail_ci_if_error: true

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
with:
118118
name: coverage
119119
- name: Upload coverage report
120-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
120+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
121121
with:
122122
token: ${{ secrets.CODECOV_TOKEN }}
123123
fail_ci_if_error: true

0 commit comments

Comments
 (0)