I'm starting to implement/roll out <2025-04-27 Enh...
# github-workflows-kt
p
I'm starting to implement/roll out 2025-04-27 Enhancements to referring to actions by commit hash. Here's a thread where I'll add some updates on the process, and have discussions if needed
the first change that needs to be released in the lib: feat(library): add API to add intended action version in comment
@Vampire do you have time for some code reviews? 🙏 (in general, not only for the above PR)
v
v4.1.2__85e6279cec87321a52edac9c87bce653a07cf6c2 sounds good
👍 1
p
yeah - not sure if it's irony, but it's the best we came up with, given the limited API (basically encoding various stuff in the server's base URL) and no ability to use compiler plugins
v
I think the approach is good indeed, and it would be nice to have a ready for reuse renovate configuration so renovate bot could update such versions. Renovate supports regex-based custom patterns, so it could file prs that bump kts and yml at the same time
p
yes, that's the plan! however, I'm yet to dig deeper into making Renovate merge certain PRs together (it's already a problem with bumping versions of actions not in action repo's root). If you have a working config that does this, please share!