From fc0ff23d7cb9611f88a4c0dfee11ba402006b122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 19:10:16 +0000 Subject: [PATCH] chore(deps): Bump codecov/codecov-action from 5.4.3 to 5.5.2 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.3 to 5.5.2. - [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/18283e04ce6e62d37312384ff67231eb8fd56d24...671740ac38dd9b0130fbe1cec585b89eea48d3de) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 5870f57..8a70b1a 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -63,6 +63,6 @@ jobs: - name: Upload coverage to Codecov if: matrix.version == '1.24' # NOTE: https://github.com/codecov/codecov-action/releases/v5.4.3 - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index 09107aa..470cd94 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.4.3 - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de with: token: ${{ secrets.CODECOV_TOKEN }}