Skip to content

Commit ae4d269

Browse files
committed
Merge branch 'gh/feat/upload-refresh-token' into gh/feat/upload-parallel-chunks
2 parents d674d08 + 605dd9e commit ae4d269

16 files changed

Lines changed: 124 additions & 65 deletions

File tree

.github/workflows/build.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
run: env | sort
2727

2828
- name: Checkout
29-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
29+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
3030

3131
- name: Setup Graalvm
3232
uses: graalvm/setup-graalvm@60c26726de13f8b90771df4bc1641a52a3159994 # v1.5.2
3333
with:
34-
java-version: '21'
34+
java-version: '25'
3535
distribution: 'graalvm'
3636
native-image-musl: 'true'
3737
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -87,20 +87,20 @@ jobs:
8787

8888
mac-image:
8989
name: MAC
90-
runs-on: macos-15-intel
90+
runs-on: macos-26-intel
9191
timeout-minutes: 90
9292

9393
steps:
9494
- name: Environment
9595
run: env | sort
9696

9797
- name: Checkout
98-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
98+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
9999

100100
- name: Setup Graalvm
101101
uses: graalvm/setup-graalvm@60c26726de13f8b90771df4bc1641a52a3159994 # v1.5.2
102102
with:
103-
java-version: '21'
103+
java-version: '25'
104104
distribution: 'graalvm'
105105
github-token: ${{ secrets.GITHUB_TOKEN }}
106106

@@ -173,21 +173,21 @@ jobs:
173173

174174
mac-arm64-image:
175175
name: MAC-arm64
176-
runs-on: macos-15
176+
runs-on: macos-26
177177
timeout-minutes: 90
178178

179179
steps:
180180
- name: Environment
181181
run: env | sort
182182

183183
- name: Checkout
184-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
184+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
185185

186186
- name: Setup Graalvm
187187
uses: graalvm/setup-graalvm@60c26726de13f8b90771df4bc1641a52a3159994 # v1.5.2
188188
with:
189189
version: 'latest'
190-
java-version: '21'
190+
java-version: '25'
191191
distribution: 'graalvm'
192192
github-token: ${{ secrets.GITHUB_TOKEN }}
193193

@@ -275,12 +275,12 @@ jobs:
275275
run: env | sort
276276

277277
- name: Checkout
278-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
278+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
279279

280280
- name: Setup Graalvm
281281
uses: graalvm/setup-graalvm@60c26726de13f8b90771df4bc1641a52a3159994 # v1.5.2
282282
with:
283-
java-version: '21'
283+
java-version: '25'
284284
distribution: 'graalvm'
285285
github-token: ${{ secrets.GITHUB_TOKEN }}
286286

@@ -342,18 +342,18 @@ jobs:
342342
actions: read
343343
steps:
344344
- name: Checkout repository
345-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
345+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
346346
with:
347347
fetch-depth: 0
348348

349349
- name: Download all build artifacts
350350
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
351351

352352
- name: Setup Java for JReleaser
353-
uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
353+
uses: actions/setup-java@cf277c60eb25467037889841efdb72551f06f6c3 # v4.9.1
354354
with:
355-
java-version: '21'
356-
distribution: 'adopt'
355+
java-version: '25'
356+
distribution: 'corretto'
357357

358358
- name: Version
359359
id: version
@@ -379,7 +379,7 @@ jobs:
379379
out/jreleaser/output.properties
380380
381381
- name: Send message to slack
382-
uses: archive/github-actions-slack@9ccf59ff2579a8d72da350ef248629f2946ba6b2 # v2.6.0
382+
uses: archive/github-actions-slack@b1d27920d1b9cbacbfe6732572d325baf93ae402 # v2.11.0
383383
id: send-message
384384
continue-on-error: true
385385
with:

.github/workflows/lint-markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
actions: read
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
11+
- uses: actions/checkout@0717577d45739eb3c851188b29f50ed6c0b2194e # v2.8.0
1212

1313
- uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2.5.2
1414

.github/workflows/rich-codex-screenshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010

1111
- name: Check out the repo
12-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
12+
uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3.7.0
1313

1414
- name: Install latest version of Tower-CLI
1515
run: |
@@ -20,7 +20,7 @@ jobs:
2020
2121
2222
- name: Generate terminal images with rich-codex
23-
uses: ewels/rich-codex@80de9de011c994f32274bb4cffee140567621d8e # v1.2.11
23+
uses: ewels/rich-codex@74d8432695de542da2f2acdbc5681cdf306791ec # v1.3.0
2424
env:
2525
TOWER_ACCESS_TOKEN: ${{ secrets.TOWER_ACCESS_TOKEN }}
2626
with:

.github/workflows/security-submit-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
dependency-submission:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
14+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
1515
- uses: graalvm/setup-graalvm@60c26726de13f8b90771df4bc1641a52a3159994 # v1.5.2
1616
with:
17-
java-version: '21'
17+
java-version: '25'
1818
distribution: 'graalvm'
1919
components: 'native-image'
2020
native-image-musl: 'true'

VERSION-API

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.189.0
1+
1.198.0
22
// Only first line of this file is read
33
// This version should be bumped to the minimum version where dependent API changes were introduced
44
// But never higher then the current Platform API Version deployed in Cloud Production: https://cloud.seqera.io/api/service-info

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ application {
9898

9999
java {
100100
toolchain {
101-
languageVersion = JavaLanguageVersion.of(21)
101+
languageVersion = JavaLanguageVersion.of(25)
102102
}
103103
}
104104

@@ -120,7 +120,7 @@ graalvmNative {
120120
buildArgs.add('-H:+ReportExceptionStackTraces')
121121

122122
javaLauncher = javaToolchains.launcherFor {
123-
languageVersion = JavaLanguageVersion.of(21)
123+
languageVersion = JavaLanguageVersion.of(25)
124124
vendor = JvmVendorSpec.matching("Oracle Corporation")
125125
}
126126

@@ -155,7 +155,7 @@ tasks.register('buildInfo') {
155155
}
156156

157157
tasks.named('compileJava') {
158-
options.release = 21
158+
options.release = 25
159159
options.compilerArgs += ["-Aproject=${project.name}"]
160160
dependsOn tasks.named('buildInfo')
161161
}

gradle/wrapper/gradle-wrapper.jar

4.76 KB
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
44
networkTimeout=10000
5+
retries=0
6+
retryBackOffMs=500
57
validateDistributionUrl=true
68
zipStoreBase=GRADLE_USER_HOME
79
zipStorePath=wrapper/dists

gradlew

Lines changed: 7 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 12 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)