From 7a6222726e3d8265c2f1cf4cf7e8b90e07f0fd4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 13:17:38 +0000 Subject: [PATCH] Bump codecov/codecov-action Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 04b047e8bb82a0c002c8312c1c880fbc6a999d45 to 0fb7174895f61a3b6b78fc075e0cd60383518dac. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/04b047e8bb82a0c002c8312c1c880fbc6a999d45...0fb7174895f61a3b6b78fc075e0cd60383518dac) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 0fb7174895f61a3b6b78fc075e0cd60383518dac dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/test-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-reusable.yml b/.github/workflows/test-reusable.yml index 7cbb4fc0..51b9d0e5 100644 --- a/.github/workflows/test-reusable.yml +++ b/.github/workflows/test-reusable.yml @@ -87,7 +87,7 @@ jobs: - name: Upload coverage reports to Codecov if: ${{ !inputs.use_min_dep_versions }} - uses: codecov/codecov-action@04b047e8bb82a0c002c8312c1c880fbc6a999d45 # v5 + uses: codecov/codecov-action@0fb7174895f61a3b6b78fc075e0cd60383518dac # v5 with: files: coverage.xml verbose: true