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 }}