From fbf32b3e7ce0112d06c3b862149d3829ef3c42ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 19:02:35 +0700 Subject: [PATCH] Update actions/setup-java action to v4.7.1 (#830) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build_benchmark.yml | 2 +- .github/workflows/build_preview.yml | 2 +- .github/workflows/build_pull_request.yml | 2 +- .github/workflows/build_push.yml | 2 +- .github/workflows/build_release.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_benchmark.yml b/.github/workflows/build_benchmark.yml index 2f9dd1c4c..304444a3b 100644 --- a/.github/workflows/build_benchmark.yml +++ b/.github/workflows/build_benchmark.yml @@ -67,7 +67,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0 + uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 with: java-version: 17 distribution: temurin diff --git a/.github/workflows/build_preview.yml b/.github/workflows/build_preview.yml index ab393bc84..80fd6d582 100644 --- a/.github/workflows/build_preview.yml +++ b/.github/workflows/build_preview.yml @@ -122,7 +122,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0 + uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 with: java-version: 17 distribution: temurin diff --git a/.github/workflows/build_pull_request.yml b/.github/workflows/build_pull_request.yml index 99c3674ce..5ac0e6108 100644 --- a/.github/workflows/build_pull_request.yml +++ b/.github/workflows/build_pull_request.yml @@ -44,7 +44,7 @@ jobs: uses: gradle/actions/wrapper-validation@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1 - name: Set up JDK - uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0 + uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 with: java-version: 17 distribution: temurin diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index 69c1f640d..00d9fd6c3 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -39,7 +39,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0 + uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 with: java-version: 17 distribution: temurin diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 1ec30cfee..1a59e825b 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -95,7 +95,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0 + uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 with: java-version: 17 distribution: temurin