@@ -245,24 +245,19 @@ jobs:
245245 commit-sha : ${{ steps.fetch-workflow-metadata.outputs.commit-sha }}
246246 run-id : ${{ steps.fetch-workflow-metadata.outputs.run-id }}
247247 steps :
248- # @TODO move actions to a dedicated repo and remove the checkout
249- - uses : actions/checkout@v4
250- with :
251- path : custom-action-repo
252-
253- - uses : ./custom-action-repo/.github/actions/reports-group/attach-check-run-to-triggering-workflow-action
248+ - uses : yoanm/tmp-reports-group-workspace/.github/actions/attach-check-run-to-triggering-workflow-action@develop
254249 with :
255250 github-token : ${{ github.token }}
256251 job-status : ${{ job.status }}
257252 fails-on-triggering-workflow-failure : true
258253
259- - uses : ./custom-action-repo /.github/actions/reports-group/ fetch-workflow-metadata-action
254+ - uses : yoanm/tmp-reports-group-workspace /.github/actions/fetch-workflow-metadata-action@develop
260255 id : fetch-workflow-metadata
261256
262257 codacy-uploader :
263258 name : Codacy
264259 needs : [fetch-info]
265- uses : ./ .github/workflows/codacy-upload-from-artifacts.yml
260+ uses : yoanm/tmp-reports-group-workspace/ .github/workflows/codacy-upload-from-artifacts.yml@develop
266261 with :
267262 artifacts-pattern : coverage-groups-*
268263 run-id : ${{ needs.fetch-info.outputs.run-id }}
@@ -276,7 +271,7 @@ jobs:
276271 codecov-uploader :
277272 name : Codecov
278273 needs : [fetch-info]
279- uses : ./ .github/workflows/codecov-upload-from-artifacts.yml
274+ uses : yoanm/tmp-reports-group-workspace/ .github/workflows/codecov-upload-from-artifacts.yml@develop
280275 with :
281276 artifacts-pattern : coverage-groups-*
282277 run-id : ${{ needs.fetch-info.outputs.run-id }}
0 commit comments