From ef0268021ff3c03c951752632a1e9ea4afe602ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 05:50:17 +0000 Subject: [PATCH] chore(deps): Bump danielpalme/ReportGenerator-GitHub-Action Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.1.12 to 5.1.26. - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](https://github.com/danielpalme/reportgenerator-github-action/compare/5.1.12...5.1.26) --- 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/publish-beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-beta.yml b/.github/workflows/publish-beta.yml index 8559a825..f66b491f 100644 --- a/.github/workflows/publish-beta.yml +++ b/.github/workflows/publish-beta.yml @@ -60,7 +60,7 @@ jobs: project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} coverage-reports: ./TestResults/**/*.xml - name: Generate Coverage Report - uses: danielpalme/ReportGenerator-GitHub-Action@5.1.12 + uses: danielpalme/ReportGenerator-GitHub-Action@5.1.26 with: reports: './TestResults/**/coverage.opencover.xml' targetdir: 'CoverageReport'