Skip to content

Commit 1d613d0

Browse files
committed
Move to v0 tag
1 parent 74fd9d9 commit 1d613d0

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
@@ -90,7 +90,7 @@ jobs:
9090
- name: Create "unit tests" reports group
9191
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
9292
id: unit-tests-coverage-group
93-
uses: yoanm/temp-reports-group-workspace/.github/actions/create-action@develop
93+
uses: yoanm/temp-reports-group-workspace/.github/actions/create-action@v0
9494
with:
9595
name: unit-tests
9696
format: clover
@@ -104,7 +104,7 @@ jobs:
104104
- name: Create "functional tests" reports group
105105
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
106106
id: functional-tests-coverage-group
107-
uses: yoanm/temp-reports-group-workspace/.github/actions/create-action@develop
107+
uses: yoanm/temp-reports-group-workspace/.github/actions/create-action@v0
108108
with:
109109
name: functional-tests
110110
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 !
@@ -50,7 +50,7 @@ jobs:
5050
codecov-uploader:
5151
name: Codecov
5252
needs: [fetch-info]
53-
uses: yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@improve
53+
uses: yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@v0
5454
permissions:
5555
contents: read
5656
checks: write # For the check run creation !

0 commit comments

Comments
 (0)