From 4d7eb0f6226fc50f58b5c2fff7534dd16e2ca378 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 13:56:01 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to 015f24e (#1325) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index caf55788fa..186a66f7d6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -25,6 +25,6 @@ jobs: - name: Run test run: go test ./... -coverprofile=coverage.txt - name: Upload coverage to Codecov - uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5 + uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}