From bff73730355135cbfa2c6721e19bff2af5fc69aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 01:36:22 +0000 Subject: [PATCH] chore(deps): bump zgosalvez/github-actions-report-lcov Bumps [zgosalvez/github-actions-report-lcov](https://github.com/zgosalvez/github-actions-report-lcov) from 7.0.9 to 7.0.10. - [Release notes](https://github.com/zgosalvez/github-actions-report-lcov/releases) - [Commits](https://github.com/zgosalvez/github-actions-report-lcov/compare/5aba2ff56b3dd258ec9916d3b5049dc5994db23e...7d72c57ce4bc101a4a0bf9d726b6c435abde8439) --- updated-dependencies: - dependency-name: zgosalvez/github-actions-report-lcov dependency-version: 7.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-coverage.yml b/.github/workflows/pr-coverage.yml index b05f49af..75c8bbbc 100644 --- a/.github/workflows/pr-coverage.yml +++ b/.github/workflows/pr-coverage.yml @@ -36,7 +36,7 @@ jobs: uses: hrishikesh-kadam/setup-lcov@6c1aa0cc9e1c02f9f58f01ac599f1064ccc83470 # v1.1.0 - name: Report code coverage - uses: zgosalvez/github-actions-report-lcov@5aba2ff56b3dd258ec9916d3b5049dc5994db23e # v7.0.9 + uses: zgosalvez/github-actions-report-lcov@7d72c57ce4bc101a4a0bf9d726b6c435abde8439 # v7.0.10 with: coverage-files: coverage/lcov.info minimum-coverage: 90