Commit b739081
ci: bump codecov-action to v7.0.0 to fix GPG verification
The Coverage Report job has failed on every master run since at least
2026-07-21, always at 'Upload coverage to Codecov':
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
gpg: Can't check signature: No public key
==> Could not verify signature. Please contact Codecov if problem continues
The pinned SHA is v5.5.2, whose wrapper fetches Codecov's signing key from
keybase.io/codecovsecurity/pgp_keys.asc. Codecov deleted that keybase account
and moved to codecovsecops (see the v7.0.0 release notes), so the import
returns nothing, zero keys are imported, and the signature check that follows
can never succeed. Permanent, not transient.
v7.0.0 fetches from keybase.io/codecovsecops/pgp_keys.asc. It is a composite
action like v5, and the three inputs used here (token, fail_ci_if_error,
files) are unchanged, so this is a drop-in swap.
Side effect of the failure: 'Trigger Beekeeper' declares
needs: [test, lint, coverage], so it has been skipped on master for over a
month along with the coverage job.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent a93fb7a commit b739081
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments