Skip to content

ci: Charter check failing at 'Install dependencies' — blocks PRs #22 + #27 #31

@stackbilt-admin

Description

@stackbilt-admin

Problem

Charter governance check on the CI workflow fails at the Install dependencies step on every open non-draft PR. Subsequent steps (Validate Commits, Drift Scan, ADF Wiring, ADF Evidence) are all skipped as a result.

Verified on two independent PRs (13 days apart, different content):

Both fail at the same step:

```
Set up job success
Run actions/checkout@v6 success
Run actions/setup-node@v6 success
Install dependencies FAILURE ← root cause
Validate Commits skipped
Drift Scan skipped
ADF Wiring & Pointer Integrity skipped
ADF Evidence skipped
Audit Report FAILURE ← downstream
```

Impact

Likely causes (to investigate)

  1. npm registry transient / lockfile version mismatch after recent setup-node v4→v6 bump (merged 2026-04-06, chore(ci): bump actions/checkout from 4 to 6 #12)
  2. Peer-dep change introduced by one of the dependabot-pinned packages
  3. Charter workflow-yaml pinning a Node version that no longer resolves a transitive dep

Fix path

Unblock plan

Once root cause identified: merge fix → rebase PR #22 (dependabot) → rebase PR #27 (cost_health). Do NOT red-merge either without fixing CI first (per `feedback_no_red_merge.md`).

Why now

Security debt on PR #22 is the forcing function. 8 open advisories × 13 days stale × no path to green CI = systemic hole, not a triage queue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions