From 0492702bad28a0864e5ac025a1f316c01e13c51e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:18:51 +0000 Subject: [PATCH] Bump danielpalme/ReportGenerator-GitHub-Action from 5.5.6 to 5.5.7 Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.5.6 to 5.5.7. - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](https://github.com/danielpalme/reportgenerator-github-action/compare/5.5.6...5.5.7) --- updated-dependencies: - dependency-name: danielpalme/ReportGenerator-GitHub-Action dependency-version: 5.5.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 2b82c7b..ba6337e 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -54,7 +54,7 @@ jobs: run: dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --settings coverlet.runsettings - name: Generate Coverage - uses: danielpalme/ReportGenerator-GitHub-Action@5.5.6 + uses: danielpalme/ReportGenerator-GitHub-Action@5.5.7 with: reports: '${{github.workspace}}/test/*/TestResults/*/coverage.info' targetdir: ${{env.BUILD_PATH}}