From 997cd137e897d3cbc569e17aaecf9e56f9e85240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 02:11:32 +0000 Subject: [PATCH] Bump danielpalme/ReportGenerator-GitHub-Action from 5.5.7 to 5.5.9 Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.5.7 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.7...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/build-and-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-check.yml b/.github/workflows/build-and-check.yml index 56311e0..c73ffd5 100644 --- a/.github/workflows/build-and-check.yml +++ b/.github/workflows/build-and-check.yml @@ -34,7 +34,7 @@ jobs: # - name: Run mutation test # run: dotnet stryker --mutation-level Complete --break-at 99 - name: Combine Coverage Reports - uses: danielpalme/ReportGenerator-GitHub-Action@5.5.7 + uses: danielpalme/ReportGenerator-GitHub-Action@5.5.9 with: reports: "**/*.cobertura.xml" targetdir: "${{ github.workspace }}"