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](04b047e8bb...0fb7174895)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: 0fb7174895f61a3b6b78fc075e0cd60383518dac
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-07-18 11:33:05 -03:00
committed by GitHub
parent 8320fbb235
commit 56808c72de

View File

@@ -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 }}