From 8ebd122131eba828930af6a6173ca24228e2e460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 04:50:44 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 4.1.0 to 4.1.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.1.1. - [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/54bcd8715eee62d40e33596ef5e8f0f48dbbccab...c16abc29c95fcf9174b58eb7e1abf4c866893bc8) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 800d759d..41e056be 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,7 +22,7 @@ jobs: go-version: '^1.21.0' - name: Tests run: "go test -race -coverprofile='coverage.txt' -covermode=atomic -v ./gpg/" - - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab + - uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 with: token: ${{ secrets.CODECOV_TOKEN }} static_analysis: