From c0ebe92034ad25a096d2f7679305fab52c795c87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 00:05:12 +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.1. - [Release notes](https://github.com/zgosalvez/github-actions-report-lcov/releases) - [Commits](https://github.com/zgosalvez/github-actions-report-lcov/compare/4eb99c09644c30cceb609413620bd9e1bf80ee79...1601b09f8592eaa7ef1612418fc0949348736c3f) --- updated-dependencies: - dependency-name: zgosalvez/github-actions-report-lcov dependency-version: 7.0.1 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..d5c64e3 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@1601b09f8592eaa7ef1612418fc0949348736c3f # v7.0.1 with: coverage-files: coverage/lcov.info # minimum-coverage: 50