Skip to content

Commit 96117c7

Browse files
committed
Move to v0
1 parent 8c227a8 commit 96117c7

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
@@ -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/gha-create@improve
69+
uses: yoanm/temp-reports-group-workspace/gha-create@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/gha-create@improve
82+
uses: yoanm/temp-reports-group-workspace/gha-create@v0
8383
with:
8484
name: functional-tests
8585
format: clover

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
checks: write # For the check run creation !
1818
steps:
1919
- name: 'Check run ○'
20-
uses: yoanm/temp-reports-group-workspace/gha-attach-check-run-to-triggering-workflow@improve
20+
uses: yoanm/temp-reports-group-workspace/gha-attach-check-run-to-triggering-workflow@v0
2121
with:
2222
name: 'Fetch coverage info'
2323
fails-on-triggering-workflow-failure: true
2424

25-
- uses: yoanm/temp-reports-group-workspace/gha-fetch-workflow-metadata@improve
25+
- uses: yoanm/temp-reports-group-workspace/gha-fetch-workflow-metadata@v0
2626
id: fetch-workflow-metadata
2727

2828
outputs:
@@ -32,7 +32,7 @@ jobs:
3232
codacy-uploader:
3333
name: Codacy
3434
needs: [fetch-info]
35-
uses: yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@improve
35+
uses: yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@v0
3636
permissions:
3737
contents: read
3838
checks: write # For the check run creation !
@@ -49,7 +49,7 @@ jobs:
4949
codecov-uploader:
5050
name: Codecov
5151
needs: [fetch-info]
52-
uses: yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@improve
52+
uses: yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@v0
5353
permissions:
5454
contents: read
5555
checks: write # For the check run creation !

0 commit comments

Comments
 (0)