File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ commands:
4141 curl -Os https://uploader.codecov.io/latest/linux/codecov
4242 curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
4343 curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig
44- curl -s https://keybase. io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
44+ curl -fsSL https://uploader.codecov. io/verification.gpg | gpg --no-default-keyring --keyring trustedkeys.gpg --import
4545 gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
4646 shasum -a 256 -c codecov.SHA256SUM
4747 chmod +x ./codecov
@@ -51,10 +51,10 @@ commands:
5151 - run :
5252 name : Collecting coverage reports
5353 command : |
54- curl -k https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
5554 curl -Os https://uploader.codecov.io/v0.8.0/aarch64/codecov
5655 curl -Os https://uploader.codecov.io/v0.8.0/aarch64/codecov.SHA256SUM
5756 curl -Os https://uploader.codecov.io/v0.8.0/aarch64/codecov.SHA256SUM.sig
57+ curl -k https://uploader.codecov.io/verification.gpg | gpg --no-default-keyring --keyring trustedkeys.gpg --import
5858 gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
5959 shasum -a 256 -c codecov.SHA256SUM
6060 sudo chmod +x codecov
You can’t perform that action at this time.
0 commit comments