File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 echo "Using AMI ID: $AMI_ID"
107107 echo "AMI_ID=$AMI_ID" >> $GITHUB_OUTPUT
108108 - name : Configure AWS credentials
109- uses : aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0 .0
109+ uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1 .0
110110 with :
111111 role-to-assume : ${{ env.AWS_ROLE }}
112112 aws-region : ${{ inputs.aws_region }}
@@ -219,7 +219,7 @@ jobs:
219219 if : ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
220220 steps :
221221 - name : Configure AWS credentials
222- uses : aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0 .0
222+ uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1 .0
223223 with :
224224 role-to-assume : ${{ env.AWS_ROLE }}
225225 aws-region : ${{ inputs.aws_region }}
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 echo "Using AMI ID: $AMI_ID"
102102 echo "AMI_ID=$AMI_ID" >> $GITHUB_OUTPUT
103103 - name : Configure AWS credentials
104- uses : aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0 .0
104+ uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1 .0
105105 with :
106106 role-to-assume : ${{ env.AWS_ROLE }}
107107 aws-region : ${{ env.AWS_REGION }}
@@ -209,7 +209,7 @@ jobs:
209209 if : ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
210210 steps :
211211 - name : Configure AWS credentials
212- uses : aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0 .0
212+ uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1 .0
213213 with :
214214 role-to-assume : ${{ env.AWS_ROLE }}
215215 aws-region : ${{ env.AWS_REGION }}
You can’t perform that action at this time.
0 commit comments