Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
name: Build and Deploy Job
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
submodules: true
- name: Build And Deploy
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/build-push-container-images-2.13.Final.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV

- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV

- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV

- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV

- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV

- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -400,7 +400,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV

- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -448,7 +448,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV

- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/build-push-container-images-3.15.Final.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
ref: ${{ steps.calculate_branch.outputs.ref }}
branch: ${{ env.BRANCH }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ env.BRANCH }}

Expand All @@ -66,7 +66,7 @@ jobs:
- name: Print inputs
run: echo "ref = ${{ needs.calculate-refs.outputs.ref }}"

- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
ref: ${{ env.BRANCH }}
Expand All @@ -91,7 +91,7 @@ jobs:
outputs:
projects_matrix: ${{ steps.calculate_projects.outputs.projects_matrix }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
ref: ${{ env.BRANCH }}
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
name: "Build JVM images (${{ matrix.arch }}-${{ matrix.project.name }}-java${{ matrix.java }}-${{ matrix.project.openai-type }})"
steps:
- name: Checkout from ${{ needs.check-commit-count.outputs.ref }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ needs.check-commit-count.outputs.ref }}

Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
name: "Build Native images (${{ matrix.arch }}-${{ matrix.project.name }}-java${{ matrix.java.jvm }}-${{ matrix.project.openai-type }})"
steps:
- name: Checkout from ${{ needs.check-commit-count.outputs.ref }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ needs.check-commit-count.outputs.ref }}

Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
name: "Push app images (${{ matrix.arch }}-${{ matrix.project.name }}-${{ matrix.kind }}java${{ matrix.java }}-${{ matrix.project.openai-type }})"
steps:
- name: Checkout from ${{ needs.check-commit-count.outputs.ref }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ needs.check-commit-count.outputs.ref }}

Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:
name: Create app multiarch manifests (${{ matrix.project.name }}-${{ matrix.kind }}java${{ matrix.java }}-${{ matrix.project.openai-type }})
steps:
- name: Checkout from ${{ needs.check-commit-count.outputs.ref }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ needs.check-commit-count.outputs.ref }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-push-container-images-3.2.Final.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: echo "REF=${{ github.sha }}" >> $GITHUB_ENV

- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
run: echo "REF=${{ github.sha }}" >> $GITHUB_ENV

- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
run: echo "REF=${{ github.sha }}" >> $GITHUB_ENV

- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
run: echo "REF=${{ github.sha }}" >> $GITHUB_ENV

- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build-push-container-images-3.20.Final.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
echo "ref = ${{ needs.calculate-refs.outputs.ref }}"

- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
ref: ${{ env.BRANCH }}
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
outputs:
projects_matrix: ${{ steps.calculate_projects.outputs.projects_matrix }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
ref: ${{ env.BRANCH }}
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
name: "Build JVM images (${{ matrix.arch }}-${{ matrix.project.name }}-java${{ matrix.java }}-${{ matrix.project.openai-type }})"
steps:
- name: Checkout from ${{ needs.check-commit-count.outputs.ref }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ needs.check-commit-count.outputs.ref }}

Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
name: "Build Native images (${{ matrix.arch }}-${{ matrix.project.name }}-java${{ matrix.java.jvm }}-${{ matrix.project.openai-type }})"
steps:
- name: Checkout from ${{ needs.check-commit-count.outputs.ref }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ needs.check-commit-count.outputs.ref }}

Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
name: "Push app images (${{ matrix.arch }}-${{ matrix.project.name }}-${{ matrix.kind }}java${{ matrix.java }}-${{ matrix.project.openai-type }})"
steps:
- name: Checkout from ${{ needs.check-commit-count.outputs.ref }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ needs.check-commit-count.outputs.ref }}

Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
name: Create app multiarch manifests (${{ matrix.project.name }}-${{ matrix.kind }}java${{ matrix.java }}-${{ matrix.project.openai-type }})
steps:
- name: Checkout from ${{ needs.check-commit-count.outputs.ref }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ needs.check-commit-count.outputs.ref }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-push-container-images-3.8.Final.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: echo "REF=${{ github.sha }}" >> $GITHUB_ENV

- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
run: echo "REF=${{ github.sha }}" >> $GITHUB_ENV

- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
run: echo "REF=${{ github.sha }}" >> $GITHUB_ENV

- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
run: echo "REF=${{ github.sha }}" >> $GITHUB_ENV

- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build-push-container-images-rhbq-2.13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV

- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV

- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV

- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV

- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -380,7 +380,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV

- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/build-push-container-images-rhbq-2.7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV

- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV

- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV

- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:

- name: Checkout from ${{ env.REF }}
if: (matrix.arch == 'amd64') || (matrix.kind != 'native-')
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -366,7 +366,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV

- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -443,7 +443,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV

- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down Expand Up @@ -523,7 +523,7 @@ jobs:
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV

- name: Checkout from ${{ env.REF }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.REF }}

Expand Down
Loading