File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
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@improve
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@improve
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 @@ -17,12 +17,12 @@ jobs:
1717 checks : write # For the check run creation !
1818 steps :
1919 - name : ' Check run ○'
20- uses : yoanm/temp-reports-group-workspace/gha-attach-check-run-to-triggering-workflow@improve
20+ uses : yoanm/temp-reports-group-workspace/gha-attach-check-run-to-triggering-workflow@v0
2121 with :
2222 name : ' Fetch coverage info'
2323 fails-on-triggering-workflow-failure : true
2424
25- - uses : yoanm/temp-reports-group-workspace/gha-fetch-workflow-metadata@improve
25+ - uses : yoanm/temp-reports-group-workspace/gha-fetch-workflow-metadata@v0
2626 id : fetch-workflow-metadata
2727
2828 outputs :
3232 codacy-uploader :
3333 name : Codacy
3434 needs : [fetch-info]
35- uses : yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@improve
35+ uses : yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@v0
3636 permissions :
3737 contents : read
3838 checks : write # For the check run creation !
4949 codecov-uploader :
5050 name : Codecov
5151 needs : [fetch-info]
52- uses : yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@improve
52+ uses : yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@v0
5353 permissions :
5454 contents : read
5555 checks : write # For the check run creation !
You can’t perform that action at this time.
0 commit comments