summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-08-17 22:56:01 +0300
committerGitHub <noreply@github.com>2026-08-17 22:56:01 +0300
commite3fbb0852dbfc9783d6f5ca5daf42f79ce774cb1 (patch)
tree8cc27b3cd6eef82a8811feac227f109dbc438844
parent7c016b40b296ad26182c7def8b3efc89ce9bc121 (diff)
downloadvyos.vyos-e3fbb0852dbfc9783d6f5ca5daf42f79ce774cb1.tar.gz
vyos.vyos-e3fbb0852dbfc9783d6f5ca5daf42f79ce774cb1.zip
Bump codecov/codecov-action from 5.5.5 to 7.0.0 (#498)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.5 to 7.0.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](https://github.com/codecov/codecov-action/compare/v5.5.5...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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/codecoverage.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml
index 25155377..cefc5ddb 100644
--- a/.github/workflows/codecoverage.yml
+++ b/.github/workflows/codecoverage.yml
@@ -62,7 +62,7 @@ jobs:
working-directory: ${{ steps.identify.outputs.collection_path }}
- name: Upload coverage report to Codecov
- uses: codecov/codecov-action@v7
+ uses: codecov/codecov-action@v7.0.0
with:
directory: ${{ steps.identify.outputs.collection_path }}
fail_ci_if_error: false
@@ -76,7 +76,7 @@ jobs:
(github.event_name != 'pull_request' ||
github.event.pull_request.head.repo.fork == false) &&
github.actor != 'dependabot[bot]' }}
- uses: codecov/codecov-action@0fb7174895f61a3b6b78fc075e0cd60383518dac # v5.5.5
+ uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
timeout-minutes: 5
continue-on-error: true
with: