From 74d41ce18cb07dc33a49f10d28a066fa5f7dd080 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 09:57:14 +0000 Subject: [PATCH] Update danielpalme/ReportGenerator-GitHub-Action action to v5.4.0 --- .github/workflows/_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 1a64ce40..939969f6 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -42,7 +42,7 @@ jobs: run: dotnet test -c Release --no-build --verbosity normal --logger trx --collect:"XPlat Code Coverage" - name: Combine Coverage Reports - uses: danielpalme/ReportGenerator-GitHub-Action@62f9e70ab348d56eee76d446b4db903a85ab0ea8 # v5.3.11 + uses: danielpalme/ReportGenerator-GitHub-Action@51bf1a384133df0710ee9a3e37dbf1c829f33677 # v5.4.0 with: reports: "**/*.cobertura.xml" targetdir: "${{ github.workspace }}"