ci: put every org reusable on v1.12.0 - #258
Merged
Merged
Conversation
Seven callers were spread across three versions: ci and fuzz on the raw commit that #257 proved, schedule-freshness on v1.11.0, and dco, go-audit, line-limit and main-guard still on v1.10.1. Now that the tag exists they all move to it, and the two that were pinned bare get their version comment back — without one Dependabot has no version to compare against and the pin quietly rots, which is how four of them ended up two releases behind. Aligning them also means one Dependabot pull request per release instead of a handful that each move a different caller. Signed-off-by: Jaro-c <75870284+Jaro-c@users.noreply.github.com>
This was referenced Jul 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Seven callers were spread across three versions:
ci.yml,fuzz.yml# v1.12.0schedule-freshness.ymldco.yml,go-audit.yml,line-limit.yml,main-guard.ymlciandfuzzwere pinned bare on purpose — Glyndor/.github#106 was waiting for a consumer to prove it green before being tagged, and #257 was that consumer. Now that v1.12.0 exists they get their comment back.That comment is not decoration. Without a version beside the SHA, Dependabot has nothing to compare against, never proposes a bump, and the pin rots — which is exactly how four of these ended up two releases behind while nobody noticed.
Supersedes #250, #251, #252 and #254, which each moved one caller to v1.11.0.
Verified with
actionlintacross all seven workflows.