Commit 7155d55
committed
fix(security): pin SFW download URL to specific version instead of latest
The SFW download URL used releases/latest/download/ which always resolves
to the newest release, but SHA-256 checksums are hardcoded for a specific
version. When a new SFW release is published, the checksum verification
would fail. Add SFW_VERSION constant and pin the URL to it, matching how
zizmor already does it.1 parent bf5169b commit 7155d55
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
220 | 222 | | |
221 | 223 | | |
222 | 224 | | |
223 | | - | |
| 225 | + | |
224 | 226 | | |
225 | 227 | | |
226 | 228 | | |
| |||
0 commit comments