Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
# SHA-pinned (was @feat/al2023-support). The same SHA is reused by
# the stop-runner step so both halves of the runner lifecycle run
# identical action code.
uses: namecheap/ec2-github-runner@a1bd2f99953fff1dbae09841e794c9745229a543 # feat/al2023-support @ 2026-04-21 — aws-sdk v3 migration (Phase 1)
uses: namecheap/ec2-github-runner@78f98d15001dea276cc48d299401345570fccb09 # feat/al2023-support @ 2026-04-21 — Phase 4 (runner-version input, --ephemeral, checksum verify; non-root reverted)
with:
mode: start
github-token: ${{ secrets.GH_TOKEN }}
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
- name: Stop EC2 runner
# SHA-pinned (was @main). Matches the start-runner step above so
# stop logic is in lockstep with the code that started the runner.
uses: namecheap/ec2-github-runner@a1bd2f99953fff1dbae09841e794c9745229a543 # feat/al2023-support @ 2026-04-21 — aws-sdk v3 migration (Phase 1)
uses: namecheap/ec2-github-runner@78f98d15001dea276cc48d299401345570fccb09 # feat/al2023-support @ 2026-04-21 — Phase 4 (runner-version input, --ephemeral, checksum verify; non-root reverted)
with:
mode: stop
github-token: ${{ secrets.GH_TOKEN }}
Expand Down
Loading