From 4e70734ddbbb7ee9c5e9c824fbfb5bb653e77732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 22:00:37 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/presubmits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/presubmits.yml b/.github/workflows/presubmits.yml index 4e6e8c8ab..9a8420340 100644 --- a/.github/workflows/presubmits.yml +++ b/.github/workflows/presubmits.yml @@ -49,7 +49,7 @@ jobs: - name: Test run: go test -v -race -covermode=atomic -coverprofile=coverage.out ./... - name: Upload codecoverage - uses: codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 # 2.1.0 + uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # 2.1.0 with: files: ./coverage.out verbose: true