diff options
author | 2024-01-29 09:17:05 -0500 | |
---|---|---|
committer | 2024-01-29 09:17:05 -0500 | |
commit | f47248c829b1deddc6cc376e600697ec1e23bff4 (patch) | |
tree | d9f2f517e30782352334bb80e26a14028758ac5e | |
parent | 80c8b94a51157d6efff86ef89aa51f3d255392e2 (diff) | |
download | coredns-f47248c829b1deddc6cc376e600697ec1e23bff4.tar.gz coredns-f47248c829b1deddc6cc376e600697ec1e23bff4.tar.zst coredns-f47248c829b1deddc6cc376e600697ec1e23bff4.zip |
build(deps): bump codecov/codecov-action from 3.1.4 to 3.1.5 (#6480)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 3.1.5.
- [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/eaaf4bedf32dbdc6b720b63067d99c4d77d6047d...4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0)
---
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 fa86c68e9..b7d735a14 100644 --- a/.github/workflows/go.coverage.yml +++ b/.github/workflows/go.coverage.yml @@ -28,4 +28,4 @@ jobs: done - name: Upload coverage to Codecov - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d + uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 |