This is an automated email from the ASF dual-hosted git repository.
xuetaoli 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 39ab137 build(deps): bump codecov/codecov-action from 4 to 6 (#15)
39ab137 is described below
commit 39ab13702e425f2560890b440000afe055efb631
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 12 19:39:07 2026 +0800
build(deps): bump codecov/codecov-action from 4 to 6 (#15)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action)
from 4 to 6.
- [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/v4...v6)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-version: '6'
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 c600958..176b7bb 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@v4 # NOSONAR
+ uses: codecov/codecov-action@v6 # NOSONAR
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt