Commit ff95fcb
committed
Correct the root-cause explanation for the Codecov key-import failure.
The previous commit's comment cited codecov/codecov-action#1955 and its
dead codecovsecurity Keybase URL as the direct cause. Checked
dist/codecov.sh at our pinned SHA (v7.0.0) directly: it actually fetches
from a different host, codecovsecops, which resolves fine with a valid
key when checked directly right now. So the failures observed here
(twice, before this fix) are better explained as a transient failure
somewhere in that external key-retrieval path, not the same dead URL
from #1955 -- similar class of problem, not the same bug. Trimmed the
in-file comment to the essentials; the full detail lives in the PR
description and commit history instead of duplicated inline.1 parent 3dc764f commit ff95fcb
1 file changed
Lines changed: 5 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
97 | 93 | | |
0 commit comments