Skip to content

Commit c7b6d54

Browse files
committed
Merge remote-tracking branch 'origin/8.0.x' into fork-spring-boot-4
# Conflicts: # dependencies.gradle
2 parents 3fd760a + bb9a4ca commit c7b6d54

File tree

260 files changed

+11642
-1721
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

260 files changed

+11642
-1721
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
steps:
5858
- name: Checkout repository
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@v6
6060
- name: "☕️ Setup JDK"
6161
uses: actions/setup-java@v4
6262
with:

.github/workflows/codestyle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: "🌐 Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
3333
run: curl -s https://api.ipify.org
3434
- name: "📥 Checkout repository"
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v6
3636
- name: "☕️ Setup JDK"
3737
uses: actions/setup-java@v4
3838
with:
@@ -59,7 +59,7 @@ jobs:
5959
- name: "🌐 Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
6060
run: curl -s https://api.ipify.org
6161
- name: "📥 Checkout repository"
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@v6
6363
- name: "☕️ Setup JDK"
6464
uses: actions/setup-java@v4
6565
with:
@@ -87,7 +87,7 @@ jobs:
8787
- name: "🌐 Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
8888
run: curl -s https://api.ipify.org
8989
- name: "📥 Checkout repository"
90-
uses: actions/checkout@v4
90+
uses: actions/checkout@v6
9191
- name: "☕️ Setup JDK"
9292
uses: actions/setup-java@v4
9393
with:

.github/workflows/forge-deploy-next.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-24.04
2323
steps:
2424
- name: "📥 Checkout repository"
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626
- name: "☕️ Setup JDK"
2727
uses: actions/setup-java@v4
2828
with:
@@ -45,7 +45,7 @@ jobs:
4545
IMAGE_NAME: us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}/${{ secrets.GCP_APP_NAME }}:next
4646
steps:
4747
- name: "📥 Checkout repository"
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v6
4949
- name: "☕️ Setup JDK"
5050
uses: actions/setup-java@v4
5151
with:
@@ -104,7 +104,7 @@ jobs:
104104
IMAGE_NAME: us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}/${{ secrets.GCP_APP_NAME }}-analytics:next
105105
steps:
106106
- name: "📥 Checkout repository"
107-
uses: actions/checkout@v4
107+
uses: actions/checkout@v6
108108
- name: "☕️ Setup JDK"
109109
uses: actions/setup-java@v4
110110
with:

.github/workflows/forge-deploy-prev-snapshot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-24.04
2323
steps:
2424
- name: "📥 Checkout repository"
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626
- name: "☕️ Setup JDK"
2727
uses: actions/setup-java@v4
2828
with:
@@ -45,7 +45,7 @@ jobs:
4545
IMAGE_NAME: us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}/${{ secrets.GCP_APP_NAME }}:prev-snapshot
4646
steps:
4747
- name: "📥 Checkout repository"
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v6
4949
- name: "☕️ Setup JDK"
5050
uses: actions/setup-java@v4
5151
with:
@@ -104,7 +104,7 @@ jobs:
104104
IMAGE_NAME: us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}/${{ secrets.GCP_APP_NAME }}-analytics:prev-snapshot
105105
steps:
106106
- name: "📥 Checkout repository"
107-
uses: actions/checkout@v4
107+
uses: actions/checkout@v6
108108
- name: "☕️ Setup JDK"
109109
uses: actions/setup-java@v4
110110
with:

.github/workflows/forge-deploy-prev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-24.04
2323
steps:
2424
- name: "📥 Checkout repository"
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626
- name: "☕️ Setup JDK"
2727
uses: actions/setup-java@v4
2828
with:
@@ -45,7 +45,7 @@ jobs:
4545
IMAGE_NAME: us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}/${{ secrets.GCP_APP_NAME }}:prev
4646
steps:
4747
- name: "📥 Checkout repository"
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v6
4949
- name: "☕️ Setup JDK"
5050
uses: actions/setup-java@v4
5151
with:
@@ -104,7 +104,7 @@ jobs:
104104
IMAGE_NAME: us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}/${{ secrets.GCP_APP_NAME }}-analytics:prev
105105
steps:
106106
- name: "📥 Checkout repository"
107-
uses: actions/checkout@v4
107+
uses: actions/checkout@v6
108108
- name: "☕️ Setup JDK"
109109
uses: actions/setup-java@v4
110110
with:

.github/workflows/forge-deploy-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
release_version: ${{ github.event.inputs.release }}
2929
steps:
3030
- name: "📥 Checkout repository"
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232
- name: "☕️ Setup JDK"
3333
uses: actions/setup-java@v4
3434
with:
@@ -49,7 +49,7 @@ jobs:
4949
needs: build
5050
steps:
5151
- name: "📥 Checkout repository"
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v6
5353
- name: "☕️ Setup JDK"
5454
uses: actions/setup-java@v4
5555
with:
@@ -106,7 +106,7 @@ jobs:
106106
needs: build
107107
steps:
108108
- name: "📥 Checkout repository"
109-
uses: actions/checkout@v4
109+
uses: actions/checkout@v6
110110
- name: "☕️ Setup JDK"
111111
uses: actions/setup-java@v4
112112
with:

.github/workflows/forge-deploy-snapshot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-24.04
2323
steps:
2424
- name: "📥 Checkout repository"
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626
- name: "☕️ Setup JDK"
2727
uses: actions/setup-java@v4
2828
with:
@@ -45,7 +45,7 @@ jobs:
4545
IMAGE_NAME: us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}/${{ secrets.GCP_APP_NAME }}:snapshot
4646
steps:
4747
- name: "📥 Checkout repository"
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v6
4949
- name: "☕️ Setup JDK"
5050
uses: actions/setup-java@v4
5151
with:
@@ -102,7 +102,7 @@ jobs:
102102
IMAGE_NAME: us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}/${{ secrets.GCP_APP_NAME }}-analytics:snapshot
103103
steps:
104104
- name: "📥 Checkout repository"
105-
uses: actions/checkout@v4
105+
uses: actions/checkout@v6
106106
- name: "☕️ Setup JDK"
107107
uses: actions/setup-java@v4
108108
with:

0 commit comments

Comments
 (0)