From 4a8fcce61bef4edbe922b466b4e4c9319cdfe17a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 03:06:09 +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 18bed1ca49a6de3d8882bd72635a32ae3f023d57 to 4d696e72fff6db49f34302ccf119ba978f1032c9. - [Release notes](https://github.com/leynos/shared-actions/releases) - [Commits](https://github.com/leynos/shared-actions/compare/18bed1ca49a6de3d8882bd72635a32ae3f023d57...4d696e72fff6db49f34302ccf119ba978f1032c9) --- updated-dependencies: - dependency-name: leynos/shared-actions/.github/actions/generate-coverage dependency-version: 4d696e72fff6db49f34302ccf119ba978f1032c9 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 72d3bf2..2849ead 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: # generated and uploaded by coverage-main.yml on push, so this # step is skipped there to avoid generating it twice. if: github.event_name == 'pull_request' - uses: leynos/shared-actions/.github/actions/generate-coverage@18bed1ca49a6de3d8882bd72635a32ae3f023d57 + uses: leynos/shared-actions/.github/actions/generate-coverage@4d696e72fff6db49f34302ccf119ba978f1032c9 with: output-path: coverage.xml format: cobertura diff --git a/.github/workflows/coverage-main.yml b/.github/workflows/coverage-main.yml index 2b47be6..a8ea055 100644 --- a/.github/workflows/coverage-main.yml +++ b/.github/workflows/coverage-main.yml @@ -32,7 +32,7 @@ jobs: uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 - name: Generate coverage - uses: leynos/shared-actions/.github/actions/generate-coverage@18bed1ca49a6de3d8882bd72635a32ae3f023d57 + uses: leynos/shared-actions/.github/actions/generate-coverage@4d696e72fff6db49f34302ccf119ba978f1032c9 with: output-path: coverage.xml format: cobertura