From c88515c6028e9c22c4d92e0312ae7a4ef3f9d3ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 18:04:14 +0000 Subject: [PATCH] Bump danielpalme/ReportGenerator-GitHub-Action from 5.3.11 to 5.4.18 Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.3.11 to 5.4.18. - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](https://github.com/danielpalme/reportgenerator-github-action/compare/5.3.11...5.4.18) --- updated-dependencies: - dependency-name: danielpalme/ReportGenerator-GitHub-Action dependency-version: 5.4.18 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build_app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_app.yml b/.github/workflows/build_app.yml index d558853..f8f6497 100644 --- a/.github/workflows/build_app.yml +++ b/.github/workflows/build_app.yml @@ -35,7 +35,7 @@ jobs: run: dotnet test --configuration Release --no-build --collect:"XPlat Code Coverage" --results-directory ${{github.workspace}}/.build/coverage - name: ReportGenerator - uses: danielpalme/ReportGenerator-GitHub-Action@5.3.11 + uses: danielpalme/ReportGenerator-GitHub-Action@5.4.18 with: reports: ${{github.workspace}}/.build/coverage/**/coverage.cobertura.xml targetdir: ${{github.workspace}}/.build/coveragereport/