diff options
| author | omnom62 <75066712+omnom62@users.noreply.github.com> | 2026-09-19 06:59:32 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-09-19 06:59:32 +1000 |
| commit | 89f97819e96f5f32b7e10241a2504384e92f8588 (patch) | |
| tree | 44276ace5ab3bb2e0f3b7d1eb2df429ee95e95bf /.github/workflows/codecoverage.yml | |
| parent | a5fbed02fcd4a98845d1510be322d4404cfbd1e8 (diff) | |
| parent | bc67e3d097f936c9d3e32701771fe9736a4b7174 (diff) | |
| download | rest.vyos-89f97819e96f5f32b7e10241a2504384e92f8588.tar.gz rest.vyos-89f97819e96f5f32b7e10241a2504384e92f8588.zip | |
Merge pull request #40 from vyos/dependabot/github_actions/codecov/codecov-action-7.1.0
Bump codecov/codecov-action from 7.0.0 to 7.1.0
Diffstat (limited to '.github/workflows/codecoverage.yml')
| -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 bff3cb1..16e6662 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.full_name == github.repository) && 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: |
