From 826e97197b466bcdeb88396efa1fb9fcc253858d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 20:44:31 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 5.0.0 to 5.1.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/968872560f81e7bdde9272853e65f2507c0eca7c...c2fcb216de2b0348de0100baa3ea2cad9f100a01) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b215cff2..84cb0069 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,7 +53,7 @@ jobs: - name: run the tests with coverage run: go test ./... -coverprofile=coverage.out -covermode=atomic - - uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0 + - uses: codecov/codecov-action@c2fcb216de2b0348de0100baa3ea2cad9f100a01 # v5.1.0 if: ${{ matrix.os == 'ubuntu-20.04' }} name: Upload Coverage Results