fix(e2e-chat): correct actions/setup-node SHA
Some checks failed
Runtime PR-Built Compatibility / PR-built wheel + import smoke (pull_request) Blocked by required conditions
Block internal-flavored paths / Block forbidden paths (pull_request) Successful in 1m3s
CI / Detect changes (pull_request) Successful in 1m8s
E2E Staging SaaS (full lifecycle) / E2E Staging SaaS (pull_request) Has been skipped
CI / Shellcheck (E2E scripts) (pull_request) Successful in 1m20s
Handlers Postgres Integration / detect-changes (pull_request) Successful in 43s
E2E Staging SaaS (full lifecycle) / pr-validate (pull_request) Successful in 1m30s
Lint curl status-code capture / Scan workflows for curl status-capture pollution (pull_request) Successful in 42s
Harness Replays / detect-changes (pull_request) Successful in 1m9s
E2E Chat / detect-changes (pull_request) Successful in 2m18s
E2E API Smoke Test / detect-changes (pull_request) Successful in 2m29s
E2E Staging Canvas (Playwright) / detect-changes (pull_request) Successful in 2m30s
publish-runtime-autobump / bump-and-tag (pull_request) Has been skipped
lint-required-no-paths / lint-required-no-paths (pull_request) Successful in 1m59s
publish-runtime-autobump / pr-validate (pull_request) Successful in 1m15s
Lint workflow YAML (Gitea-1.22.6-hostile shapes) / Lint workflow YAML for Gitea-1.22.6-hostile shapes (pull_request) Successful in 2m21s
lint-continue-on-error-tracking / lint-continue-on-error-tracking (pull_request) Successful in 3m56s
Lint pre-flip continue-on-error / Verify continue-on-error flips have run-log proof (pull_request) Successful in 3m14s
Runtime PR-Built Compatibility / detect-changes (pull_request) Successful in 1m25s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 44s
lint-mask-pr-atomicity / lint-mask-pr-atomicity (pull_request) Successful in 4m1s
lint-required-context-exists-in-bp / lint-required-context-exists-in-bp (pull_request) Successful in 3m17s
qa-review / approved (pull_request) Failing after 31s
security-review / approved (pull_request) Failing after 32s
sop-checklist / all-items-acked (pull_request) Successful in 34s
sop-tier-check / tier-check (pull_request) Successful in 30s
E2E Staging External Runtime / E2E Staging External Runtime (pull_request) Successful in 6m0s
gate-check-v3 / gate-check (pull_request) Successful in 58s
Ops Scripts Tests / Ops scripts (unittest) (pull_request) Successful in 1m45s
CI / Python Lint & Test (pull_request) Successful in 8m40s
CI / Canvas (Next.js) (pull_request) Successful in 22m43s
CI / Platform (Go) (pull_request) Successful in 23m41s
Harness Replays / Harness Replays (pull_request) Failing after 4m11s
E2E API Smoke Test / E2E API Smoke Test (pull_request) Successful in 4m9s
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Successful in 7m0s
E2E Chat / E2E Chat (pull_request) Failing after 9m51s
E2E Staging Canvas (Playwright) / Canvas tabs E2E (pull_request) Successful in 10m16s
CI / Canvas Deploy Reminder (pull_request) Has been skipped
CI / all-required (pull_request) Successful in 11s

The pinned SHA 60edb5dd...d6f5 was invalid (typo in last 4 chars).
act_runner failed to resolve it with 'reference not found' after ~14s,
causing the E2E Chat job to fail before any test step could run.

Switch to the v6.4.0 SHA (48b55a01...4041e) already verified in ci.yml
and e2e-staging-canvas.yml.

mc#774 tracker: this was a pre-existing failure mode, not introduced
by PR #1142 / promotion #1242.
This commit is contained in:
fullstack-engineer 2026-05-15 16:16:09 -07:00
parent 896c680eb4
commit b5c8b235ab

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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: '22'
cache: 'npm'