From 4b70713e2c349ca876480cb7295b69ae3f6ad45e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 23:15:28 +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 5.0.1 to 5.0.2. - [Release notes](https://github.com/zgosalvez/github-actions-report-lcov/releases) - [Commits](https://github.com/zgosalvez/github-actions-report-lcov/compare/b9c423417947b8f4156df37174e5a8be99a02747...8ead3c903cefbc389528f5e032e793a5d0e5b626) --- updated-dependencies: - dependency-name: zgosalvez/github-actions-report-lcov dependency-version: 5.0.2 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 ca14fd7..7b1ad65 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@b9c423417947b8f4156df37174e5a8be99a02747 # v5.0.1 + uses: zgosalvez/github-actions-report-lcov@8ead3c903cefbc389528f5e032e793a5d0e5b626 # v5.0.2 with: coverage-files: coverage/lcov.info # minimum-coverage: 50