@@ -101,14 +101,14 @@ 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 }}
108108 - name : Start EC2 runner
109109 id : start-ec2-runner-first
110110 continue-on-error : true
111- uses : machulav/ec2-github-runner@5ae8cda66fc6f3bae4e633ad93e6e61a061376bb # v2.4.2
111+ uses : machulav/ec2-github-runner@a6dbcefcf8a31a861f5e078bb153ed332130c512 # v2.4.3
112112 with :
113113 mode : start
114114 github-token : ${{ secrets.AWS_GITHUB_TOKEN }}
@@ -125,7 +125,7 @@ jobs:
125125 - name : Start EC2 runner (retry)
126126 id : start-ec2-runner-second
127127 if : steps.start-ec2-runner-first.outcome == 'failure'
128- uses : machulav/ec2-github-runner@5ae8cda66fc6f3bae4e633ad93e6e61a061376bb # v2.4.2
128+ uses : machulav/ec2-github-runner@a6dbcefcf8a31a861f5e078bb153ed332130c512 # v2.4.3
129129 with :
130130 mode : start
131131 github-token : ${{ secrets.AWS_GITHUB_TOKEN }}
@@ -209,12 +209,12 @@ 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 }}
216216 - name : Stop EC2 runner
217- uses : machulav/ec2-github-runner@5ae8cda66fc6f3bae4e633ad93e6e61a061376bb # v2.4.2
217+ uses : machulav/ec2-github-runner@a6dbcefcf8a31a861f5e078bb153ed332130c512 # v2.4.3
218218 with :
219219 mode : stop
220220 github-token : ${{ secrets.AWS_GITHUB_TOKEN }}
0 commit comments