diff --git a/.github/workflows/reusable-CI-workflow.yml b/.github/workflows/reusable-CI-workflow.yml index a2c9393d..ff44870d 100644 --- a/.github/workflows/reusable-CI-workflow.yml +++ b/.github/workflows/reusable-CI-workflow.yml @@ -66,7 +66,7 @@ jobs: - name: Create "unit tests" reports directory if: ${{ env.COVERAGE_TYPE == 'xdebug' }} id: unit-tests-coverage-group - uses: yoanm/temp-reports-group-workspace/gha-create@from-sub-folders + uses: yoanm/temp-reports-group-workspace/gha-create@v0 with: name: unit-tests format: clover @@ -79,7 +79,7 @@ jobs: - name: Create "functional tests" coverage group if: ${{ env.COVERAGE_TYPE == 'xdebug' }} id: functional-tests-coverage-group - uses: yoanm/temp-reports-group-workspace/gha-create@from-sub-folders + uses: yoanm/temp-reports-group-workspace/gha-create@v0 with: name: functional-tests format: clover diff --git a/.github/workflows/reusable-coverage-upload-workflow.yml b/.github/workflows/reusable-coverage-upload-workflow.yml index df460619..979f45db 100644 --- a/.github/workflows/reusable-coverage-upload-workflow.yml +++ b/.github/workflows/reusable-coverage-upload-workflow.yml @@ -35,7 +35,7 @@ jobs: codacy-uploader: name: Codacy needs: [fetch-info] - uses: yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@from-sub-folders + uses: yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@v0 permissions: contents: read checks: write # For the check run creation ! @@ -52,7 +52,7 @@ jobs: codecov-uploader: name: Codecov needs: [fetch-info] - uses: yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@from-sub-folders + uses: yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@v0 permissions: contents: read checks: write # For the check run creation !