Skip to content

Commit 2395454

Browse files
committed
Try temp-reports-group-workspace new version
1 parent 68d217b commit 2395454

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/reusable-CI-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
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

.github/workflows/reusable-coverage-upload-workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:
@@ -38,7 +38,7 @@ jobs:
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 !
@@ -55,7 +55,7 @@ jobs:
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 !

0 commit comments

Comments
 (0)