chore(ci): bump github/codeql-action to v4.37.5 and sync the pin table (supersedes #61) - #66
Merged
Merged
Conversation
Takes Dependabot PR #61's SHA bump for the three github/codeql-action sub-actions, with the authoritative table and the version comments re-derived by `scripts/sync_action_pins.py --write` (INV-CI-5) rather than hand-edited: _AUTHORITATIVE + d1ba80a13dd9 = v4.37.5 - f205ea1c3313 (was v4.37.4, no longer pinned) comments codeql.yml:55, codeql.yml:68, scorecard.yml:65 v4.37.4 -> v4.37.5 This is the first real use of the tool added in #65, and the reason it exists: PR #61 could not be merged as-authored because Dependabot cannot update the table, and the guard's only advice was a flag that does not regenerate it. Verified: guard failed on PR #61's tree, one command fixed it, guard passes. Suite 4083 passed / 9 skipped. Zero unrelated files touched.
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.
Takes Dependabot #61's SHA bump for the three
github/codeql-actionsub-actions, with the authoritative table and version comments re-derived by tooling rather than hand-edited:Produced by
uv run python scripts/sync_action_pins.py --write(ormake sync-action-pins).Why #61 could not just be merged
Dependabot bumps the SHA but cannot update INV-CI-3's
_AUTHORITATIVEtable, so #61 failed CI on all four Pythons. That was the guard working correctly — an unrecorded pin must not slip through. What was missing was a supported fix: the guard's advice pointed atSENTINEL_VERIFY_ACTION_PINS=1, which passes in exactly that situation (it only validates entries already in the table). #65 added the tool; this is its first real use.Verification
2 failed), one command fixed it, guard passes (13 passed).Closes #61 (superseded).