Skip to content

Commit 17847d5

Browse files
committed
Back to v0
1 parent 4166f08 commit 17847d5

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Create "unit tests" reports directory
6767
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
6868
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
7070
with:
7171
name: unit-tests
7272
format: clover
@@ -79,7 +79,7 @@ jobs:
7979
- name: Create "functional tests" coverage group
8080
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
8181
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
8383
with:
8484
name: functional-tests
8585
format: clover

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
CODECOV_TOKEN:
99
required: true
1010

11+
1112
jobs:
1213
fetch-info:
1314
name: Fetch triggering workflow metadata
@@ -17,12 +18,12 @@ jobs:
1718
checks: write # For the check run creation !
1819
steps:
1920
- 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
2122
with:
2223
name: 'Fetch triggering workflow metadata'
2324
fails-on-triggering-workflow-failure: true
2425

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
2627
id: fetch-workflow-metadata
2728

2829
outputs:
@@ -34,7 +35,7 @@ jobs:
3435
codacy-uploader:
3536
name: Codacy
3637
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
3839
permissions:
3940
contents: read
4041
checks: write # For the check run creation !
@@ -51,7 +52,7 @@ jobs:
5152
codecov-uploader:
5253
name: Codecov
5354
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
5556
permissions:
5657
contents: read
5758
checks: write # For the check run creation !

0 commit comments

Comments
 (0)