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 9494
9595 - name : Create "unit tests" reports group
9696 if : ${{ env.COVERAGE_TYPE == 'xdebug' }}
97- uses : yoanm/temp-reports-group-workspace/create-group@v0
97+ uses : yoanm/temp-reports-group-workspace/create-group@dependabot/npm_and_yarn/eslint-9.39.1
9898 with :
9999 name : unit-tests
100100 format : clover
@@ -106,7 +106,7 @@ jobs:
106106
107107 - name : Create "functional tests" reports group
108108 if : ${{ env.COVERAGE_TYPE == 'xdebug' }}
109- uses : yoanm/temp-reports-group-workspace/create-group@v0
109+ uses : yoanm/temp-reports-group-workspace/create-group@dependabot/npm_and_yarn/eslint-9.39.1
110110 with :
111111 name : functional-tests
112112 format : clover
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
2121 checks : write # For the check run creation !
2222 steps :
2323 - name : ' Check run ○'
24- uses : yoanm/temp-reports-group-workspace/utils/attach-check-run-to-triggering-workflow@v0
24+ uses : yoanm/temp-reports-group-workspace/utils/attach-check-run-to-triggering-workflow@dependabot/npm_and_yarn/eslint-9.39.1
2525 with :
2626 name : ' Fetch triggering workflow metadata'
2727 fails-on-triggering-workflow-failure : true
2828
29- - uses : yoanm/temp-reports-group-workspace/utils/fetch-workflow-metadata@v0
29+ - uses : yoanm/temp-reports-group-workspace/utils/fetch-workflow-metadata@dependabot/npm_and_yarn/eslint-9.39.1
3030 id : fetch-workflow-metadata
3131
3232 outputs :
3838 codacy-uploader :
3939 name : Codacy
4040 needs : [fetch-info]
41- uses : yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@v0
41+ uses : yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@dependabot/npm_and_yarn/eslint-9.39.1
4242 permissions :
4343 contents : read
4444 checks : write # For the check run creation !
5555 codecov-uploader :
5656 name : Codecov
5757 needs : [fetch-info]
58- uses : yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@v0
58+ uses : yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@dependabot/npm_and_yarn/eslint-9.39.1
5959 permissions :
6060 contents : read
6161 checks : write # For the check run creation !
You can’t perform that action at this time.
0 commit comments