From 6eb69150ee2c143f781daca9421e62ffb2800fb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 12:14:27 +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.9 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.9...5.5.10) Updates `fastify/github-action-merge-dependabot` from 3.12.0 to 3.14.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.14.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.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build_app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_app.yml b/.github/workflows/build_app.yml index 993f8b3..ec6bc08 100644 --- a/.github/workflows/build_app.yml +++ b/.github/workflows/build_app.yml @@ -41,7 +41,7 @@ jobs: run: dotnet test --solution .\Keboo.VocalSlide.slnx --configuration Release --no-build --maximum-failed-tests 10 --coverage --coverage-output-format cobertura --coverage-output coverage.cobertura.xml - name: ReportGenerator - uses: danielpalme/ReportGenerator-GitHub-Action@5.5.9 + uses: danielpalme/ReportGenerator-GitHub-Action@5.5.10 with: reports: '**/TestResults/coverage.cobertura.xml' targetdir: ${{github.workspace}}/.build/coveragereport/ @@ -84,7 +84,7 @@ jobs: contents: write steps: - - uses: fastify/github-action-merge-dependabot@v3.12.0 + - uses: fastify/github-action-merge-dependabot@v3.14.0 with: # For GitHub Auto Merge to work it must be enabled on the repo. # This can be done with the script here: