pytest-github-actions-annotate-failures icon indicating copy to clipboard operation
pytest-github-actions-annotate-failures copied to clipboard

Pin GitHub actions

Open edgarrmondragon opened this issue 6 months ago • 1 comments

edgarrmondragon avatar Sep 01 '25 21:09 edgarrmondragon

Okay if you want to, but I'm personally not a fan of pinning GHA. The reason is that the underlying images are fluid, and change regularly. Pinning can actually break actions, because the underlying image updates something (powershell, or the artifact system being two recent examples), causing the pinned version to fail when a looser version would actually have passed due to fixes being applied. I only like pinning less well maintained actions.

henryiii avatar Nov 11 '25 21:11 henryiii