From 727565bbdec17b3c33171249dec3d95d95c8f21a Mon Sep 17 00:00:00 2001 From: Jake Perkins Date: Tue, 23 Sep 2025 09:16:55 -0500 Subject: [PATCH] sha-pin self refs --- .github/actions/setup-e2e-env/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-e2e-env/action.yml b/.github/actions/setup-e2e-env/action.yml index b01c0ccd..f9ca9d39 100644 --- a/.github/actions/setup-e2e-env/action.yml +++ b/.github/actions/setup-e2e-env/action.yml @@ -101,7 +101,7 @@ runs: - name: Configure Android Signing Certificates if: ${{ inputs.platform == 'android' && inputs.configure-keystores == 'true' }} - uses: MetaMask/github-tools/.github/actions/configure-keystore@e2e-env-actions + uses: MetaMask/github-tools/.github/actions/configure-keystore@0259e8a920318b02a8860e178d79796eaa08de02 with: aws-role-to-assume: ${{ inputs.keystore-role-to-assume }} aws-region: 'us-east-2' @@ -168,7 +168,7 @@ runs: - name: Configure iOS Signing Certificates if: ${{ inputs.platform == 'ios' && inputs.configure-keystores == 'true' }} - uses: MetaMask/github-tools/.github/actions/configure-keystore@self-hosted-runners-config + uses: MetaMask/github-tools/.github/actions/configure-keystore@0259e8a920318b02a8860e178d79796eaa08de02 with: aws-role-to-assume: ${{ inputs.keystore-role-to-assume }} aws-region: 'us-east-2'