From 53d629a95ef8e28ae35d5a09b8fe95d657dd2192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 23:13:51 +0000 Subject: [PATCH] Bump zgosalvez/github-actions-report-lcov in /.github/workflows Bumps [zgosalvez/github-actions-report-lcov](https://github.com/zgosalvez/github-actions-report-lcov) from 6.0.1 to 7.0.0. - [Release notes](https://github.com/zgosalvez/github-actions-report-lcov/releases) - [Commits](https://github.com/zgosalvez/github-actions-report-lcov/compare/4eb99c09644c30cceb609413620bd9e1bf80ee79...a8934b6effd782f35ed7def7d3adf77fbcf88b59) --- updated-dependencies: - dependency-name: zgosalvez/github-actions-report-lcov dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 31ddd0c..cc0fe00 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: with: ref: v1.16 - name: Code Coverage Report - uses: zgosalvez/github-actions-report-lcov@4eb99c09644c30cceb609413620bd9e1bf80ee79 # v6.0.1 + uses: zgosalvez/github-actions-report-lcov@a8934b6effd782f35ed7def7d3adf77fbcf88b59 # v7.0.0 with: coverage-files: coverage/lcov.info # minimum-coverage: 50