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 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-2c579f9325
69
+ uses : yoanm/temp-reports-group-workspace/create-group@dependabot/npm_and_yarn/security-dev-903f86c803
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-2c579f9325
82
+ uses : yoanm/temp-reports-group-workspace/create-group@dependabot/npm_and_yarn/security-dev-903f86c803
83
83
with :
84
84
name : functional-tests
85
85
format : clover
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
18
18
checks : write # For the check run creation !
19
19
steps :
20
20
- name : ' Check run ○'
21
- uses : yoanm/temp-reports-group-workspace/utils/attach-check-run-to-triggering-workflow@dependabot/npm_and_yarn/security-prod-2c579f9325
21
+ uses : yoanm/temp-reports-group-workspace/utils/attach-check-run-to-triggering-workflow@dependabot/npm_and_yarn/security-dev-903f86c803
22
22
with :
23
23
name : ' Fetch triggering workflow metadata'
24
24
fails-on-triggering-workflow-failure : true
25
25
26
- - uses : yoanm/temp-reports-group-workspace/utils/fetch-workflow-metadata@dependabot/npm_and_yarn/security-prod-2c579f9325
26
+ - uses : yoanm/temp-reports-group-workspace/utils/fetch-workflow-metadata@dependabot/npm_and_yarn/security-dev-903f86c803
27
27
id : fetch-workflow-metadata
28
28
29
29
outputs :
35
35
codacy-uploader :
36
36
name : Codacy
37
37
needs : [fetch-info]
38
- uses : yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@dependabot/npm_and_yarn/security-prod-2c579f9325
38
+ uses : yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@dependabot/npm_and_yarn/security-dev-903f86c803
39
39
permissions :
40
40
contents : read
41
41
checks : write # For the check run creation !
52
52
codecov-uploader :
53
53
name : Codecov
54
54
needs : [fetch-info]
55
- uses : yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@dependabot/npm_and_yarn/security-prod-2c579f9325
55
+ uses : yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@dependabot/npm_and_yarn/security-dev-903f86c803
56
56
permissions :
57
57
contents : read
58
58
checks : write # For the check run creation !
You can’t perform that action at this time.
0 commit comments