From 801cdf9b808d95d71494f7eba7b666981a5d0755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 13:40:44 +0000 Subject: [PATCH] Bump danielpalme/ReportGenerator-GitHub-Action Bumps the github-actions group with 1 update: [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 4a7cac8..c6be4ea 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -33,7 +33,7 @@ jobs: run: dotnet test --configuration Release --no-build -- --coverage --coverage-output-format cobertura --coverage-output coverage.cobertura.xml - name: ReportGenerator - uses: danielpalme/ReportGenerator-GitHub-Action@5.5.6 + uses: danielpalme/ReportGenerator-GitHub-Action@5.5.7 with: reports: '**/TestResults/coverage.cobertura.xml' targetdir: coveragereport