From 162536032b8fc057c17116a45690140f23b64506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 11:05:48 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) and [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot). Updates `danielpalme/ReportGenerator-GitHub-Action` from 5.5.5 to 5.5.10 - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](https://github.com/danielpalme/reportgenerator-github-action/compare/5.5.5...5.5.10) Updates `fastify/github-action-merge-dependabot` from 3.12.0 to 3.13.0 - [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases) - [Commits](https://github.com/fastify/github-action-merge-dependabot/compare/v3.12.0...v3.13.0) --- updated-dependencies: - dependency-name: danielpalme/ReportGenerator-GitHub-Action dependency-version: 5.5.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: fastify/github-action-merge-dependabot dependency-version: 3.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 8444b3e..d564edc 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -34,7 +34,7 @@ jobs: run: dotnet test --configuration Release --no-build --collect:"XPlat Code Coverage" --results-directory ./code-coverage - name: ReportGenerator - uses: danielpalme/ReportGenerator-GitHub-Action@5.5.5 + uses: danielpalme/ReportGenerator-GitHub-Action@5.5.10 with: reports: code-coverage/**/coverage.cobertura.xml targetdir: coveragereport @@ -71,7 +71,7 @@ jobs: contents: write steps: - - uses: fastify/github-action-merge-dependabot@v3.12.0 + - uses: fastify/github-action-merge-dependabot@v3.13.0 deploy-nuget: if: ${{ github.event_name != 'pull_request' }}