From 2a32de17cd982d9dfb8d91e0e188b45cafd276a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 00:02:57 +0000 Subject: [PATCH] Bump codecov/codecov-action from 5 to 7 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 7. - [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/v5...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/static.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 342c58e..84fb0d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -349,7 +349,7 @@ jobs: go test -v -coverprofile='coverage.txt' -covermode=atomic ./... - name: Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: name: Codecov on ${{ matrix.os }}/${{ matrix.arch }} go${{ matrix.go }} token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 045e8dc..086921d 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -353,7 +353,7 @@ jobs: go test -v -coverprofile='coverage.txt' -covermode=atomic -a -toolexec='routinex -v' ./... - name: Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: name: Codecov on ${{ matrix.os }}/${{ matrix.arch }} go${{ matrix.go }} token: ${{ secrets.CODECOV_TOKEN }}