ci: migrate CI runners to Blacksmith#77
Merged
Merged
Conversation
Move the plain ubuntu-latest jobs to blacksmith-2vcpu-ubuntu-2404. The action-test matrix (ci.yml: ubuntu-24.04/22.04/slim) is intentionally left on GitHub-hosted images — it verifies the action runs on GitHub's runners. Jobs run on Blacksmith once the Blacksmith GitHub App has access to this repo (org-level setting). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
super-linter runs actionlint, which flags the new blacksmith-* runner labels as unknown. Declare them under self-hosted-runner.labels. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
TRIVY (super-linter) flagged 4 undici CVEs (1 high, CVE-2026-12151) in package-lock.json. npm audit fix updates undici to 6.27.0; dist rebuilt via npm run package so check-dist stays in sync. Remaining advisories are dev-only deps (esbuild, js-yaml) not bundled in dist. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrate the plain
ubuntu-latestjobs (check-dist, ci lint/unit, codeql, licensed, linter, release) toblacksmith-2vcpu-ubuntu-2404.Deliberately left on GitHub-hosted images: the
ci.ymlaction-test matrix (runs-on: ${{ matrix.os }}over ubuntu-24.04 / ubuntu-22.04 / ubuntu-slim) — its purpose is to verify the action works on GitHub's runners, so it should not move to Blacksmith.Jobs run on Blacksmith only once the Blacksmith GitHub App has access to this repo (org-level setting).
🤖 Generated with Claude Code
Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.