From 6ef4ddcbfb633f50c59db22f0ffd9a00cb9bb47f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 16:00:22 +0000 Subject: [PATCH 1/2] chore(deps): update actions/setup-java digest to f2beeb2 --- .github/workflows/react-native-detox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/react-native-detox.yml b/.github/workflows/react-native-detox.yml index 99c8a5a087..66a2473be8 100644 --- a/.github/workflows/react-native-detox.yml +++ b/.github/workflows/react-native-detox.yml @@ -59,7 +59,7 @@ jobs: # Java setup is after checkout and expo prebuild so that it can locate the # gradle configuration. - name: Setup Java - uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5 + uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5 with: distribution: temurin java-version: 17 From 9058fd2bcbc17c2a2d0bfde22fd7caf4e3708a25 Mon Sep 17 00:00:00 2001 From: Steven Zhang Date: Thu, 4 Dec 2025 14:15:55 -0600 Subject: [PATCH 2/2] chore: update `action/setup-java` to use full semver reference --- .github/workflows/react-native-detox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/react-native-detox.yml b/.github/workflows/react-native-detox.yml index 66a2473be8..43a7d43b63 100644 --- a/.github/workflows/react-native-detox.yml +++ b/.github/workflows/react-native-detox.yml @@ -59,7 +59,7 @@ jobs: # Java setup is after checkout and expo prebuild so that it can locate the # gradle configuration. - name: Setup Java - uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5 + uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0 with: distribution: temurin java-version: 17