This is an automated email from the ASF dual-hosted git repository.

tzimanyi pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git


The following commit(s) were added to refs/heads/main by this push:
     new 1765eb0a Downgrade build-chain to 3.5.5 to fix problems running PR 
checks. (#1278)
1765eb0a is described below

commit 1765eb0afa351ab1308499e5433e5c956a775e73
Author: Tibor Zimányi <[email protected]>
AuthorDate: Tue Mar 25 14:00:44 2025 +0100

    Downgrade build-chain to 3.5.5 to fix problems running PR checks. (#1278)
---
 .ci/actions/build-chain/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/actions/build-chain/action.yml 
b/.ci/actions/build-chain/action.yml
index 83a78dab..f83febe0 100644
--- a/.ci/actions/build-chain/action.yml
+++ b/.ci/actions/build-chain/action.yml
@@ -33,7 +33,7 @@ runs:
   steps:
     - name: Build Chain Tool Execution
       id: build-chain
-      uses: kiegroup/github-action-build-chain@v3
+      uses: kiegroup/[email protected]
       with:
         definition-file: ${{ inputs.definition-file }}
         flow-type: ${{ inputs.flow-type }}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to