From 56808c72dea075c9a1457a4c05f8c933620004ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 11:33:05 -0300 Subject: [PATCH] chore(deps): bump codecov/codecov-action (#7350) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 557781f9fa..71c4d640b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -871,7 +871,7 @@ jobs: # (if-no-files-found: warn) — Sonar consumes the same file. - name: Upload coverage to Codecov (informational) if: always() - uses: codecov/codecov-action@04b047e8bb82a0c002c8312c1c880fbc6a999d45 # v5 + uses: codecov/codecov-action@0fb7174895f61a3b6b78fc075e0cd60383518dac # v5 with: files: coverage/lcov.info token: ${{ secrets.CODECOV_TOKEN }}