From df505d00fcec67422c8e85251a6b24249b83ed33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 10:36:35 +0000 Subject: [PATCH] chore(deps): bump danielpalme/ReportGenerator-GitHub-Action Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.4.12 to 5.5.10. - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](https://github.com/danielpalme/reportgenerator-github-action/compare/c4c5175a441c6603ec614f5084386dabe0e2295b...049f7ec958c672fd31d5cc1cb01622dc8d2e23ab) --- updated-dependencies: - dependency-name: danielpalme/ReportGenerator-GitHub-Action dependency-version: 5.5.10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-build-pr.yml | 2 +- .github/workflows/ci-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build-pr.yml b/.github/workflows/ci-build-pr.yml index b225489..412a8ac 100644 --- a/.github/workflows/ci-build-pr.yml +++ b/.github/workflows/ci-build-pr.yml @@ -59,7 +59,7 @@ jobs: run: dotnet run --configuration Release --coverage --coverage-output-format cobertura --report-github --project tests/UnitTests/BCrypt.Net.UnitTests.csproj - name: 'Generate Coverage Reports' - uses: danielpalme/ReportGenerator-GitHub-Action@c4c5175a441c6603ec614f5084386dabe0e2295b # v5.4.12 + uses: danielpalme/ReportGenerator-GitHub-Action@049f7ec958c672fd31d5cc1cb01622dc8d2e23ab # v5.5.10 with: reports: "tests/**/*.cobertura.xml" targetdir: "${{ github.workspace }}" diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index d92aadf..63cb2c7 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -68,7 +68,7 @@ jobs: if: always() - name: 'Generate Coverage Reports' - uses: danielpalme/ReportGenerator-GitHub-Action@c4c5175a441c6603ec614f5084386dabe0e2295b # v5.4.12 + uses: danielpalme/ReportGenerator-GitHub-Action@049f7ec958c672fd31d5cc1cb01622dc8d2e23ab # v5.5.10 with: reports: "tests/**/*.cobertura.xml" targetdir: "${{ github.workspace }}"