diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ee0a8cedd50..8e8f0ce63229 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -571,7 +571,7 @@ jobs: # We can't yet use tokenless uploads with the codecov CLI # python3 -m pip install codecov-cli # - curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --import + curl -s https://uploader.codecov.io/verification.gpg | gpg --no-default-keyring --import curl -Os https://uploader.codecov.io/latest/linux/codecov curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig diff --git a/.github/workflows/depcheck.yml b/.github/workflows/depcheck.yml index c5e8ffb59c92..1852a5df1476 100644 --- a/.github/workflows/depcheck.yml +++ b/.github/workflows/depcheck.yml @@ -569,7 +569,7 @@ jobs: # We can't yet use tokenless uploads with the codecov CLI # python3 -m pip install codecov-cli # - curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --import + curl -s https://uploader.codecov.io/verification.gpg | gpg --no-default-keyring --import curl -Os https://uploader.codecov.io/latest/linux/codecov curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig diff --git a/.github/workflows/templates/ci.yml.jinja b/.github/workflows/templates/ci.yml.jinja index 0456bace8202..6d07d1e49640 100644 --- a/.github/workflows/templates/ci.yml.jinja +++ b/.github/workflows/templates/ci.yml.jinja @@ -355,7 +355,7 @@ # We can't yet use tokenless uploads with the codecov CLI # python3 -m pip install codecov-cli # - curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --import + curl -s https://uploader.codecov.io/verification.gpg | gpg --no-default-keyring --import curl -Os https://uploader.codecov.io/latest/linux/codecov curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig diff --git a/changelog/69800.fixed.md b/changelog/69800.fixed.md new file mode 100644 index 000000000000..06d643d51b4d --- /dev/null +++ b/changelog/69800.fixed.md @@ -0,0 +1 @@ +Fix Codecov CLI installation step by replacing dead keybase.io PGP key URL.