ci: bump pinned ossf/scorecard-action to v2.4.4 (conformance drift) - #121
Merged
Conversation
Dependabot's weekly github-actions group PR landed v2.4.4 in apple-mail-mcp (#134) and apple-numbers-mcp (#56) today but silently skipped this repo, so conformance-check.sh reports: DRIFT: .github/workflows/scorecard.yml differs The four servers are meant to carry a byte-identical workflow set, and a group-skip is the recurring way that invariant breaks -- it is invisible unless conformance-check.sh is run, because nothing fails on its own. .github/ is not shipped bytes, so version-guard owes no version bump here; the CHANGELOG entry goes under [Unreleased] with no heading of its own.
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.
Restores the byte-identical workflow set across the four servers.
Dependabot's weekly
github-actionsgroup PR bumpedossf/scorecard-actionto2d1146689b8cda280b9bc96326124645441f03bc(v2.4.4) in apple-mail-mcp (#134) and apple-numbers-mcp (#56) today, but silently skipped this repo and its sibling — the known group-skip failure mode../conformance-check.shwas reporting:The drift is exactly one line — the pinned SHA on line 29 — and nothing fails on its own when it happens, which is what makes it worth catching in the conformance sweep rather than waiting for the next group PR to maybe include the laggards.
No version bump:
.github/is not shipped bytes, soversion-guarddoes not require one and the CHANGELOG entry stays under[Unreleased]with no heading of its own.