mirror of
https://github.com/codecov/codecov-action.git
synced 2026-06-28 20:15:07 +00:00
Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0fb7174895 | ||
|
|
f00ac4b766 |
3 changed files with 10 additions and 2 deletions
|
|
@ -1,3 +1,11 @@
|
|||
## v5.5.5
|
||||
|
||||
### What's Changed
|
||||
* fix: fetch Codecov PGP key from keybase.io/codecovsecops
|
||||
|
||||
**Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.5.4..v5.5.5
|
||||
|
||||
|
||||
## v5.5.2
|
||||
|
||||
### What's Changed
|
||||
|
|
|
|||
2
dist/codecov.sh
vendored
2
dist/codecov.sh
vendored
|
|
@ -110,7 +110,7 @@ then
|
|||
chmod +x "$CC_COMMAND"
|
||||
fi
|
||||
else
|
||||
echo "$(curl -s https://keybase.io/codecovsecurity/pgp_keys.asc)" | \
|
||||
echo "$(curl -s https://keybase.io/codecovsecops/pgp_keys.asc)" | \
|
||||
gpg --no-default-keyring --import
|
||||
# One-time step
|
||||
say "$g==>$x Verifying GPG signature integrity"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
5.5.4
|
||||
5.5.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue