From c737bcfe4b478bfd52ea2160c56b64525405234d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 10:08:13 +0000 Subject: [PATCH] Update actions/setup-java action to v5.2.0 --- .github/workflows/build.yml | 2 +- .github/workflows/publish_to_maven-repo.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eaac010..d511e20 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: with: persist-credentials: false - name: Set up JDK ${{ inputs.java_version || needs.java-version.outputs.java_version }} - uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0 + uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 with: java-version: ${{ inputs.java_version || needs.java-version.outputs.java_version }} distribution: 'temurin' diff --git a/.github/workflows/publish_to_maven-repo.yml b/.github/workflows/publish_to_maven-repo.yml index 0b59acc..a2a3fa6 100644 --- a/.github/workflows/publish_to_maven-repo.yml +++ b/.github/workflows/publish_to_maven-repo.yml @@ -49,7 +49,7 @@ jobs: - uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6 # v3.5.0 - name: Setup Java ${{ inputs.java_version || needs.java-version.outputs.java_version }} - uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0 + uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 with: distribution: temurin java-version: ${{ inputs.java_version || needs.java-version.outputs.java_version }}