From 14b08807e9a6c26b7ebb7ca2f612a92de184fe9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 20:08:16 +0000 Subject: [PATCH 1/2] chore(deps): Bump codecov/codecov-action from 5.5.1 to 5.5.2 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.1 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/5a1091511ad55cbe89839c7260b706298ca349f7...671740ac38dd9b0130fbe1cec585b89eea48d3de) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 42cdf00..89a3bd2 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.1 - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index c4e83e8..54eb343 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.1 - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de with: token: ${{ secrets.CODECOV_TOKEN }} From 926f9406e635d2c609c67c118f7923712a5cd886 Mon Sep 17 00:00:00 2001 From: tab Date: Fri, 23 Jan 2026 17:49:33 +0200 Subject: [PATCH 2/2] chore(ci): Update Codecov action version note Correct the referenced Codecov action release version to v5.5.2 in workflow files --- .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 89a3bd2..37f1ad3 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -63,7 +63,7 @@ jobs: run: go test ./... -race -coverprofile=coverage.out -covermode=atomic - name: Upload coverage to Codecov if: matrix.version == '1.24' - # NOTE: https://github.com/codecov/codecov-action/releases/v5.5.1 + # NOTE: https://github.com/codecov/codecov-action/releases/v5.5.2 uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index 54eb343..0533bf0 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -21,7 +21,7 @@ jobs: - name: Run coverage run: go test ./... -race -coverprofile=coverage.out -covermode=atomic - name: Upload coverage to Codecov - # NOTE: https://github.com/codecov/codecov-action/releases/v5.5.1 + # NOTE: https://github.com/codecov/codecov-action/releases/v5.5.2 uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de with: token: ${{ secrets.CODECOV_TOKEN }}