Skip to content

Commit a06a6a7

Browse files
authored
chore: pin github actions by commit hash (#72)
1 parent a426924 commit a06a6a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-unit-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout Source Code
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
2323
- name: Configure AWS Credentials
24-
uses: aws-actions/configure-aws-credentials@v2
24+
uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 # v2
2525
with:
2626
role-to-assume: ${{ vars.AMPLIFY_UI_ANDROID_CI_TESTS_ROLE }}
2727
aws-region: ${{ env.AWS_REGION }}
2828
- name: Run Unit Tests
29-
uses: aws-actions/aws-codebuild-run-build@v1
29+
uses: aws-actions/aws-codebuild-run-build@f202c327329cbbebd13f986f74af162a8539b5fd # v1
3030
with:
3131
project-name: Amplify-UI-Android-Build

0 commit comments

Comments
 (0)