You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(ci): pin linuxdeploy/appimagetool to immutable release tags (#122)
The AppImage workflow downloaded both tools from upstream 'continuous'
tags while pinning their SHA256s. Continuous assets get re-published and
silently change checksum, so the pin rotted and broke the 0.1.0 release
(linuxdeploy checksum mismatch). Pin to immutable versioned releases
(linuxdeploy 1-alpha-20251107-1, appimagetool 1.9.1) with digests
computed from those assets — URL and hash can no longer drift apart.
0 commit comments