summaryrefslogtreecommitdiff
path: root/.github/workflows/codecoverage.yml
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2026-09-22 11:43:26 +0100
committerGitHub <noreply@github.com>2026-09-22 11:43:26 +0100
commit8fcff7e2591690d14ae82bcfb430ee3755aec73c (patch)
treeb2027c2a9d788d7ed5ceb583af824fecf14ee9e8 /.github/workflows/codecoverage.yml
parent89f97819e96f5f32b7e10241a2504384e92f8588 (diff)
parent11acb0ef13587786642c73c922fa83004617f456 (diff)
downloadrest.vyos-8fcff7e2591690d14ae82bcfb430ee3755aec73c.tar.gz
rest.vyos-8fcff7e2591690d14ae82bcfb430ee3755aec73c.zip
Merge pull request #41 from vyos/dependabot/github_actions/codecov/codecov-action-7.1.1HEADmain
Bump codecov/codecov-action from 7.1.0 to 7.1.1
Diffstat (limited to '.github/workflows/codecoverage.yml')
-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 16e6662..d46484b 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.1.0
+ uses: codecov/codecov-action@v7.1.1
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@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7.1.0
+ uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1
timeout-minutes: 5
continue-on-error: true
with: