Skip to content

Commit 00a2db5

Browse files
jstastny-czjstastny-cz
authored andcommitted
kie-issues#674: update GHA references
1 parent 580520a commit 00a2db5

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/jenkins-tests-PR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: DSL tests
20-
uses: kiegroup/kie-ci/.ci/actions/dsl-tests@main
20+
uses: apache/incubator-kie-kogito-pipelines/.ci/actions/dsl-tests@main
2121
with:
2222
project: optaplanner
2323
main-config-file-repo: apache/incubator-kie-optaplanner

.github/workflows/optaplanner-9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 0
3737

3838
- name: Java and Maven Setup
39-
uses: kiegroup/kie-ci/.ci/actions/maven@main
39+
uses: apache/incubator-kie-kogito-pipelines/.ci/actions/maven@main
4040
with:
4141
java-version: ${{ matrix.java-version }}
4242
maven-version: ${{ matrix.maven-version }}

.github/workflows/pr-backporting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Set target branches
1919
id: set-targets
20-
uses: kiegroup/kie-ci/.ci/actions/parse-labels@main
20+
uses: apache/incubator-kie-kogito-pipelines/.ci/actions/parse-labels@main
2121
with:
2222
labels: ${LABELS}
2323

@@ -34,7 +34,7 @@ jobs:
3434
REVIEWERS: ${{ toJSON(github.event.pull_request.requested_reviewers) }}
3535
steps:
3636
- name: Backporting
37-
uses: kiegroup/kie-ci/.ci/actions/backporting@main
37+
uses: apache/incubator-kie-kogito-pipelines/.ci/actions/backporting@main
3838
with:
3939
target-branch: ${{ matrix.target-branch }}
4040
additional-reviewers: ${REVIEWERS}

.github/workflows/pull_request.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
timeout-minutes: 120
3737
steps:
3838
- name: Clean Disk Space
39-
uses: kiegroup/kie-ci/.ci/actions/ubuntu-disk-space@main
39+
uses: apache/incubator-kie-kogito-pipelines/.ci/actions/ubuntu-disk-space@main
4040
if: ${{ matrix.os == 'ubuntu-latest' }}
4141
- name: Support long paths
4242
if: ${{ matrix.os == 'windows-latest' }}
43-
uses: kiegroup/kie-ci/.ci/actions/long-paths@main
43+
uses: apache/incubator-kie-kogito-pipelines/.ci/actions/long-paths@main
4444
- name: Java and Maven Setup
45-
uses: kiegroup/kie-ci/.ci/actions/maven@main
45+
uses: apache/incubator-kie-kogito-pipelines/.ci/actions/maven@main
4646
with:
4747
java-version: ${{ matrix.java-version }}
4848
maven-version: ${{ matrix.maven-version }}
@@ -54,7 +54,7 @@ jobs:
5454
if: github.event_name == 'push'
5555
run: echo "FLOW_TYPE=branch" >> $GITHUB_ENV
5656
- name: Build Chain
57-
uses: kiegroup/kie-ci/.ci/actions/build-chain@main
57+
uses: apache/incubator-kie-kogito-pipelines/.ci/actions/build-chain@main
5858
env:
5959
# maven-assembly-plugin occasionally fails on heap space when building the ZIP in optaplanner-docs
6060
MAVEN_OPTS: "-Xmx2048m"
@@ -65,7 +65,7 @@ jobs:
6565
flow-type: ${{ env.FLOW_TYPE }}
6666
github-token: "${{ secrets.GITHUB_TOKEN }}"
6767
- name: Surefire Report
68-
uses: kiegroup/kie-ci/.ci/actions/surefire-report@main
68+
uses: apache/incubator-kie-kogito-pipelines/.ci/actions/surefire-report@main
6969
if: ${{ always() }}
7070
with:
7171
report_paths: '**/*-reports/TEST-*.xml'

.github/workflows/quarkus-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: sudo add-apt-repository ppa:rmescandon/yq && sudo apt update && sudo apt install yq -y
3333

3434
- name: Java and Maven Setup
35-
uses: kiegroup/kie-ci/.ci/actions/maven@main
35+
uses: apache/incubator-kie-kogito-pipelines/.ci/actions/maven@main
3636
with:
3737
java-version: ${{ matrix.java-version }}
3838
maven-version: ${{ matrix.maven-version }}

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535

3636
- name: Java and Maven Setup
37-
uses: kiegroup/kie-ci/.ci/actions/maven@main
37+
uses: apache/incubator-kie-kogito-pipelines/.ci/actions/maven@main
3838
with:
3939
java-version: ${{ matrix.java-version }}
4040
maven-version: ${{ matrix.maven-version }}

0 commit comments

Comments
 (0)