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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
downloadSops() no longer calls fs.chmodSync unconditionally on a cache hit. Tool caches on filesystems that reject chmod (e.g. an SMB/CIFS share mounted on a self-hosted runner) previously failed the run with EPERM: operation not permitted, even though the cached binary already carried the executable bit from its original download. The chmod is now skipped whenever the cached binary is already executable. (#250, #252)
Internal
Dependency bumps: @types/node to ^26.1.1, @vercel/ncc to ^0.44.1, prettier to ^3.9.5. (#246, #252)