From eac5a14c58a765e99c45d2e59b4277bfe405a724 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 18:09:57 +0000 Subject: [PATCH 1/2] chore(deps): update codecov/codecov-action action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46fe385..d99763c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,6 @@ jobs: go mod tidy git diff --exit-code go.mod # must be up-to-date and tidied - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: file: ./cover.out From 0040175876ae704da8ba7899a2fa716398dde319 Mon Sep 17 00:00:00 2001 From: Atsushi Watanabe Date: Mon, 19 Feb 2024 13:55:06 +0900 Subject: [PATCH 2/2] Pass CODECOV_TOKEN --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d99763c..0bf9474 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,3 +48,4 @@ jobs: - uses: codecov/codecov-action@v4 with: file: ./cover.out + token: ${{ secrets.CODECOV_TOKEN }}