gh-146488: hash-pin all action references#146489
gh-146488: hash-pin all action references#146489woodruffw wants to merge 6 commits intopython:mainfrom
Conversation
Signed-off-by: William Woodruff <william@yossarian.net>
Signed-off-by: William Woodruff <william@yossarian.net>
Signed-off-by: William Woodruff <william@yossarian.net>
|
Sorry for the commit noise here, I fixed two lingering subpath mistakes (I'm pretty sure these are a bug in zizmor's |
Signed-off-by: William Woodruff <william@yossarian.net>
Signed-off-by: William Woodruff <william@yossarian.net>
|
Question about Dependabot. Before, we just used major versions, like Now, we pin to an exact commit, Does this mean Dependabot will now update us to 6.0.3, or 6.1.1, or whatever is available when it next triggers? This means more notifications. Is this the preferred way? Or can we configure it to only trigger when there's a major bump? |
|
@hugovk Dependabot can be configured to only update on major versions, I don't think having the pin set at a minor/patch would change that policy if it's defined already in |
zware
left a comment
There was a problem hiding this comment.
I'm afraid this is going to be a bit churny, but I think it's worth trying out. Hopefully the churn fears are overblown, or can be configured around :)
Signed-off-by: William Woodruff <william@yossarian.net>
See #146488.
What I've done here is run
zizmor --fix=all ., and then cross-checked the fixes withpinact run -v .github/workflows/*.yml.CC @sethmlarson