From cca87093847c0c63fa1e8c91a78d745ee386588b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 05:46:07 +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.2.0. - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](https://github.com/danielpalme/reportgenerator-github-action/compare/5.1.12...5.2.0) --- updated-dependencies: - dependency-name: danielpalme/ReportGenerator-GitHub-Action dependency-type: direct:production update-type: version-update:semver-minor ... 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..9a2c840e 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.2.0 with: reports: './TestResults/**/coverage.opencover.xml' targetdir: 'CoverageReport'