Skip to content

Commit ceb3e52

Browse files
authored
Merge branch '7.0.x' into docs/codenarc-gorm-compatibility
2 parents 19ce40a + db9083d commit ceb3e52

File tree

36 files changed

+1376
-91
lines changed

36 files changed

+1376
-91
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:

.github/workflows/gradle.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
3737
run: curl -s https://api.ipify.org
3838
- name: "📥 Checkout repository"
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v6
4040
- name: "☕️ Setup JDK"
4141
uses: actions/setup-java@v4
4242
with:
@@ -86,7 +86,7 @@ jobs:
8686
- name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
8787
run: curl -s https://api.ipify.org
8888
- name: "📥 Checkout repository"
89-
uses: actions/checkout@v4
89+
uses: actions/checkout@v6
9090
- name: "☕️ Setup JDK"
9191
uses: actions/setup-java@v4
9292
with:
@@ -117,7 +117,7 @@ jobs:
117117
- name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
118118
run: curl -s https://api.ipify.org
119119
- name: "📥 Checkout repository"
120-
uses: actions/checkout@v4
120+
uses: actions/checkout@v6
121121
- name: "☕️ Setup JDK"
122122
uses: actions/setup-java@v4
123123
with:
@@ -146,7 +146,7 @@ jobs:
146146
- name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
147147
run: curl -s https://api.ipify.org
148148
- name: "📥 Checkout repository"
149-
uses: actions/checkout@v4
149+
uses: actions/checkout@v6
150150
- name: "☕️ Setup JDK"
151151
uses: actions/setup-java@v4
152152
with:
@@ -202,7 +202,7 @@ jobs:
202202
- name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
203203
run: curl -s https://api.ipify.org
204204
- name: "📥 Checkout repository"
205-
uses: actions/checkout@v4
205+
uses: actions/checkout@v6
206206
- name: "☕️ Setup JDK"
207207
uses: actions/setup-java@v4
208208
with:
@@ -236,7 +236,7 @@ jobs:
236236
- name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
237237
run: curl -s https://api.ipify.org
238238
- name: "📥 Checkout the repository"
239-
uses: actions/checkout@v4
239+
uses: actions/checkout@v6
240240
- name: "☕️ Setup JDK"
241241
uses: actions/setup-java@v4
242242
with:
@@ -269,7 +269,7 @@ jobs:
269269
- name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
270270
run: curl -s https://api.ipify.org
271271
- name: "📥 Checkout the repository"
272-
uses: actions/checkout@v4
272+
uses: actions/checkout@v6
273273
- name: "☕️ Setup JDK"
274274
uses: actions/setup-java@v4
275275
with:
@@ -297,7 +297,7 @@ jobs:
297297
- name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
298298
run: curl -s https://api.ipify.org
299299
- name: "📥 Checkout repository"
300-
uses: actions/checkout@v4
300+
uses: actions/checkout@v6
301301
- name: "☕️ Setup JDK"
302302
uses: actions/setup-java@v4
303303
with:
@@ -345,7 +345,7 @@ jobs:
345345
- name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
346346
run: curl -s https://api.ipify.org
347347
- name: "📥 Checkout repository"
348-
uses: actions/checkout@v4
348+
uses: actions/checkout@v6
349349
- name: "☕️ Setup JDK"
350350
uses: actions/setup-java@v4
351351
with:
@@ -402,7 +402,7 @@ jobs:
402402
- name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
403403
run: curl -s https://api.ipify.org
404404
- name: "📥 Checkout repository"
405-
uses: actions/checkout@v4
405+
uses: actions/checkout@v6
406406
- name: "☕️ Setup JDK"
407407
uses: actions/setup-java@v4
408408
with:
@@ -453,7 +453,7 @@ jobs:
453453
- name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
454454
run: curl -s https://api.ipify.org
455455
- name: "📥 Checkout the repository"
456-
uses: actions/checkout@v4
456+
uses: actions/checkout@v6
457457
with:
458458
fetch-tags: true
459459
- name: "🔀 Store current branch name"

.github/workflows/groovy-joint-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
path: ~/.m2/repository
4747
key: cache-local-maven-${{ github.sha }}
4848
- name: "📥 Checkout Grails Core to fetch Gradle Plugin versions it uses"
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v6
5050
with:
5151
sparse-checkout-cone-mode: false
5252
sparse-checkout: settings.gradle
@@ -137,7 +137,7 @@ jobs:
137137
--health-retries 5
138138
steps:
139139
- name: "📥 Checkout project"
140-
uses: actions/checkout@v4
140+
uses: actions/checkout@v6
141141
- name: "☕️ Setup JDK"
142142
uses: actions/setup-java@v4
143143
with:

.github/workflows/rat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: "📥 Checkout repository"
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v6
3939
- name: "☕️ Setup JDK"
4040
uses: actions/setup-java@v4
4141
with:

0 commit comments

Comments
 (0)