Compare commits

...

1 Commits

Author SHA1 Message Date
core-devops fbfbe18da9 fix(ci): repin actions/setup-node to verified v4.0.2 SHA (#1432)
sop-tier-check / tier-check (pull_request) Waiting to run
Block internal-flavored paths / Block forbidden paths (pull_request) Successful in 4s
CI / Detect changes (pull_request) Successful in 8s
E2E API Smoke Test / detect-changes (pull_request) Successful in 9s
E2E Chat / detect-changes (pull_request) Successful in 8s
Handlers Postgres Integration / detect-changes (pull_request) Successful in 13s
Lint curl status-code capture / Scan workflows for curl status-capture pollution (pull_request) Successful in 8s
lint-continue-on-error-tracking / lint-continue-on-error-tracking (pull_request) Successful in 1m23s
Lint pre-flip continue-on-error / Verify continue-on-error flips have run-log proof (pull_request) Successful in 1m12s
lint-required-context-exists-in-bp / lint-required-context-exists-in-bp (pull_request) Successful in 1m18s
Runtime PR-Built Compatibility / detect-changes (pull_request) Successful in 12s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 9s
gate-check-v3 / gate-check (pull_request) Successful in 8s
qa-review / approved (pull_request) Successful in 6s
security-review / approved (pull_request) Successful in 5s
lint-required-no-paths / lint-required-no-paths (pull_request) Successful in 1m14s
Lint workflow YAML (Gitea-1.22.6-hostile shapes) / Lint workflow YAML for Gitea-1.22.6-hostile shapes (pull_request) Successful in 1m24s
CI / Platform (Go) (pull_request) Successful in 7m3s
CI / Canvas (Next.js) (pull_request) Successful in 8m37s
sop-checklist / all-items-acked (pull_request) [info tier:low] acked: 7/7
sop-checklist / na-declarations (pull_request) N/A: (none)
CI / Shellcheck (E2E scripts) (pull_request) Successful in 2s
CI / Python Lint & Test (pull_request) Successful in 2s
E2E API Smoke Test / E2E API Smoke Test (pull_request) Successful in 4s
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Successful in 3s
Runtime PR-Built Compatibility / PR-built wheel + import smoke (pull_request) Successful in 4s
E2E Chat / E2E Chat (pull_request) Failing after 5m7s
CI / Canvas Deploy Reminder (pull_request) Has been skipped
CI / all-required (pull_request) Successful in 1s
The setup-node pin in .gitea/workflows/e2e-chat.yml was a typo'd
SHA (60edb5dd...af0d6f5) that 404s in the self-hosted action
mirror (DEFAULT_ACTIONS_URL=self → git.moleculesai.app/actions/
setup-node). It is a 1-char corruption of the real v4.0.2 SHA
(...af0d1f8). Introduced in 843092db (2026-05-14), it has broken
E2E Chat / E2E Chat on base staging for ~3 days.

Repinned to the mirror-verified v4.0.2 commit
60edb5dd545a775178f52524783378180af0d1f8 (the exact SHA the
v4.0.2 tag resolves to in actions/setup-node on git.moleculesai.app;
GET on the commit returns 200; corrupted SHA GET returns 404).
Comment tightened # v4 → # v4.0.2 to document the exact pinned ref.

Scope: single line, this one corrupted SHA only. No other action
pins, workflows, or lines touched.

Refs: molecule-core #1432

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-17 10:20:19 -07:00
+1 -1
View File
@@ -97,7 +97,7 @@ jobs:
cache-dependency-path: workspace-server/go.sum
- if: needs.detect-changes.outputs.chat == 'true'
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d6f5 # v4
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: '22'
cache: 'npm'