Hacker News new | ask | show | jobs
by g947o 181 days ago
How does this lock down transitive dependencies? Is it effective if the action you rely on doesn't pin its dependencies?
1 comments

You don't use actions pulling in unpinned dependencies outside of trusted distro package manager at runtime.

I believe this problem is probably overstated. Can you point us to such an action you are concerned with that has either transitive actions dependency or unlocked npm dependencies where maintainers aren't responsive to addressing PRs to illustrate?