Skip to content

Commit 64c9e39

Browse files
authored
Update appsignals-e2e-eks-test.yml (#154)
Updating 3p actions from version tags to commit SHA. References: https://github.com/hashicorp/setup-terraform https://github.com/actions/checkout https://github.com/aws-actions/configure-aws-credentials By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent de711e4 commit 64c9e39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/appsignals-e2e-eks-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030
appsignals-e2e-test:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
3434
with:
3535
fetch-depth: 0
3636

3737
# This step avoids code duplication for terraform templates and the validator
3838
# To simplify, we get the entire repo and put it into a separate folder
3939
- name: Get testing resources from aws-application-signals-test-framework
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #5.0.0
4141
with:
4242
repository: aws-observability/aws-application-signals-test-framework
4343
ref: main
@@ -47,7 +47,7 @@ jobs:
4747
run: echo TESTING_ID="${{ env.AWS_DEFAULT_REGION }}-${{ github.run_id }}-${{ github.run_number }}" >> $GITHUB_ENV
4848

4949
- name: Configure AWS Credentials
50-
uses: aws-actions/configure-aws-credentials@v4
50+
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 #v5.0.0
5151
with:
5252
role-to-assume: arn:aws:iam::${{ env.TEST_ACCOUNT }}:role/${{ secrets.APP_SIGNALS_E2E_TEST_ROLE_NAME }}
5353
aws-region: ${{ env.AWS_DEFAULT_REGION }}
@@ -82,7 +82,7 @@ jobs:
8282
--approve
8383
8484
- name: Set up terraform
85-
uses: hashicorp/setup-terraform@v2
85+
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd #3.1.2
8686
with:
8787
terraform_wrapper: false
8888

0 commit comments

Comments
 (0)