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 9090 - name : Create "unit tests" reports group
9191 if : ${{ env.COVERAGE_TYPE == 'xdebug' }}
9292 id : unit-tests-coverage-group
93- uses : yoanm/temp-reports-group-workspace/.github/actions/create-action@develop
93+ uses : yoanm/temp-reports-group-workspace/.github/actions/create-action@v0
9494 with :
9595 name : unit-tests
9696 format : clover
@@ -104,7 +104,7 @@ jobs:
104104 - name : Create "functional tests" reports group
105105 if : ${{ env.COVERAGE_TYPE == 'xdebug' }}
106106 id : functional-tests-coverage-group
107- uses : yoanm/temp-reports-group-workspace/.github/actions/create-action@develop
107+ uses : yoanm/temp-reports-group-workspace/.github/actions/create-action@v0
108108 with :
109109 name : functional-tests
110110 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 !
5050 codecov-uploader :
5151 name : Codecov
5252 needs : [fetch-info]
53- uses : yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@improve
53+ uses : yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@v0
5454 permissions :
5555 contents : read
5656 checks : write # For the check run creation !
You can’t perform that action at this time.
0 commit comments