@@ -70,11 +70,11 @@ jobs:
7070 fail-fast : false
7171 matrix :
7272 include :
73- - { java-version: 25, cache: 'true', cleanup-node: true }
73+ - { java-version: 25.0.1 , cache: 'true', cleanup-node: true }
7474 - { java-version: 26-ea, cache: 'restore', cleanup-node: true }
7575 timeout-minutes : 45
7676 steps :
77- - uses : actions/checkout@v5
77+ - uses : actions/checkout@v6
7878 with :
7979 fetch-depth : 0 # checkout all commits, as the build result depends on `git describe` equivalent
8080 ref : |
@@ -107,7 +107,7 @@ jobs:
107107 runs-on : ubuntu-latest
108108 timeout-minutes : 45
109109 steps :
110- - uses : actions/checkout@v5
110+ - uses : actions/checkout@v6
111111 with :
112112 fetch-depth : 0 # checkout all commits, as the build result depends on `git describe` equivalent
113113 ref : |
@@ -143,7 +143,7 @@ jobs:
143143 outputs :
144144 matrix : ${{ steps.set-matrix.outputs.matrix }}
145145 steps :
146- - uses : actions/checkout@v5
146+ - uses : actions/checkout@v6
147147 with :
148148 fetch-depth : 0 # checkout all commits to be able to determine merge base
149149 - name : Block illegal commits
@@ -176,7 +176,7 @@ jobs:
176176 fail-fast : false
177177 matrix : ${{ fromJson(needs.check-commits-dispatcher.outputs.matrix) }}
178178 steps :
179- - uses : actions/checkout@v5
179+ - uses : actions/checkout@v6
180180 if : matrix.commit != ''
181181 with :
182182 fetch-depth : 0 # checkout all commits to be able to determine merge base
@@ -196,7 +196,7 @@ jobs:
196196 runs-on : ubuntu-latest
197197 timeout-minutes : 45
198198 steps :
199- - uses : actions/checkout@v5
199+ - uses : actions/checkout@v6
200200 with :
201201 fetch-depth : 0 # checkout all commits to be able to determine merge base for GIB
202202 ref : |
@@ -207,7 +207,7 @@ jobs:
207207 timeout-minutes : 15
208208 with :
209209 cache : restore
210- java-version : 25
210+ java-version : 25.0.1
211211 - name : Maven Install
212212 run : |
213213 # build everything to make sure dependencies of impacted modules are present
@@ -226,7 +226,7 @@ jobs:
226226 runs-on : ubuntu-latest
227227 timeout-minutes : 30
228228 steps :
229- - uses : actions/checkout@v5
229+ - uses : actions/checkout@v6
230230 with :
231231 fetch-depth : 0 # checkout tags so version in Manifest is set properly
232232 ref : |
@@ -274,7 +274,7 @@ jobs:
274274 # TODO: config-apache-hive3
275275 timeout-minutes : 60
276276 steps :
277- - uses : actions/checkout@v5
277+ - uses : actions/checkout@v6
278278 with :
279279 fetch-depth : 0 # checkout all commits to be able to determine merge base for GIB
280280 ref : |
@@ -326,7 +326,7 @@ jobs:
326326 runs-on : ubuntu-latest
327327 timeout-minutes : 60
328328 steps :
329- - uses : actions/checkout@v5
329+ - uses : actions/checkout@v6
330330 with :
331331 fetch-depth : 0 # checkout all commits to be able to determine merge base for GIB
332332 ref : |
@@ -416,7 +416,7 @@ jobs:
416416 outputs :
417417 matrix : ${{ steps.set-matrix.outputs.matrix }}
418418 steps :
419- - uses : actions/checkout@v5
419+ - uses : actions/checkout@v6
420420 with :
421421 fetch-depth : 0 # checkout all commits to be able to determine merge base for GIB
422422 ref : |
@@ -536,7 +536,7 @@ jobs:
536536 matrix : ${{ fromJson(needs.build-test-matrix.outputs.matrix) }}
537537 timeout-minutes : 60
538538 steps :
539- - uses : actions/checkout@v5
539+ - uses : actions/checkout@v6
540540 with :
541541 fetch-depth : 0 # checkout all commits to be able to determine merge base for GIB
542542 ref : |
@@ -548,7 +548,7 @@ jobs:
548548 with :
549549 cache : restore
550550 cleanup-node : ${{ format('{0}', matrix.modules == 'plugin/trino-singlestore' || matrix.modules == 'plugin/trino-exasol' || matrix.modules == 'plugin/trino-oracle') }}
551- java-version : ${{ matrix.jdk != '' && matrix.jdk || '25' }}
551+ java-version : ${{ matrix.jdk != '' && matrix.jdk || '25.0.1 ' }}
552552 - name : Maven Install
553553 run : |
554554 export MAVEN_OPTS="${MAVEN_INSTALL_OPTS}"
@@ -842,7 +842,7 @@ jobs:
842842 matrix : ${{ steps.set-matrix.outputs.matrix }}
843843 product-tests-changed : ${{ steps.filter.outputs.product-tests }}
844844 steps :
845- - uses : actions/checkout@v5
845+ - uses : actions/checkout@v6
846846 with :
847847 fetch-depth : 0 # checkout all commits to be able to determine merge base for GIB
848848 ref : |
@@ -912,7 +912,7 @@ jobs:
912912 - suite-delta-lake-databricks154
913913 - suite-delta-lake-databricks164
914914 - suite-delta-lake-databricks173
915- - suite-exasol
915+ # - suite-exasol
916916 - suite-ranger
917917 - suite-gcs
918918 - suite-hive4
@@ -1047,7 +1047,7 @@ jobs:
10471047 timeout-minutes : 130
10481048 needs : build-pt
10491049 steps :
1050- - uses : actions/checkout@v5
1050+ - uses : actions/checkout@v6
10511051 with :
10521052 fetch-depth : 0 # checkout all commits, as the build result depends on `git describe` equivalent
10531053 ref : |
0 commit comments