From 9d2c966bb82b9573c812263f405de2bfe2cb6e64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 09:01:55 +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 7.0.10 to 7.0.11. - [Release notes](https://github.com/zgosalvez/github-actions-report-lcov/releases) - [Commits](https://github.com/zgosalvez/github-actions-report-lcov/compare/7d72c57ce4bc101a4a0bf9d726b6c435abde8439...54f6f672783e0322d7b563dcb051fbc610c6c636) --- updated-dependencies: - dependency-name: zgosalvez/github-actions-report-lcov dependency-version: 7.0.11 dependency-type: direct:production update-type: version-update:semver-patch ... 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 9020709..9f7e12c 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@7d72c57ce4bc101a4a0bf9d726b6c435abde8439 # v7.0.10 + uses: zgosalvez/github-actions-report-lcov@54f6f672783e0322d7b563dcb051fbc610c6c636 # v7.0.11 with: coverage-files: coverage/lcov.info # minimum-coverage: 50