diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-09-17 19:02:55 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-09-17 19:02:55 +0000 |
| commit | de21c25cb810d2e0000b1c7b1d660af988519d4c (patch) | |
| tree | 465abf002e3ee82459443e2f40422645ad4afbba /.github | |
| parent | ecff3e2cfa93ca7c3694559c79bce65300c5fc7d (diff) | |
| download | vyos.vyos-dependabot/github_actions/codecov/codecov-action-7.1.0.tar.gz vyos.vyos-dependabot/github_actions/codecov/codecov-action-7.1.0.zip | |
Bump codecov/codecov-action from 7.0.0 to 7.1.0dependabot/github_actions/codecov/codecov-action-7.1.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Commits](https://github.com/codecov/codecov-action/compare/v7...v7.1.0)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-version: 7.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/codecoverage.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index cefc5ddb..6f505ac6 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.0.0 + uses: codecov/codecov-action@v7.1.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@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 + uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7.1.0 timeout-minutes: 5 continue-on-error: true with: |
