From 214c4c77492d77df54c452d26647fc9149a4a1ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 09:07:22 +0000 Subject: [PATCH] ci(deps): bump danielpalme/ReportGenerator-GitHub-Action Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.4.12 to 5.4.16. - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](https://github.com/danielpalme/reportgenerator-github-action/compare/5.4.12...5.4.16) --- updated-dependencies: - dependency-name: danielpalme/ReportGenerator-GitHub-Action dependency-version: 5.4.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6af9acd..4a6a097 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: uses: github/codeql-action/analyze@v3 - name: Merge Code Coverage files with Reportgenerator - uses: danielpalme/ReportGenerator-GitHub-Action@5.4.12 + uses: danielpalme/ReportGenerator-GitHub-Action@5.4.16 with: reports: 'coverage/**/coverage.cobertura.xml' targetdir: 'coveragesummary'