Problem
The test-and-audit CI check is failing on all PRs because the registry pins in spark-cli have drifted from the current HEAD of upstream repos.
Affected Pins
| Dependency |
Pinned Commit |
Current HEAD |
| domain-chip-memory |
aae2312... |
3ef975d... |
| spark-character |
dc85fc8... |
(diverged) |
| spark-intelligence-builder |
7442cb4... |
22cebe0... |
| spark-researcher |
44743ca... |
972b167... |
| spark-telegram-bot |
fefcd56... |
597b33a... |
| spark-voice-comms |
f9bbd82... |
21a9467... |
| spawner-ui |
3a9458d... |
4e81ed2... |
Impact
All PRs fail CI with:
registry pin lags or diverges from remote HEAD
Solution
Update the registry pins to match the current upstream HEAD commits.
Context
This affects all community PRs submitted to spark-cli. Our PRs only modify source code and don't touch the registry pins.
Problem
The
test-and-auditCI check is failing on all PRs because the registry pins in spark-cli have drifted from the current HEAD of upstream repos.Affected Pins
aae2312...3ef975d...dc85fc8...7442cb4...22cebe0...44743ca...972b167...fefcd56...597b33a...f9bbd82...21a9467...3a9458d...4e81ed2...Impact
All PRs fail CI with:
Solution
Update the registry pins to match the current upstream HEAD commits.
Context
This affects all community PRs submitted to spark-cli. Our PRs only modify source code and don't touch the registry pins.