From 577bd04fa56bc37f8634742d3f57374cb9478610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:52:43 +0200 Subject: [PATCH] Bump danielpalme/ReportGenerator-GitHub-Action from 5.2.3 to 5.3.11 (#82) Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.2.3 to 5.3.11. - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](https://github.com/danielpalme/reportgenerator-github-action/compare/5.2.3...5.3.11) --- updated-dependencies: - dependency-name: danielpalme/ReportGenerator-GitHub-Action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 06d9597..1276610 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: name: Code coverage windows-latest path: coverage-windows - name: Generate coverage report - uses: danielpalme/ReportGenerator-GitHub-Action@5.2.3 + uses: danielpalme/ReportGenerator-GitHub-Action@5.3.11 with: reports: "**/coverage.cobertura.xml" targetdir: "coverage-report"