From d61e1cb6f1b444f16c27c8fcef4bead79227037b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 10:48:08 -0400 Subject: [PATCH] [deps]: Update actions/setup-java action to v5 (#5880) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/setup-android-build/action.yml | 2 +- .github/workflows/build-authenticator.yml | 4 ++-- .github/workflows/build.yml | 6 +++--- .github/workflows/test.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/actions/setup-android-build/action.yml b/.github/actions/setup-android-build/action.yml index ae313146e2..201b5314d0 100644 --- a/.github/actions/setup-android-build/action.yml +++ b/.github/actions/setup-android-build/action.yml @@ -36,7 +36,7 @@ runs: bundler-cache: true - name: Configure JDK - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 + uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0 with: distribution: "temurin" java-version: ${{ inputs.java-version }} diff --git a/.github/workflows/build-authenticator.yml b/.github/workflows/build-authenticator.yml index 909c462b3a..ae845d15f2 100644 --- a/.github/workflows/build-authenticator.yml +++ b/.github/workflows/build-authenticator.yml @@ -76,7 +76,7 @@ jobs: ${{ runner.os }}-build- - name: Configure JDK - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 + uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0 with: distribution: "temurin" java-version: ${{ env.JAVA_VERSION }} @@ -211,7 +211,7 @@ jobs: ${{ runner.os }}-build- - name: Configure JDK - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 + uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0 with: distribution: "temurin" java-version: ${{ env.JAVA_VERSION }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e9a357719..06df44e6d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: ${{ runner.os }}-build- - name: Configure JDK - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 + uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0 with: distribution: "temurin" java-version: ${{ env.JAVA_VERSION }} @@ -206,7 +206,7 @@ jobs: ${{ runner.os }}-build- - name: Configure JDK - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 + uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0 with: distribution: "temurin" java-version: ${{ env.JAVA_VERSION }} @@ -503,7 +503,7 @@ jobs: ${{ runner.os }}-build- - name: Configure JDK - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 + uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0 with: distribution: "temurin" java-version: ${{ env.JAVA_VERSION }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9085421cbb..739b093a3f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,7 @@ jobs: bundler-cache: true - name: Configure JDK - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 + uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0 with: distribution: "temurin" java-version: ${{ env._JAVA_VERSION }}