From 23153679d84405c93bc626e9af77385266e21ad7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 16:56:50 +0000 Subject: [PATCH] chore(deps): bump danielpalme/ReportGenerator-GitHub-Action Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.5.3 to 5.5.7. - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](https://github.com/danielpalme/reportgenerator-github-action/compare/5.5.3...5.5.7) --- updated-dependencies: - dependency-name: danielpalme/ReportGenerator-GitHub-Action dependency-version: 5.5.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67445c7..20efcfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: continue-on-error: true - name: 📝 Generate Coverage report - uses: danielpalme/ReportGenerator-GitHub-Action@5.5.3 + uses: danielpalme/ReportGenerator-GitHub-Action@5.5.7 with: reports: "**/coverage.cobertura.xml" targetdir: .github/coveragereport diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ff9353..69b6f46 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: continue-on-error: true - name: 📝 Generate Coverage report - uses: danielpalme/ReportGenerator-GitHub-Action@5.5.3 + uses: danielpalme/ReportGenerator-GitHub-Action@5.5.7 with: reports: "**/coverage.cobertura.xml" targetdir: CoverageReports