From a06a6a739be0573e9e01eba53f7b7f8b9576e5b0 Mon Sep 17 00:00:00 2001 From: Ankit Shah <22114629+ankpshah@users.noreply.github.com> Date: Wed, 9 Aug 2023 10:27:46 -0700 Subject: [PATCH] chore: pin github actions by commit hash (#72) --- .github/workflows/ci-unit-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-unit-tests.yml b/.github/workflows/ci-unit-tests.yml index 9f5f0d4b..16f17060 100644 --- a/.github/workflows/ci-unit-tests.yml +++ b/.github/workflows/ci-unit-tests.yml @@ -19,13 +19,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Source Code - uses: actions/checkout@v3 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 # v2 with: role-to-assume: ${{ vars.AMPLIFY_UI_ANDROID_CI_TESTS_ROLE }} aws-region: ${{ env.AWS_REGION }} - name: Run Unit Tests - uses: aws-actions/aws-codebuild-run-build@v1 + uses: aws-actions/aws-codebuild-run-build@f202c327329cbbebd13f986f74af162a8539b5fd # v1 with: project-name: Amplify-UI-Android-Build