From 1ea9a5cb8d2a44b782a54a69baaa3d667e16cc16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 11:44:23 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=F0=9F=A9=B9=20Update=20codec?= =?UTF-8?q?ov/codecov-action=20action=20to=20v7.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/reusable-cpp-coverage.yml | 2 +- .github/workflows/reusable-python-coverage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-cpp-coverage.yml b/.github/workflows/reusable-cpp-coverage.yml index bff23a4..fd5b321 100644 --- a/.github/workflows/reusable-cpp-coverage.yml +++ b/.github/workflows/reusable-cpp-coverage.yml @@ -122,7 +122,7 @@ jobs: python -c 'import json, sys; assert json.load(sys.stdin)["stats"]["compile_requests"] > 0' - name: Upload coverage to Codecov - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 + uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1 with: fail_ci_if_error: true flags: cpp diff --git a/.github/workflows/reusable-python-coverage.yml b/.github/workflows/reusable-python-coverage.yml index 64f8075..7c429e7 100644 --- a/.github/workflows/reusable-python-coverage.yml +++ b/.github/workflows/reusable-python-coverage.yml @@ -43,7 +43,7 @@ jobs: path: coverage-reports merge-multiple: true - name: Upload coverage to Codecov - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 + uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1 with: fail_ci_if_error: true flags: python