diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b507954..a698c01 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@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 e5e4f70..6ea2d3f 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@18bed1ca49a6de3d8882bd72635a32ae3f023d57 + uses: leynos/shared-actions/.github/actions/generate-coverage@4d696e72fff6db49f34302ccf119ba978f1032c9 with: output-path: coverage.xml format: cobertura