From 2112eaec1bedbdabc7e93d5312449d0d62b07c60 Mon Sep 17 00:00:00 2001 From: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com> Date: Thu, 14 Nov 2024 10:28:53 -0500 Subject: [PATCH] chore(deps): bump wrapper to 0.0.23 (#1644) --- dist/codecov.sh | 7 +++++-- src/scripts | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dist/codecov.sh b/dist/codecov.sh index 5d3c64a71..6f534ea2e 100755 --- a/dist/codecov.sh +++ b/dist/codecov.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -CC_WRAPPER_VERSION="0.0.22" +CC_WRAPPER_VERSION="0.0.23" set +u say() { echo -e "$1" @@ -80,13 +80,16 @@ else say "$g ->$x Downloading $b${cc_url}$x" curl -Os $cc_url say "$g==>$x Finishing downloading $b${cc_os}:${CC_VERSION}$x" + version_url="https://cli.codecov.io/${cc_os}/${CC_VERSION}" + version=$(curl -s $version_url -H "Accept:application/json" | jq -r '.version') + say " Version: $b$version$x" say " " fi if [ "$CC_SKIP_VALIDATION" = "true" ] || [ -n "$CC_BINARY" ]; then say "$r==>$x Bypassing validation as requested by user" else -CC_PUBLIC_PGP_KEY=$(curl https://keybase.io/codecovsecurity/pgp_keys.asc) +CC_PUBLIC_PGP_KEY=$(curl -s https://keybase.io/codecovsecurity/pgp_keys.asc) echo "${CC_PUBLIC_PGP_KEY}" | \ gpg --no-default-keyring --import # One-time step diff --git a/src/scripts b/src/scripts index 44fa6396f..c4d213e68 160000 --- a/src/scripts +++ b/src/scripts @@ -1 +1 @@ -Subproject commit 44fa6396f465b4a2f5f1bf069acc63aca69bbbe9 +Subproject commit c4d213e6887bffb87543c40cd3bb8eb93b264221