cli/.github/workflows
Snider bbd793bd51 ci: consolidate duplicate workflows and merge CodeQL configs
Remove 17 duplicate workflow files that were split copies of the
combined originals. Each family (CI, CodeQL, Coverage, PR Build,
Alpha Release) had the same job duplicated across separate
push/pull_request/schedule/manual trigger files.

Merge codeql.yml and codescan.yml into a single codeql.yml with
a language matrix covering go, javascript-typescript, python,
and actions — matching the previous default setup coverage.

Remaining workflows (one per family):
- ci.yml (push + PR + manual)
- codeql.yml (push + PR + schedule, all languages)
- coverage.yml (push + PR + manual)
- alpha-release.yml (push + manual)
- pr-build.yml (PR + manual)
- release.yml (tag push)
- agent-verify.yml, auto-label.yml, auto-project.yml

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 09:17:58 +00:00
..
agent-verify.yml ci(workflows): use host-uk/build@dev for releases (#264) 2026-02-04 08:54:24 +00:00
alpha-release.yml ci(workflows): use host-uk/build@dev for releases (#264) 2026-02-04 08:54:24 +00:00
auto-label.yml ci(workflows): use host-uk/build@dev for releases (#264) 2026-02-04 08:54:24 +00:00
auto-project.yml ci(workflows): use host-uk/build@dev for releases (#264) 2026-02-04 08:54:24 +00:00
ci.yml ci(workflows): use host-uk/build@dev for releases (#264) 2026-02-04 08:54:24 +00:00
codeql.yml ci: consolidate duplicate workflows and merge CodeQL configs 2026-02-04 09:17:58 +00:00
coverage.yml ci(workflows): use host-uk/build@dev for releases (#264) 2026-02-04 08:54:24 +00:00
pr-build.yml ci(workflows): use host-uk/build@dev for releases (#264) 2026-02-04 08:54:24 +00:00
release.yml ci(workflows): use host-uk/build@dev for releases (#264) 2026-02-04 08:54:24 +00:00