diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 3fceef0..70dc25e 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-java@de7274f081f381c8f8158605e0321c36c376e2e6 # v6.0.1 with: distribution: temurin - java-version: 17 + java-version: 17.0.20+101 - uses: gradle/actions/setup-gradle@9c971963bec38e04b3d30dcc455b5382be2fdbfb # v6.3.0 with: build-scan-terms-of-use-url: https://gradle.com/terms-of-service diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8fccde4..11c08cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/setup-java@de7274f081f381c8f8158605e0321c36c376e2e6 # v6.0.1 with: distribution: temurin - java-version: 17 + java-version: 17.0.20+101 - uses: gradle/actions/setup-gradle@9c971963bec38e04b3d30dcc455b5382be2fdbfb # v6.3.0 with: build-scan-terms-of-use-url: https://gradle.com/terms-of-service