mirror of
https://github.com/codecov/codecov-action.git
synced 2026-06-28 18:06:58 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0fb7174895 | ||
|
|
f00ac4b766 |
@@ -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
|
## v5.5.2
|
||||||
|
|
||||||
### What's Changed
|
### What's Changed
|
||||||
|
|||||||
2
dist/codecov.sh
vendored
2
dist/codecov.sh
vendored
@@ -110,7 +110,7 @@ then
|
|||||||
chmod +x "$CC_COMMAND"
|
chmod +x "$CC_COMMAND"
|
||||||
fi
|
fi
|
||||||
else
|
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
|
gpg --no-default-keyring --import
|
||||||
# One-time step
|
# One-time step
|
||||||
say "$g==>$x Verifying GPG signature integrity"
|
say "$g==>$x Verifying GPG signature integrity"
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
5.5.4
|
5.5.5
|
||||||
|
|||||||
Reference in New Issue
Block a user