diff options
author | 2023-04-19 15:30:13 -0400 | |
---|---|---|
committer | 2023-04-19 15:30:13 -0400 | |
commit | 2b329b8b2a9148a26964c558c171559ae526a953 (patch) | |
tree | 2782303e7d2f7584aac0c34e1be17d335523079e | |
parent | 4965c11b7912e70e02375fee53fe5edbad73eca4 (diff) | |
download | coredns-2b329b8b2a9148a26964c558c171559ae526a953.tar.gz coredns-2b329b8b2a9148a26964c558c171559ae526a953.tar.zst coredns-2b329b8b2a9148a26964c558c171559ae526a953.zip |
build(deps): bump codecov/codecov-action from 3.1.1 to 3.1.2 (#6029)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 to 3.1.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/d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70...40a12dcee2df644d47232dde008099a3e9e4f865)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/go.coverage.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.coverage.yml b/.github/workflows/go.coverage.yml index 450e5d82b..fe7248b19 100644 --- a/.github/workflows/go.coverage.yml +++ b/.github/workflows/go.coverage.yml @@ -27,4 +27,4 @@ jobs: done - name: Upload coverage to Codecov - uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 + uses: codecov/codecov-action@40a12dcee2df644d47232dde008099a3e9e4f865 |