File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6666 - name : Create "unit tests" reports directory
6767 if : ${{ env.COVERAGE_TYPE == 'xdebug' }}
6868 id : unit-tests-coverage-group
69- uses : yoanm/temp-reports-group-workspace/gha-create@from-sub-folders
69+ uses : yoanm/temp-reports-group-workspace/gha-create@v0
7070 with :
7171 name : unit-tests
7272 format : clover
7979 - name : Create "functional tests" coverage group
8080 if : ${{ env.COVERAGE_TYPE == 'xdebug' }}
8181 id : functional-tests-coverage-group
82- uses : yoanm/temp-reports-group-workspace/gha-create@from-sub-folders
82+ uses : yoanm/temp-reports-group-workspace/gha-create@v0
8383 with :
8484 name : functional-tests
8585 format : clover
Original file line number Diff line number Diff line change 3535 codacy-uploader :
3636 name : Codacy
3737 needs : [fetch-info]
38- uses : yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@from-sub-folders
38+ uses : yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@v0
3939 permissions :
4040 contents : read
4141 checks : write # For the check run creation !
5252 codecov-uploader :
5353 name : Codecov
5454 needs : [fetch-info]
55- uses : yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@from-sub-folders
55+ uses : yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@v0
5656 permissions :
5757 contents : read
5858 checks : write # For the check run creation !
You can’t perform that action at this time.
0 commit comments