Commit 8ab3c20
authored
fix(ci): use tag reference for SLSA builder (#417)
## Summary
Fixes the SLSA Level 3 release workflow failure where the builder
rejects SHA references.
**Error:** `Invalid ref: 5a775b367a56d5bd118a224a811bba288150a563.
Expected ref of the form refs/tags/vX.Y.Z`
**Root cause:** The SLSA builder requires being invoked via a version
tag reference (e.g., `@v2.0.0`) rather than a SHA hash. SHA pinning
causes validation failures.
**Fix:** Use `@v2.0.0` tag reference instead of SHA.
**Note:** Also fixes incorrect version comment (was labeled v2.1.0 when
using v2.0.0 SHA).
## Test Plan
- [ ] After merge, re-run the release workflow for v0.17.01 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments