File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 66
66
- name : Create "unit tests" reports directory
67
67
if : ${{ env.COVERAGE_TYPE == 'xdebug' }}
68
68
id : unit-tests-coverage-group
69
- uses : yoanm/temp-reports-group-workspace/create-group@feature/improve
69
+ uses : yoanm/temp-reports-group-workspace/create-group@v0
70
70
with :
71
71
name : unit-tests
72
72
format : clover
79
79
- name : Create "functional tests" coverage group
80
80
if : ${{ env.COVERAGE_TYPE == 'xdebug' }}
81
81
id : functional-tests-coverage-group
82
- uses : yoanm/temp-reports-group-workspace/create-group@feature/improve
82
+ uses : yoanm/temp-reports-group-workspace/create-group@v0
83
83
with :
84
84
name : functional-tests
85
85
format : clover
Original file line number Diff line number Diff line change @@ -17,13 +17,12 @@ jobs:
17
17
checks : write # For the check run creation !
18
18
steps :
19
19
- name : ' Check run ○'
20
- uses : yoanm/temp-reports-group-workspace/utils/attach-check-run-to-triggering-workflow@feature/improve
21
- if : ${{ 'workflow_run' == github.event_name }}
20
+ uses : yoanm/temp-reports-group-workspace/utils/attach-check-run-to-triggering-workflow@v0
22
21
with :
23
22
name : ' Fetch triggering workflow metadata'
24
23
fails-on-triggering-workflow-failure : true
25
24
26
- - uses : yoanm/temp-reports-group-workspace/utils/fetch-workflow-metadata@feature/improve
25
+ - uses : yoanm/temp-reports-group-workspace/utils/fetch-workflow-metadata@v0
27
26
id : fetch-workflow-metadata
28
27
29
28
outputs :
35
34
codacy-uploader :
36
35
name : Codacy
37
36
needs : [fetch-info]
38
- uses : yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@feature/improve
37
+ uses : yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@v0
39
38
permissions :
40
39
contents : read
41
40
checks : write # For the check run creation !
52
51
codecov-uploader :
53
52
name : Codecov
54
53
needs : [fetch-info]
55
- uses : yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@feature/improve
54
+ uses : yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@v0
56
55
permissions :
57
56
contents : read
58
57
checks : write # For the check run creation !
You can’t perform that action at this time.
0 commit comments