From a1e99b89c7fcca5a4987ac6fff3f72418777768d Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 14 May 2026 11:01:46 +0300 Subject: [PATCH] pin bluesky fingerprint action --- .github/workflows/bundle-deploy-eas-update.yml | 2 +- .github/workflows/pull-request-commit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bundle-deploy-eas-update.yml b/.github/workflows/bundle-deploy-eas-update.yml index bc4d3f07c4..8009853aa6 100644 --- a/.github/workflows/bundle-deploy-eas-update.yml +++ b/.github/workflows/bundle-deploy-eas-update.yml @@ -64,7 +64,7 @@ jobs: - name: 📷 Check fingerprint and install dependencies id: fingerprint - uses: bluesky-social/github-actions/fingerprint-native@main + uses: bluesky-social/github-actions/fingerprint-native@5ddb35bbce0f2b9667f7c4a5c969d8a0a0a0be60 # main with: profile: ${{ inputs.channel || 'testflight' }} previous-commit-tag: ${{ inputs.runtimeVersion }} diff --git a/.github/workflows/pull-request-commit.yml b/.github/workflows/pull-request-commit.yml index 49e410ac34..deb3b75659 100644 --- a/.github/workflows/pull-request-commit.yml +++ b/.github/workflows/pull-request-commit.yml @@ -124,7 +124,7 @@ jobs: - name: 📷 Check fingerprint and install dependencies id: fingerprint - uses: bluesky-social/github-actions/fingerprint-native@main + uses: bluesky-social/github-actions/fingerprint-native@5ddb35bbce0f2b9667f7c4a5c969d8a0a0a0be60 # main with: profile: pull-request