Commit 94b80bb
fix(git): remove stale submodule index entries breaking scorecard
C-BJ-awesome-zig and awesome-zig were registered in the git index as
gitlinks (mode 160000) but had no corresponding entries in .gitmodules.
`git submodule foreach` during actions/checkout post-job auth cleanup
hit `fatal: No url found for submodule path 'C-BJ-awesome-zig'` →
exit 128 → startup_failure on every commit, blocking the scorecard
check unconditionally.
Removed both stale index entries with `git rm --cached`.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 0bcb90d commit 94b80bb
2 files changed
Lines changed: 0 additions & 2 deletions
This file was deleted.
This file was deleted.
0 commit comments