From b8b99fa39eb367d7edc34a7f12a9cfda542c2396 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 23:28:17 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to cd4e7cf --- .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 dcfe782..d35de11 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -30,6 +30,6 @@ jobs: go test -v -coverprofile coverage.out -covermode atomic ./... - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 + uses: codecov/codecov-action@cd4e7cf31ae2a4bcefb694e31a62869ebbd161af with: token: ${{ secrets.CODECOV_TOKEN }}