How extensively do you use the install-* actions?
Hey everyone!
In the context of all the previous github actions compromissions, I'm strongly reducing the amount of different actions we use in my company.
What's your take on the install-* actions, like install-poetry, setup-terraform, setup-trivy etc.? Otherwise, do you manually install them with curl commands? Or use tools like mise-en-place?
What are your strategies to reduce 3rd party exposition?
Cheers!