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