Skip to content

Commit 6c6c608

Browse files
committed
ci(workflow-fix): explictly declare java 25.0.2 (#25529)
Signed-off-by: Andrew Brandt <andrew.brandt@hashgraph.com>
1 parent b272ac6 commit 6c6c608

36 files changed

Lines changed: 50 additions & 50 deletions

.github/workflows/050-user-memory-profile-ctrl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
121121
with:
122122
distribution: temurin
123-
java-version: 25
123+
java-version: 25.0.2
124124

125125
- name: Install tools
126126
run: |

.github/workflows/700-flow-copilot-setup-steps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
checkout-fetch-depth: "1"
3030
checkout-token: "${{ secrets.GITHUB_TOKEN }}"
3131
setup-java: "true"
32-
java-version: "25"
32+
java-version: "25.0.2"
3333
java-distribution: "temurin"
3434
setup-gradle: "true"
3535
gradle-cache-read-only: "false"

.github/workflows/flow-artifact-determinism.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
description: "Java JDK Version:"
1818
type: string
1919
required: false
20-
default: "25"
20+
default: "25.0.2"
2121

2222
defaults:
2323
run:
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
ref: ${{ needs.commit-info.outputs.sha }}
5959
java-distribution: ${{ inputs.java-distribution || 'temurin' }}
60-
java-version: ${{ inputs.java-version || '25' }}
60+
java-version: ${{ inputs.java-version || '25.0.2' }}
6161
secrets:
6262
gradle-cache-username: ${{ secrets.GRADLE_CACHE_USERNAME }}
6363
gradle-cache-password: ${{ secrets.GRADLE_CACHE_PASSWORD }}
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
ref: ${{ needs.commit-info.outputs.sha }}
7272
java-distribution: ${{ inputs.java-distribution || 'temurin' }}
73-
java-version: ${{ inputs.java-version || '25' }}
73+
java-version: ${{ inputs.java-version || '25.0.2' }}
7474
secrets:
7575
github-token: ${{ secrets.GITHUB_TOKEN }}
7676
gradle-cache-username: ${{ secrets.GRADLE_CACHE_USERNAME }}

.github/workflows/flow-dry-run-mats-suite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
enable-snyk-scan: "${{ inputs.enable-snyk-scan || 'false' }}"
8888
enable-gradle-determinism: "${{ inputs.enable-gradle-determinism || 'false' }}"
8989
enable-docker-determinism: "${{ inputs.enable-docker-determinism || 'false' }}"
90-
java-version: "25"
90+
java-version: "25.0.2"
9191
java-distribution: "temurin"
9292
custom-job-label: "${{ inputs.custom-job-label || 'MATS (dry-run):' }}"
9393
secrets:

.github/workflows/flow-increment-next-main-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
4343
with:
4444
distribution: "temurin"
45-
java-version: "25"
45+
java-version: "25.0.2"
4646

4747
- name: Setup Gradle
4848
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0

.github/workflows/node-flow-build-application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
enable-snyk-scan: "true"
4141
enable-gradle-determinism: "true"
4242
enable-docker-determinism: "true"
43-
java-version: "25"
43+
java-version: "25.0.2"
4444
java-distribution: "temurin"
4545
custom-job-label: "MATS (main):"
4646
secrets:

.github/workflows/node-flow-deploy-adhoc-artifact.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
description: "Java JDK Version:"
1919
type: string
2020
required: false
21-
default: "25"
21+
default: "25.0.2"
2222
java-distribution:
2323
description: "Java JDK Distribution:"
2424
type: string
@@ -44,7 +44,7 @@ jobs:
4444
trigger-env-deploy: none
4545
release-profile: AdhocCommit
4646
dry-run-enabled: ${{ github.event.inputs.dry-run-enabled == 'true' }}
47-
java-version: ${{ github.event.inputs.java-version || '25' }}
47+
java-version: ${{ github.event.inputs.java-version || '25.0.2' }}
4848
java-distribution: ${{ github.event.inputs.java-distribution || 'temurin' }}
4949
gradle-version: ${{ github.event.inputs.gradle-version || 'wrapper' }}
5050
ref: ${{ github.event.inputs.ref }}

.github/workflows/node-flow-pull-request-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
enable-hapi-tests-smart-contract: ${{ needs.detect-change-type.outputs.enable-tests }}
7373
enable-otter-tests: ${{ needs.detect-change-type.outputs.enable-tests }}
7474
enable-snyk-scan: ${{ needs.detect-change-type.outputs.enable-tests }}
75-
java-version: "25"
75+
java-version: "25.0.2"
7676
java-distribution: "temurin"
7777
custom-job-label: "Standard"
7878
secrets:

.github/workflows/node-zxc-build-release-artifact.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ on:
5454
description: "Java JDK Version:"
5555
type: string
5656
required: false
57-
default: "25"
57+
default: "25.0.2"
5858
gradle-version:
5959
description: "Gradle Version:"
6060
type: string

.github/workflows/node-zxcron-release-branching.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
216216
with:
217217
distribution: temurin
218-
java-version: 25
218+
java-version: 25.0.2
219219

220220
- name: Install Semantic Version Tools
221221
run: |

0 commit comments

Comments
 (0)