Skip to content

Commit 65e5af8

Browse files
committed
Use more recent jdks in the build pipeline
By default mise uses openjdk that is only patched for 6 months. jdx/mise#5138
1 parent 85e6f27 commit 65e5af8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
version: 2025.7.12
3030
tool_versions: |
31-
java 21
31+
java temurin-21
3232
3333
- uses: SonarSource/ci-github-actions/build-maven@v1
3434
with:
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
version: 2025.7.12
6868
tool_versions: |
69-
java ${{ matrix.JAVA_VERSION }}
69+
java temurin-${{ matrix.JAVA_VERSION }}
7070
7171
- name: Getting Vault Secrets
7272
uses: SonarSource/vault-action-wrapper@v3

0 commit comments

Comments
 (0)