From c752c27a4997347c22149239e1c123803f759f74 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 14 May 2026 10:59:50 +0300 Subject: [PATCH] pin expo actions --- .github/workflows/build-submit-android.yml | 2 +- .github/workflows/build-submit-ios.yml | 2 +- .github/workflows/bundle-deploy-eas-update.yml | 8 ++++---- .github/workflows/pull-request-comment.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-submit-android.yml b/.github/workflows/build-submit-android.yml index f9e81df3a4..b14691c1d0 100644 --- a/.github/workflows/build-submit-android.yml +++ b/.github/workflows/build-submit-android.yml @@ -42,7 +42,7 @@ jobs: uses: dcarbone/install-jq-action@8867ddb4788346d7c22b72ea2e2ffe4d514c7bcb # v2.1.0 - name: 🔨 Setup EAS - uses: expo/expo-github-action@main + uses: expo/expo-github-action@b184ff86a3c926240f1b6db41764c83a01c02eef # main with: expo-version: latest eas-version: latest diff --git a/.github/workflows/build-submit-ios.yml b/.github/workflows/build-submit-ios.yml index d0c58dc551..2747fb0656 100644 --- a/.github/workflows/build-submit-ios.yml +++ b/.github/workflows/build-submit-ios.yml @@ -42,7 +42,7 @@ jobs: uses: dcarbone/install-jq-action@b7ef57d46ece78760b4019dbc4080a1ba2a40b45 # v3.2.0 - name: 🔨 Setup EAS - uses: expo/expo-github-action@main + uses: expo/expo-github-action@b184ff86a3c926240f1b6db41764c83a01c02eef # main with: expo-version: latest eas-version: latest diff --git a/.github/workflows/bundle-deploy-eas-update.yml b/.github/workflows/bundle-deploy-eas-update.yml index 0f10a954ee..bc4d3f07c4 100644 --- a/.github/workflows/bundle-deploy-eas-update.yml +++ b/.github/workflows/bundle-deploy-eas-update.yml @@ -88,7 +88,7 @@ jobs: run: yarn typecheck - name: 🔨 Setup EAS - uses: expo/expo-github-action@main + uses: expo/expo-github-action@b184ff86a3c926240f1b6db41764c83a01c02eef # main if: ${{ !steps.fingerprint.outputs.includes-changes }} with: expo-version: latest @@ -183,7 +183,7 @@ jobs: cache: yarn - name: 🔨 Setup EAS - uses: expo/expo-github-action@main + uses: expo/expo-github-action@b184ff86a3c926240f1b6db41764c83a01c02eef # main with: expo-version: latest eas-version: latest @@ -331,7 +331,7 @@ jobs: cache: yarn - name: 🔨 Setup EAS - uses: expo/expo-github-action@main + uses: expo/expo-github-action@b184ff86a3c926240f1b6db41764c83a01c02eef # main with: expo-version: latest eas-version: latest @@ -379,7 +379,7 @@ jobs: - name: ⏰ Get a timestamp id: timestamp - uses: nanzm/get-time-action@master + uses: nanzm/get-time-action@887e4db9af58ebae64998b7105921b816af77977 # v2 with: format: "MM-DD-HH-mm-ss" diff --git a/.github/workflows/pull-request-comment.yml b/.github/workflows/pull-request-comment.yml index 2bfbac05e4..560e7d383a 100644 --- a/.github/workflows/pull-request-comment.yml +++ b/.github/workflows/pull-request-comment.yml @@ -142,7 +142,7 @@ jobs: run: yarn typecheck - name: 🔨 Setup EAS - uses: expo/expo-github-action@main + uses: expo/expo-github-action@b184ff86a3c926240f1b6db41764c83a01c02eef # main with: expo-version: latest eas-version: latest