From a72a89c8bca6f15f2ff39c7db01ca33619467989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 16:24:05 +0000 Subject: [PATCH] Build(deps): Bump leynos/shared-actions/.github/actions/generate-coverage Bumps [leynos/shared-actions/.github/actions/generate-coverage](https://github.com/leynos/shared-actions) from 4d696e72fff6db49f34302ccf119ba978f1032c9 to 1014f0ce1621506ca5fa66b596ed88ec30774cce. - [Release notes](https://github.com/leynos/shared-actions/releases) - [Commits](https://github.com/leynos/shared-actions/compare/4d696e72fff6db49f34302ccf119ba978f1032c9...1014f0ce1621506ca5fa66b596ed88ec30774cce) --- updated-dependencies: - dependency-name: leynos/shared-actions/.github/actions/generate-coverage dependency-version: 1014f0ce1621506ca5fa66b596ed88ec30774cce 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 86e2640..68fc1c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: # the work and the CodeScene upload for the same commit. - name: Test and Measure Coverage if: ${{ github.event_name == 'pull_request' }} - uses: leynos/shared-actions/.github/actions/generate-coverage@4d696e72fff6db49f34302ccf119ba978f1032c9 + uses: leynos/shared-actions/.github/actions/generate-coverage@1014f0ce1621506ca5fa66b596ed88ec30774cce with: output-path: coverage.xml format: cobertura diff --git a/.github/workflows/coverage-main.yml b/.github/workflows/coverage-main.yml index febca53..c3be215 100644 --- a/.github/workflows/coverage-main.yml +++ b/.github/workflows/coverage-main.yml @@ -43,7 +43,7 @@ jobs: - name: Generate coverage - uses: leynos/shared-actions/.github/actions/generate-coverage@4d696e72fff6db49f34302ccf119ba978f1032c9 + uses: leynos/shared-actions/.github/actions/generate-coverage@1014f0ce1621506ca5fa66b596ed88ec30774cce with: output-path: coverage.xml format: cobertura