From 8a823529a6eb8dad2d78da6966959ed929f826c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 00:01:23 +0000 Subject: [PATCH] Bump zgosalvez/github-actions-report-lcov from 4.1.24 to 5.0.0 Bumps [zgosalvez/github-actions-report-lcov](https://github.com/zgosalvez/github-actions-report-lcov) from 4.1.24 to 5.0.0. - [Release notes](https://github.com/zgosalvez/github-actions-report-lcov/releases) - [Commits](https://github.com/zgosalvez/github-actions-report-lcov/compare/55c5634f4f1085c376473dfd5971662ced3b9dc1...a4dc6cc5a35c78203434e21140cf0bbc1e954e44) --- updated-dependencies: - dependency-name: zgosalvez/github-actions-report-lcov dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 c4609a9..ed87417 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: pattern: code-coverage-* merge-multiple: true - name: Report code coverage - uses: zgosalvez/github-actions-report-lcov@55c5634f4f1085c376473dfd5971662ced3b9dc1 + uses: zgosalvez/github-actions-report-lcov@a4dc6cc5a35c78203434e21140cf0bbc1e954e44 with: coverage-files: coverage/lcov.*.info minimum-coverage: 90