hermes-agent/.github
ethernet 1ac56f2c6f fix(ci): hadolint needs a docker daemon — move it back off the small runner
hadolint/hadolint-action declares `runs: using: docker`, so the runner
builds and runs it as a container. Routing it to arc-runner-small (no dind)
failed the job at "Build hadolint/hadolint-action", before checkout.

The audit that produced the earlier routing grepped job bodies for docker
commands, which can't see this: nothing in the YAML says "docker" — the
dependency is in the action's own metadata. The right check is each step's
`runs.using`.

Swept every job on the dind-less sets (arc-runner-set, arc-runner-small)
against the `runs.using` of every action it invokes: hadolint was the only
`using: docker` action. shellcheck is composite, everything else is node24.
2026-07-31 14:22:16 -04:00
..
actions perf(ci): drop per-job ripgrep/uv/Python setup, use the baked runner image 2026-07-31 14:15:26 -04:00
ISSUE_TEMPLATE
pr-screenshots
workflows fix(ci): hadolint needs a docker daemon — move it back off the small runner 2026-07-31 14:22:16 -04:00
dependabot.yml
PULL_REQUEST_TEMPLATE.md