chore(ci): correct actions/cache version comment to match pinned SHA - #41483
Merged
Conversation
The pinned SHA 27d5ce7 actually corresponds to actions/cache v5.0.5, but the inline comment read "# v5". zizmor's ref-version-mismatch rule flags this discrepancy. Update the comment to the truthful version. Resolves code-scanning alert #2551 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
rusackas
requested review from
betodealmeida,
craig-rueda,
dpgaspar,
eschutho,
geido,
hainenber,
kgabryje,
mistercrunch,
nytai,
sadpandajoe and
villebro
as code owners
June 27, 2026 08:42
Contributor
|
Bito Automatic Review Skipped - Files Excluded |
hainenber
approved these changes
Jun 28, 2026
shantanukhond
pushed a commit
to shantanukhond/superset
that referenced
this pull request
Jun 30, 2026
…pache#41483) Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
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.
SUMMARY
The
actions/cachestep is pinned to SHA27d5ce7f107fe9357f9df03efb73ab90386fccae, which actually corresponds to release v5.0.5, but the inline comment read# v5. zizmor'sref-version-mismatchrule flags this discrepancy because the human-readable comment no longer truthfully reflects the pinned ref.This updates the comment to the accurate
# v5.0.5in bothpre-commit.ymlandrelease.yml(all three occurrences use the same SHA). No behavior change — the SHA pin is unchanged; only the trailing comment is corrected to be truthful.Resolves code-scanning alert #2551 (zizmor/ref-version-mismatch).
BEFORE/AFTER
Before:
After:
TESTING INSTRUCTIONS
pre-commit run zizmor --files .github/workflows/pre-commit.yml .github/workflows/release.ymlpasses.ADDITIONAL INFORMATION
🤖 Generated with Claude Code