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

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


The following commit(s) were added to refs/heads/main by this push:
     new 00a2db53c7 kie-issues#674: update GHA references
00a2db53c7 is described below

commit 00a2db53c760a8c9b8c5b69fd2e33cf2b57bd5e9
Author: jstastny-cz <[email protected]>
AuthorDate: Mon Nov 6 09:47:48 2023 +0100

    kie-issues#674: update GHA references
---
 .github/workflows/jenkins-tests-PR.yml |  2 +-
 .github/workflows/optaplanner-9.yml    |  2 +-
 .github/workflows/pr-backporting.yml   |  4 ++--
 .github/workflows/pull_request.yml     | 10 +++++-----
 .github/workflows/quarkus-snapshot.yml |  2 +-
 .github/workflows/sonarcloud.yml       |  2 +-
 6 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/.github/workflows/jenkins-tests-PR.yml 
b/.github/workflows/jenkins-tests-PR.yml
index c83cc488e9..5f45be3bf1 100644
--- a/.github/workflows/jenkins-tests-PR.yml
+++ b/.github/workflows/jenkins-tests-PR.yml
@@ -17,7 +17,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - name: DSL tests
-      uses: kiegroup/kie-ci/.ci/actions/dsl-tests@main
+      uses: apache/incubator-kie-kogito-pipelines/.ci/actions/dsl-tests@main
       with:
         project: optaplanner
         main-config-file-repo: apache/incubator-kie-optaplanner
diff --git a/.github/workflows/optaplanner-9.yml 
b/.github/workflows/optaplanner-9.yml
index 4e5c7d3f40..465d199fd6 100644
--- a/.github/workflows/optaplanner-9.yml
+++ b/.github/workflows/optaplanner-9.yml
@@ -36,7 +36,7 @@ jobs:
           fetch-depth: 0
 
       - name: Java and Maven Setup
-        uses: kiegroup/kie-ci/.ci/actions/maven@main
+        uses: apache/incubator-kie-kogito-pipelines/.ci/actions/maven@main
         with:
           java-version: ${{ matrix.java-version }}
           maven-version: ${{ matrix.maven-version }}
diff --git a/.github/workflows/pr-backporting.yml 
b/.github/workflows/pr-backporting.yml
index 62b31d56de..5a763c70da 100644
--- a/.github/workflows/pr-backporting.yml
+++ b/.github/workflows/pr-backporting.yml
@@ -17,7 +17,7 @@ jobs:
     steps:
       - name: Set target branches
         id: set-targets
-        uses: kiegroup/kie-ci/.ci/actions/parse-labels@main
+        uses: 
apache/incubator-kie-kogito-pipelines/.ci/actions/parse-labels@main
         with:
           labels: ${LABELS}
   
@@ -34,7 +34,7 @@ jobs:
       REVIEWERS: ${{ toJSON(github.event.pull_request.requested_reviewers) }}
     steps:
       - name: Backporting
-        uses: kiegroup/kie-ci/.ci/actions/backporting@main
+        uses: 
apache/incubator-kie-kogito-pipelines/.ci/actions/backporting@main
         with:
           target-branch: ${{ matrix.target-branch }}
           additional-reviewers: ${REVIEWERS}
diff --git a/.github/workflows/pull_request.yml 
b/.github/workflows/pull_request.yml
index 04e6d7ba82..d4823b9169 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -36,13 +36,13 @@ jobs:
     timeout-minutes: 120
     steps:
       - name: Clean Disk Space
-        uses: kiegroup/kie-ci/.ci/actions/ubuntu-disk-space@main
+        uses: 
apache/incubator-kie-kogito-pipelines/.ci/actions/ubuntu-disk-space@main
         if: ${{ matrix.os == 'ubuntu-latest' }}
       - name: Support long paths
         if: ${{ matrix.os == 'windows-latest' }}
-        uses: kiegroup/kie-ci/.ci/actions/long-paths@main
+        uses: apache/incubator-kie-kogito-pipelines/.ci/actions/long-paths@main
       - name: Java and Maven Setup
-        uses: kiegroup/kie-ci/.ci/actions/maven@main
+        uses: apache/incubator-kie-kogito-pipelines/.ci/actions/maven@main
         with:
           java-version: ${{ matrix.java-version }}
           maven-version: ${{ matrix.maven-version }}
@@ -54,7 +54,7 @@ jobs:
         if: github.event_name == 'push'
         run: echo "FLOW_TYPE=branch" >> $GITHUB_ENV
       - name: Build Chain
-        uses: kiegroup/kie-ci/.ci/actions/build-chain@main
+        uses: 
apache/incubator-kie-kogito-pipelines/.ci/actions/build-chain@main
         env:
           # maven-assembly-plugin occasionally fails on heap space when 
building the ZIP in optaplanner-docs
           MAVEN_OPTS: "-Xmx2048m"
@@ -65,7 +65,7 @@ jobs:
           flow-type: ${{ env.FLOW_TYPE }}
           github-token: "${{ secrets.GITHUB_TOKEN }}"
       - name: Surefire Report
-        uses: kiegroup/kie-ci/.ci/actions/surefire-report@main
+        uses: 
apache/incubator-kie-kogito-pipelines/.ci/actions/surefire-report@main
         if: ${{ always() }}
         with:
           report_paths: '**/*-reports/TEST-*.xml'
diff --git a/.github/workflows/quarkus-snapshot.yml 
b/.github/workflows/quarkus-snapshot.yml
index 23dc5ecefd..c5482624c4 100644
--- a/.github/workflows/quarkus-snapshot.yml
+++ b/.github/workflows/quarkus-snapshot.yml
@@ -32,7 +32,7 @@ jobs:
         run: sudo add-apt-repository ppa:rmescandon/yq && sudo apt update && 
sudo apt install yq -y
 
       - name: Java and Maven Setup
-        uses: kiegroup/kie-ci/.ci/actions/maven@main
+        uses: apache/incubator-kie-kogito-pipelines/.ci/actions/maven@main
         with:
           java-version: ${{ matrix.java-version }}
           maven-version: ${{ matrix.maven-version }}
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml
index 731bcbddc6..486e2d563a 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -34,7 +34,7 @@ jobs:
           fetch-depth: 0
 
       - name: Java and Maven Setup
-        uses: kiegroup/kie-ci/.ci/actions/maven@main
+        uses: apache/incubator-kie-kogito-pipelines/.ci/actions/maven@main
         with:
           java-version: ${{ matrix.java-version }}
           maven-version: ${{ matrix.maven-version }}


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

Reply via email to