From 8dd76122e2eeff946bdde8cebe80d875feeef757 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 01:10:23 +0000 Subject: [PATCH] chore(deps): Bump codecov/codecov-action from 5.5.2 to 6.0.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.2 to 6.0.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/671740ac38dd9b0130fbe1cec585b89eea48d3de...57e3a136b779b570ffcdbf80b3bdc90e7fab3de2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yaml | 2 +- .github/workflows/master.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 4297866..ef00c5b 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -64,6 +64,6 @@ jobs: - name: Upload coverage to Codecov if: matrix.version == '1.24' # NOTE: https://github.com/codecov/codecov-action/releases/v5.5.2 - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index 7038f97..fa2ff45 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -22,6 +22,6 @@ jobs: run: go test ./... -race -coverprofile=coverage.out -covermode=atomic - name: Upload coverage to Codecov # NOTE: https://github.com/codecov/codecov-action/releases/v5.5.2 - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 with: token: ${{ secrets.CODECOV_TOKEN }}