File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
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 }}
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
You can’t perform that action at this time.
0 commit comments