From 6aeac17fccd9efb6a3af58e08f315d32584ffa10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:44:25 +0000 Subject: [PATCH] Bump danielpalme/ReportGenerator-GitHub-Action from 5.3.9 to 5.3.10 Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.3.9 to 5.3.10. - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](https://github.com/danielpalme/reportgenerator-github-action/compare/5.3.9...5.3.10) --- 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/pr_validation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_validation.yaml b/.github/workflows/pr_validation.yaml index bedc4e9b..3e8480c6 100644 --- a/.github/workflows/pr_validation.yaml +++ b/.github/workflows/pr_validation.yaml @@ -63,7 +63,7 @@ jobs: - name: Combine Coverage Reports if: runner.os == 'Linux' - uses: danielpalme/ReportGenerator-GitHub-Action@5.3.9 + uses: danielpalme/ReportGenerator-GitHub-Action@5.3.10 with: reports: "**/*.cobertura.xml" targetdir: "${{ github.workspace }}"