mirror of
https://github.com/codecov/codecov-action.git
synced 2026-06-28 18:06:58 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0fb7174895 | ||
|
|
f00ac4b766 | ||
|
|
75cd11691c | ||
|
|
87d39f4a2c |
@@ -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
|
||||
|
||||
@@ -230,7 +230,7 @@ runs:
|
||||
GITHUB_REPOSITORY: ${{ github.repository }}
|
||||
|
||||
- name: Get OIDC token
|
||||
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
|
||||
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
|
||||
id: oidc
|
||||
with:
|
||||
script: |
|
||||
|
||||
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.3
|
||||
5.5.5
|
||||
|
||||
Reference in New Issue
Block a user