diff options
| author | omnom62 <75066712+omnom62@users.noreply.github.com> | 2026-08-20 08:32:58 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-20 08:32:58 +1000 |
| commit | 0fe5f71123e5ff1d489a91486076fc875fa2810e (patch) | |
| tree | 7953bd4307913c59525fd3831e85089ba3d8edb1 | |
| parent | 8d48f02bf725d1a53bd4837a348fc10eced7766d (diff) | |
| parent | ecdcda7100f13609ff2255d80a71bc21b6af36d5 (diff) | |
| download | rest.vyos-0fe5f71123e5ff1d489a91486076fc875fa2810e.tar.gz rest.vyos-0fe5f71123e5ff1d489a91486076fc875fa2810e.zip | |
Merge pull request #23 from vyos/dependabot/github_actions/codecov/codecov-action-7.0.0
Bump codecov/codecov-action from 5.5.5 to 7.0.0
| -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 8fc7418..bff3cb1 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.full_name == github.repository) && 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: |
