Hacker News new | ask | show | jobs
by silverwind 178 days ago
Pinning actions doesn't really work because most action dependencies are unpinned thanks to npm default behaviour of not pinning them.
2 comments

Just don't use actions which pull in arbitrary npm packages without a lockfile.
Why does this matter?

JavaScript actions are already bundled.