@@ -17,12 +17,12 @@ jobs:
17
17
checks : write # For the check run creation !
18
18
steps :
19
19
- 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
21
21
with :
22
22
name : ' Fetch coverage info'
23
23
fails-on-triggering-workflow-failure : true
24
24
25
- - uses : yoanm/temp-reports-group-workspace/gha-fetch-workflow-metadata@improve
25
+ - uses : yoanm/temp-reports-group-workspace/gha-fetch-workflow-metadata@v0
26
26
id : fetch-workflow-metadata
27
27
28
28
outputs :
32
32
codacy-uploader :
33
33
name : Codacy
34
34
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
36
36
permissions :
37
37
contents : read
38
38
checks : write # For the check run creation !
41
41
with :
42
42
artifacts-pattern : coverage-groups-*
43
43
run-id : ${{ needs.fetch-info.outputs.run-id }}
44
- override-job-name : " Codacy title"
45
44
force-git-commit : ${{ needs.fetch-info.outputs.commit-sha }}
46
45
# force-uploader-language: ...
47
46
# force-uploader-coverage-parser: ...
50
49
codecov-uploader :
51
50
name : Codecov
52
51
needs : [fetch-info]
53
- 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
54
53
permissions :
55
54
contents : read
56
55
checks : write # For the check run creation !
59
58
with :
60
59
artifacts-pattern : coverage-groups-*
61
60
run-id : ${{ needs.fetch-info.outputs.run-id }}
62
- override-job-name : " Codecov title"
63
61
force-git-commit : ${{ needs.fetch-info.outputs.commit-sha }}
64
62
force-git-branch : ${{ needs.fetch-info.outputs.branch }}
65
63
force-gh-pr : ${{ needs.fetch-info.outputs.pr-number }}
0 commit comments