From eb3716077a2734edab419bdb2a0f541ace68c622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 09:02:28 +0000 Subject: [PATCH] Bump leynos/shared-actions/.github/actions/generate-coverage Bumps [leynos/shared-actions/.github/actions/generate-coverage](https://github.com/leynos/shared-actions) from 927edd45ae77be4251a8a18ca9eb5613a2e32cbd to 8c8e8a38f1f9a783ba7e25ba2c0f9bfda5bf2cb3. - [Release notes](https://github.com/leynos/shared-actions/releases) - [Commits](https://github.com/leynos/shared-actions/compare/927edd45ae77be4251a8a18ca9eb5613a2e32cbd...8c8e8a38f1f9a783ba7e25ba2c0f9bfda5bf2cb3) --- updated-dependencies: - dependency-name: leynos/shared-actions/.github/actions/generate-coverage dependency-version: 8c8e8a38f1f9a783ba7e25ba2c0f9bfda5bf2cb3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/coverage-main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fd1f4a..f1591f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: # the work and the CodeScene upload for the same commit. - name: Generate coverage if: matrix.run-windows-smoke == false && github.event_name == 'pull_request' - uses: leynos/shared-actions/.github/actions/generate-coverage@927edd45ae77be4251a8a18ca9eb5613a2e32cbd + uses: leynos/shared-actions/.github/actions/generate-coverage@8c8e8a38f1f9a783ba7e25ba2c0f9bfda5bf2cb3 with: output-path: coverage.xml format: cobertura diff --git a/.github/workflows/coverage-main.yml b/.github/workflows/coverage-main.yml index 79368b7..3104f4b 100644 --- a/.github/workflows/coverage-main.yml +++ b/.github/workflows/coverage-main.yml @@ -33,7 +33,7 @@ jobs: uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 - name: Generate coverage - uses: leynos/shared-actions/.github/actions/generate-coverage@927edd45ae77be4251a8a18ca9eb5613a2e32cbd + uses: leynos/shared-actions/.github/actions/generate-coverage@8c8e8a38f1f9a783ba7e25ba2c0f9bfda5bf2cb3 with: output-path: coverage.xml format: cobertura