Uh oh!
There was an error while loading. Please reload this page.
gh-146488: hash-pin all action references - #146489
Conversation
woodruffw
commented
Mar 26, 2026
Sorry for the commit noise here, I fixed two lingering subpath mistakes (I'm pretty sure these are a bug in zizmor's |
hugovk
commented
Mar 26, 2026
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? |
sethmlarson
commented
Mar 26, 2026
@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 :)
Uh oh!
There was an error while loading. Please reload this page.
hugovk
commented
Mar 27, 2026
OK, thanks. I guess we'll be getting a PR once a month anyway, so they might as well update to the latest x.y.z.
Shall we try |
webknjaz
commented
Mar 27, 2026
Personally, I only use |
Signed-off-by: William Woodruff <william@yossarian.net>
Signed-off-by: William Woodruff <william@yossarian.net>
Signed-off-by: William Woodruff <william@yossarian.net>
Signed-off-by: William Woodruff <william@yossarian.net>
Signed-off-by: William Woodruff <william@yossarian.net>
Signed-off-by: William Woodruff <william@yossarian.net>
Uh oh!
There was an error while loading. Please reload this page.
sethmlarson
commented
Apr 1, 2026
Thanks for the reviews, everyone! |
hugovk
commented
Apr 1, 2026
How far should we backport this? Probably all the way back to 3.10? |
sethmlarson
commented
Apr 1, 2026
We should probably backport all the way to 3.10. |
Thanks @woodruffw for the PR, and @sethmlarson for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
Sorry, @woodruffw and @sethmlarson, I could not cleanly backport this to |
woodruffw
commented
Apr 1, 2026
I took a look at these automatic backports and they're going to be pretty gnarly because of actions drift between versions -- I think the easier thing to do here is just create from-scratch PRs for each living branch. I'll work on that + track in the issue. |
GH-147978 is a backport of this pull request to the 3.10 branch. |
GH-147979 is a backport of this pull request to the 3.11 branch. |
GH-147980 is a backport of this pull request to the 3.12 branch. |
GH-147981 is a backport of this pull request to the 3.13 branch. |
GH-147982 is a backport of this pull request to the 3.14 branch. |
GH-147983 is a backport of this pull request to the 3.14 branch. |
This is like python#146489, but recreated for 3.12 because of CI drift. Signed-off-by: William Woodruff <william@yossarian.net>
This is like python#146489, but recreated for 3.12 because of CI drift. 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