@@ -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@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
104+ uses : aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.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@fb91019e71385fb10dfcbec812b4de8c61589f7b # v2.4.1
111+ uses : machulav/ec2-github-runner@5ae8cda66fc6f3bae4e633ad93e6e61a061376bb # v2.4.2
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@fb91019e71385fb10dfcbec812b4de8c61589f7b # v2.4.1
128+ uses : machulav/ec2-github-runner@5ae8cda66fc6f3bae4e633ad93e6e61a061376bb # v2.4.2
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@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
212+ uses : aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.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@fb91019e71385fb10dfcbec812b4de8c61589f7b # v2.4.1
217+ uses : machulav/ec2-github-runner@5ae8cda66fc6f3bae4e633ad93e6e61a061376bb # v2.4.2
218218 with :
219219 mode : stop
220220 github-token : ${{ secrets.AWS_GITHUB_TOKEN }}
0 commit comments