From 74b5a24ffa7c8eb6f46a968d4559bac4496d2da3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 02:04:17 +0000 Subject: [PATCH] Update codecov/codecov-action action to v7.1.1 --- .github/workflows/cpp-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp-coverage.yml b/.github/workflows/cpp-coverage.yml index a3f013e..aef782c 100644 --- a/.github/workflows/cpp-coverage.yml +++ b/.github/workflows/cpp-coverage.yml @@ -54,7 +54,7 @@ jobs: # yamllint disable rule:line-length - name: Upload coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 + uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1 # yamllint enable rule:line-length with: directory: ./coverage