From f97dedb69252a30d3074a24e86e30874177f92b9 Mon Sep 17 00:00:00 2001 From: Kevin Backhouse Date: Thu, 11 Jun 2026 20:00:39 +0100 Subject: [PATCH] Update CodeCov keybase url --- .github/workflows/on_PR_linux_special_builds.yml | 2 +- .github/workflows/on_push_ExtraJobsForMain.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on_PR_linux_special_builds.yml b/.github/workflows/on_PR_linux_special_builds.yml index 006e5a7fea..587690df71 100644 --- a/.github/workflows/on_PR_linux_special_builds.yml +++ b/.github/workflows/on_PR_linux_special_builds.yml @@ -50,7 +50,7 @@ jobs: ctest --output-on-failure # this needs to match th ecommand in on_push_ExtraJobsForMain.yml! gcovr --root .. --object-dir . --exclude-unreachable-branches --exclude-throw-branches --xml -o coverage.xml - curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --import + curl https://keybase.io/codecovsecops/pgp_keys.asc | gpg --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/on_push_ExtraJobsForMain.yml b/.github/workflows/on_push_ExtraJobsForMain.yml index 5e4f95eac7..886d25dc4e 100644 --- a/.github/workflows/on_push_ExtraJobsForMain.yml +++ b/.github/workflows/on_push_ExtraJobsForMain.yml @@ -52,7 +52,7 @@ jobs: ctest --output-on-failure # this needs to match th ecommand in on_PR_linux_secial_builds.yml! gcovr --root .. --object-dir . --exclude-unreachable-branches --exclude-throw-branches --xml -o coverage.xml . - curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --import + curl https://keybase.io/codecovsecops/pgp_keys.asc | gpg --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