Skip to content

Commit 7e941dd

Browse files
committed
Back to action tag
1 parent 07c8457 commit 7e941dd

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
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@feature/improve
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@feature/improve
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: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ jobs:
1717
checks: write # For the check run creation !
1818
steps:
1919
- name: 'Check run ○'
20-
uses: yoanm/temp-reports-group-workspace/utils/attach-check-run-to-triggering-workflow@feature/improve
21-
if: ${{ 'workflow_run' == github.event_name }}
20+
uses: yoanm/temp-reports-group-workspace/utils/attach-check-run-to-triggering-workflow@v0
2221
with:
2322
name: 'Fetch triggering workflow metadata'
2423
fails-on-triggering-workflow-failure: true
2524

26-
- uses: yoanm/temp-reports-group-workspace/utils/fetch-workflow-metadata@feature/improve
25+
- uses: yoanm/temp-reports-group-workspace/utils/fetch-workflow-metadata@v0
2726
id: fetch-workflow-metadata
2827

2928
outputs:
@@ -35,7 +34,7 @@ jobs:
3534
codacy-uploader:
3635
name: Codacy
3736
needs: [fetch-info]
38-
uses: yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@feature/improve
37+
uses: yoanm/temp-reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@v0
3938
permissions:
4039
contents: read
4140
checks: write # For the check run creation !
@@ -52,7 +51,7 @@ jobs:
5251
codecov-uploader:
5352
name: Codecov
5453
needs: [fetch-info]
55-
uses: yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@feature/improve
54+
uses: yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@v0
5655
permissions:
5756
contents: read
5857
checks: write # For the check run creation !

0 commit comments

Comments
 (0)