From 79e38c376ccf266aa4b9ab444fad3c8be01a30d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 18:37:12 +0000 Subject: [PATCH] Update danielpalme/ReportGenerator-GitHub-Action action to v5.4.18 --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0ee0fb3..fa6817e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -92,7 +92,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.4.16 + uses: danielpalme/ReportGenerator-GitHub-Action@v5.4.18 with: reports: '${{ env.LCOV_REPORTS }}' reporttypes: 'lcov'