diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index 73c3425..f6e3023 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -176,7 +176,7 @@ jobs: RecompiledPatches/patches_bin.c RecompiledPatches/patches_bin.h - name: Set up JDK 17 - uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5 + uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5 with: distribution: temurin java-version: '17' diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index e229979..06a5b24 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -130,7 +130,7 @@ jobs: RecompiledPatches/patches_bin.c RecompiledPatches/patches_bin.h - name: Set up JDK 17 - uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5 + uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5 with: distribution: temurin java-version: '17'