Skip to content

Commit b3d5328

Browse files
authored
ci: rotate ec2-github-runner SHA to Phase 7 tip (structured logging) (#185)
namecheap/ec2-github-runner#22 merged. Phase 7 adds JSON-shaped log events on every lifecycle step, an opt-in 'debug' input, and core.startGroup/endGroup wrapping so the Actions log collapses cleanly. No behavior change to the EC2 bootstrap or runner registration — this is pure action-side observability. Default-mode output grows by one JSON line per notable event (~10 lines total for a full start+stop cycle). Setting debug: 'true' in workflow yaml would add verbose traffic, but that's opt-in. Rotation: 249efbd (Phase 4 revert) -> b1b8d6d (Phase 7). Signed-off-by: yuriyryabikov <22548029+kurok@users.noreply.github.com>
1 parent 25de84f commit b3d5328

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
# SHA-pinned (was @feat/al2023-support). The same SHA is reused by
141141
# the stop-runner step so both halves of the runner lifecycle run
142142
# identical action code.
143-
uses: namecheap/ec2-github-runner@249efbdb5306ebc79ecebf864bdb9d5c9c2152b6 # feat/al2023-support @ 2026-04-21 — Phase 4 fully reverted (Phase 1 bootstrap restored)
143+
uses: namecheap/ec2-github-runner@b1b8d6d479e2220cc4706af273ee930c60cbeebc # feat/al2023-support @ 2026-04-21 — Phase 7: structured logging + debug input
144144
with:
145145
mode: start
146146
github-token: ${{ secrets.GH_TOKEN }}
@@ -231,7 +231,7 @@ jobs:
231231
- name: Stop EC2 runner
232232
# SHA-pinned (was @main). Matches the start-runner step above so
233233
# stop logic is in lockstep with the code that started the runner.
234-
uses: namecheap/ec2-github-runner@249efbdb5306ebc79ecebf864bdb9d5c9c2152b6 # feat/al2023-support @ 2026-04-21 — Phase 4 fully reverted (Phase 1 bootstrap restored)
234+
uses: namecheap/ec2-github-runner@b1b8d6d479e2220cc4706af273ee930c60cbeebc # feat/al2023-support @ 2026-04-21 — Phase 7: structured logging + debug input
235235
with:
236236
mode: stop
237237
github-token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)