This is an automated email from the ASF dual-hosted git repository.
Alanxtl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-extensions.git
The following commit(s) were added to refs/heads/main by this push:
new abde819 build(deps): bump codecov/codecov-action from 6 to 7 (#21)
abde819 is described below
commit abde8198e3f1b8c0222ebe7ca5c1990c43d8c6e2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 17 10:49:40 2026 +0800
build(deps): bump codecov/codecov-action from 6 to 7 (#21)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action)
from 6 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/v6...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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/github-actions.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/github-actions.yml
b/.github/workflows/github-actions.yml
index 99f917e..533e758 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -112,7 +112,7 @@ jobs:
go test ./... -race -coverprofile=coverage.txt -covermode=atomic
- name: Upload coverage to Codecov
- uses: codecov/codecov-action@v6 # NOSONAR
+ uses: codecov/codecov-action@v7 # NOSONAR
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt