File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 aws-region : ${{ inputs.aws_region }}
113113 - name : Start EC2 runner
114114 id : start-ec2-runner
115- uses : machulav/ec2-github-runner@5ae8cda66fc6f3bae4e633ad93e6e61a061376bb # v2.4.2
115+ uses : machulav/ec2-github-runner@a6dbcefcf8a31a861f5e078bb153ed332130c512 # v2.4.3
116116 with :
117117 mode : start
118118 github-token : ${{ secrets.AWS_GITHUB_TOKEN }}
@@ -224,7 +224,7 @@ jobs:
224224 role-to-assume : ${{ env.AWS_ROLE }}
225225 aws-region : ${{ inputs.aws_region }}
226226 - name : Stop EC2 runner
227- uses : machulav/ec2-github-runner@5ae8cda66fc6f3bae4e633ad93e6e61a061376bb # v2.4.2
227+ uses : machulav/ec2-github-runner@a6dbcefcf8a31a861f5e078bb153ed332130c512 # v2.4.3
228228 with :
229229 mode : stop
230230 github-token : ${{ secrets.AWS_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
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 }}
@@ -214,7 +214,7 @@ jobs:
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 }}
You can’t perform that action at this time.
0 commit comments