File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
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@dependabot/npm_and_yarn/security-prod-0189ad7b96
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@dependabot/npm_and_yarn/security-prod-0189ad7b96
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 8
8
CODECOV_TOKEN :
9
9
required : true
10
10
11
+
11
12
jobs :
12
13
fetch-info :
13
14
name : Fetch triggering workflow metadata
@@ -17,12 +18,12 @@ jobs:
17
18
checks : write # For the check run creation !
18
19
steps :
19
20
- name : ' Check run ○'
20
- uses : yoanm/temp-reports-group-workspace/utils/attach-check-run-to-triggering-workflow@dependabot/npm_and_yarn/security-prod-0189ad7b96
21
+ uses : yoanm/temp-reports-group-workspace/utils/attach-check-run-to-triggering-workflow@v0
21
22
with :
22
23
name : ' Fetch triggering workflow metadata'
23
24
fails-on-triggering-workflow-failure : true
24
25
25
- - uses : yoanm/temp-reports-group-workspace/utils/fetch-workflow-metadata@dependabot/npm_and_yarn/security-prod-0189ad7b96
26
+ - uses : yoanm/temp-reports-group-workspace/utils/fetch-workflow-metadata@v0
26
27
id : fetch-workflow-metadata
27
28
28
29
outputs :
34
35
codacy-uploader :
35
36
name : Codacy
36
37
needs : [fetch-info]
37
- uses : yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@dependabot/npm_and_yarn/security-prod-0189ad7b96
38
+ uses : yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@v0
38
39
permissions :
39
40
contents : read
40
41
checks : write # For the check run creation !
51
52
codecov-uploader :
52
53
name : Codecov
53
54
needs : [fetch-info]
54
- uses : yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@dependabot/npm_and_yarn/security-prod-0189ad7b96
55
+ uses : yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@v0
55
56
permissions :
56
57
contents : read
57
58
checks : write # For the check run creation !
You can’t perform that action at this time.
0 commit comments