From bdaf44827fef119f911d22b066c4fa19592da0a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 19:16:44 +0000 Subject: [PATCH] chore(deps): Bump codecov/codecov-action from 5.4.3 to 5.5.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.3 to 5.5.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/18283e04ce6e62d37312384ff67231eb8fd56d24...5a1091511ad55cbe89839c7260b706298ca349f7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.1 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..e3e302d 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@5a1091511ad55cbe89839c7260b706298ca349f7 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index 09107aa..417116a 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@5a1091511ad55cbe89839c7260b706298ca349f7 with: token: ${{ secrets.CODECOV_TOKEN }}