Commit 518a8ac
committed
ci(cross-platform): re-pin setup-zig to maintained mlugg fork + SPDX on line 1
Fixes two pre-existing failures in cross-platform.yml (red on main,
unrelated to the content of PR #33):
- Build matrix (Linux/macOS/Windows) died at "Prepare all required
actions" because goto-bus-stop/setup-zig@7ab2955 (v2.2.1) no longer
resolves — that action is the deprecated original. Re-pin to the
maintained successor mlugg/setup-zig@d1434d0 (v2.2.1, verified via
git ls-remote; the v2 major tag points at the same commit). The
`version:` input is unchanged and compatible.
- Workflow security linter flagged a missing SPDX header: the header
was present but on line 4, while the linter (and every other
workflow) expects it on line 1. Moved it up; licence unchanged
(MPL-2.0, consistent with the other workflow files).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LvsZgNxFbeqfRmrVFNhJ8G1 parent b5a5cd9 commit 518a8ac
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | | - | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
41 | | - | |
| 40 | + | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
| |||
0 commit comments