From 9547c5d9f09d96c14670352ec272e8f923c397ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 05:41:17 +0000 Subject: [PATCH] chore(deps): update digest codecov/codecov-action digest to 04351de --- .github/workflows/pull-request.yml | 2 +- .github/workflows/release-dev.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 30dce80..233653f 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -47,7 +47,7 @@ jobs: run: | go test -v -coverprofile coverage.out -covermode atomic ./... - name: Publish coverage - uses: codecov/codecov-action@61d31d2d5425eb33e2c4ece1abd1a27c7b26a48e + uses: codecov/codecov-action@04351de6bbfd560808e8c65795f5b727431885be with: token: ${{ secrets.CODECOV_TOKEN }} build: diff --git a/.github/workflows/release-dev.yaml b/.github/workflows/release-dev.yaml index d348b6d..8e6733c 100644 --- a/.github/workflows/release-dev.yaml +++ b/.github/workflows/release-dev.yaml @@ -36,7 +36,7 @@ jobs: - name: Test run: go test -v -coverprofile coverage.out -covermode atomic ./... - name: Publish coverage - uses: codecov/codecov-action@61d31d2d5425eb33e2c4ece1abd1a27c7b26a48e + uses: codecov/codecov-action@04351de6bbfd560808e8c65795f5b727431885be with: token: ${{ secrets.CODECOV_TOKEN }} publish: