From 9c484f245116f555470b9e461c31d526f966fb68 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Tue, 22 Oct 2024 10:03:28 -0500 Subject: [PATCH] feat: use wrapper fix: submodules fix: >> fix: container with python fix: oidc fix: latex fix: latex in the container fix: no sudo fix: container to python fix: submodule stuff fix: just dont coverage fix: apt install git fix: no sudo fix: apt-get fix: use the oidc token fix: cut the token fix: small changes fix: set the token fix: add defaults fix: bump to latest wrapper fix: 0.0.20 fix: 0.8.0 --- .github/workflows/main.yml | 2 ++ dist/codecov.sh | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a8df55a..e92f001 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -99,6 +99,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4.2.2 + with: + submodules: 'true' - name: Install deps run: | apt-get install git diff --git a/dist/codecov.sh b/dist/codecov.sh index 5aa8c6b..8226472 100755 --- a/dist/codecov.sh +++ b/dist/codecov.sh @@ -102,6 +102,11 @@ CC_PUBLIC_PGP_KEY=$(curl https://keybase.io/codecovsecurity/pgp_keys.asc) then exit_if_error "Could not verify SHASUM. Please contact security@codecov.io if problem continues" fi + if ! (shasum -a 256 -c "${cc_filename}.SHA256SUM" || \ + sha256sum -c "${cc_filename}.SHA256SUM"); + then + exit_if_error "Could not verify SHASUM. Please contact Codecov if problem continues" + fi say "$g==>$x CLI integrity verified" say fi