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