From 81eff2abf9b3b61c502792fc3200f3d6713cc18a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 23:03:16 +0000 Subject: [PATCH] Bump danielpalme/ReportGenerator-GitHub-Action from 5.1.18 to 5.1.21 Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/ReportGenerator-GitHub-Action) from 5.1.18 to 5.1.21. - [Release notes](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases) - [Commits](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.1.18...5.1.21) --- updated-dependencies: - dependency-name: danielpalme/ReportGenerator-GitHub-Action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e2fdf37..0a284fa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -78,7 +78,7 @@ jobs: run: Invoke-Build -Task CodeCoverage - name: Generate Code Coverage Report - uses: danielpalme/ReportGenerator-GitHub-Action@5.1.18 + uses: danielpalme/ReportGenerator-GitHub-Action@5.1.21 with: reports: build/**/CodeCoverageResults_PS*.xml targetDir: coveragereports