From cfa0a2a6a207dab954270327f92d1085372eba92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 01:32:34 +0000 Subject: [PATCH] Bump danielpalme/ReportGenerator-GitHub-Action from 5.1.23 to 5.1.25 Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.1.23 to 5.1.25. - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](https://github.com/danielpalme/reportgenerator-github-action/compare/5.1.23...5.1.25) --- 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/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 274fbe0d..cbcec77c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -66,7 +66,7 @@ jobs: run: dotnet test --configuration Release --collect:"XPlat Code Coverage" --settings coverlet.runsettings --filter Category!=Cosmos - name: Generate Coverage - uses: danielpalme/ReportGenerator-GitHub-Action@5.1.23 + uses: danielpalme/ReportGenerator-GitHub-Action@5.1.25 with: reports: '${{github.workspace}}/test/*/TestResults/*/coverage.info' targetdir: ${{env.BUILD_PATH}}