File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,12 +63,13 @@ jobs:
6363 - name : Install Codecov CLI
6464 if : always()
6565 run : |
66+ curl https://keybase.io/codecovsecurity/pgp_keys.asc \
67+ | gpg --no-default-keyring --keyring trustedkeys.gpg --import
6668 curl -Os https://cli.codecov.io/latest/linux/codecov
6769 curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM
6870 curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM.sig
69- curl https://keybase.io/codecovsecurity/pgp_keys.asc \
70- | gpg --no-default-keyring --keyring trustedkeys.gpg --import
71- gpg --verify codecov.SHA256SUM.sig codecov.SHA256SUM
71+ gpg --no-default-keyring --keyring trustedkeys.gpg \
72+ --verify codecov.SHA256SUM.sig codecov.SHA256SUM
7273 shasum -a 256 -c codecov.SHA256SUM
7374 sudo chmod +x codecov
7475 sudo mv codecov /usr/local/bin/codecov
You can’t perform that action at this time.
0 commit comments