From 80ca211565f99fff1b6e6d09b4a21c219002164d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 14:54:03 +0000 Subject: [PATCH] build(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 771a29b..d637596 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -100,6 +100,6 @@ jobs: run: make test:race - name: Upload coverage to Codecov # NOTE: https://github.com/codecov/codecov-action/releases/v5.5.4 - uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index d8f0c1b..1103bfd 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -106,6 +106,6 @@ jobs: run: make test:race - 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 }}