From d4ded391f81d9ebc4fdf6171422f7588584de278 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 10:12:35 +0000 Subject: [PATCH] chore(actions)(deps): bump danielpalme/ReportGenerator-GitHub-Action Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.5.0 to 5.5.9. - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](https://github.com/danielpalme/reportgenerator-github-action/compare/5.5.0...5.5.9) --- updated-dependencies: - dependency-name: danielpalme/ReportGenerator-GitHub-Action dependency-version: 5.5.9 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 a9405ea..9a443d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: - name: Generate coverage report if: matrix.os == 'ubuntu-latest' - uses: danielpalme/ReportGenerator-GitHub-Action@5.5.0 + uses: danielpalme/ReportGenerator-GitHub-Action@5.5.9 with: reports: artifacts/test-results/**/coverage.cobertura.xml targetdir: artifacts/coverage-report