mirror of
https://github.com/codecov/codecov-action.git
synced 2026-06-28 18:06:58 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0fb7174895 | ||
|
|
f00ac4b766 | ||
|
|
75cd11691c | ||
|
|
87d39f4a2c | ||
|
|
1af58845a9 | ||
|
|
c143300dea |
@@ -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.2
|
||||
5.5.5
|
||||
|
||||
Reference in New Issue
Block a user