Gh-actions-lockfile: generate and verify lockfiles for GitHub Actions
gh-actions-lockfile.net
Gh-actions-lockfile: generate and verify lockfiles for GitHub Actions
1–10 of 28 posts
Re: Gh-actions-lockfile: generate and verify lockfiles for GitHub Actions
#2gjtorikian/gh-actions-lockfile@v1
Presumably since it has to run first it must run unpinned?
Re: Gh-actions-lockfile: generate and verify lockfiles for GitHub Actions
#3Re: Gh-actions-lockfile: generate and verify lockfiles for GitHub Actions
#4Mildly ironic that the quickstart suggests starting with an unpinned action gjtorikian/gh-actions-lockfile@v1 Presumably since it has to run first it must run unpinned?
Re: Gh-actions-lockfile: generate and verify lockfiles for GitHub Actions
#5They even closed the immutable action issue as a "wont fix" cause you know when it's too hard we all know the best way is to give up. Not like there wasany major security incident this year due to this /s
Re: Gh-actions-lockfile: generate and verify lockfiles for GitHub Actions
#6Re: Gh-actions-lockfile: generate and verify lockfiles for GitHub Actions
#7I have been banging on that drum for like 2 years now, glad the community has figured a way around it. Still utterly ridiculous that this is not native. They even closed the immutable action issue as a "wont fix" cause you know when it's too hard we all know the best way is to give up. Not like there wasany major security incident this year due to this /s
Re: Gh-actions-lockfile: generate and verify lockfiles for GitHub Actions
#8We use commit hashes to pin actions, have the version as a comment (e.g # v4) and renovate will keep both up to date in the PRs.
And there is a more or less recently added repository setting to require actions to be pinned to hashes.
Re: Gh-actions-lockfile: generate and verify lockfiles for GitHub Actions
#9Just pin your actions to shasum
Re: Gh-actions-lockfile: generate and verify lockfiles for GitHub Actions
#10Why do you need this? Just pin your actions to shasum