From ddf95d0cb8a3f59724873aa3cb174a15b7e3a5a2 Mon Sep 17 00:00:00 2001 From: andrii-codefresh Date: Sat, 18 Jul 2026 19:09:25 +0300 Subject: [PATCH 1/2] fix: update keybase account according to the codecov update --- incubating/codecov-reporter/step.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/incubating/codecov-reporter/step.yaml b/incubating/codecov-reporter/step.yaml index fe9051ae2..febab52db 100644 --- a/incubating/codecov-reporter/step.yaml +++ b/incubating/codecov-reporter/step.yaml @@ -3,7 +3,7 @@ kind: step-type metadata: name: codecov-reporter title: Sends a code scan report to codecov - version: 2.1.0 + version: 2.1.1 isPublic: true description: Sends a code scan report to codecov sources: @@ -96,7 +96,7 @@ spec: - os=${{os}} commands: - cd ${WORKING_DIRECTORY} - - curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step + - curl https://keybase.io/codecovsecops/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step - curl -Os "https://uploader.codecov.io/latest/${{os}}/codecov" - curl -Os "https://uploader.codecov.io/latest/${{os}}/codecov.SHA256SUM" - curl -Os "https://uploader.codecov.io/latest/${{os}}/codecov.SHA256SUM.sig" From 59a1b9b8115b864eb0d32938e1bbad465707ba64 Mon Sep 17 00:00:00 2001 From: andrii-codefresh Date: Tue, 21 Jul 2026 16:07:05 +0300 Subject: [PATCH 2/2] update node image --- incubating/codecov-reporter/step.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incubating/codecov-reporter/step.yaml b/incubating/codecov-reporter/step.yaml index febab52db..c33d53e4a 100644 --- a/incubating/codecov-reporter/step.yaml +++ b/incubating/codecov-reporter/step.yaml @@ -89,7 +89,7 @@ spec: - echo CODECOV_URL=$CODECOV_URL >> /meta/env_vars_to_export second: name: "send report" - image: node:15.2 + image: node:24 environment: - CODECOV_API_KEY=${{CODECOV_API_KEY}} - WORKING_DIRECTORY=${{working_directory}}