From 93829b50e84f57afa1b8b48952d341049300409f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 21:30:50 +0000 Subject: [PATCH] Update danielpalme/ReportGenerator-GitHub-Action action to v5.5.11 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 93b1364..b73f277 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -100,7 +100,7 @@ jobs: echo LCOV_REPORTS=$(find ./*[Tt]est*/ -name "coverage.*info" | paste -sd ";") >> $GITHUB_ENV - name: merge code coverage data - uses: danielpalme/ReportGenerator-GitHub-Action@v5.5.10 + uses: danielpalme/ReportGenerator-GitHub-Action@v5.5.11 with: reports: "${{ env.LCOV_REPORTS }}" reporttypes: "lcov"