ci: bump scorecard-action to v2.4.4 (gcr.io -> ghcr.io) - #11
Merged
Merged
Conversation
The weekly Scorecard run has been failing since 2026-09-07. The pinned
v2.4.0 resolves to gcr.io/openssf/scorecard-action, and pulls now fail:
denied: This API method requires billing to be enabled.
That is OpenSSF's GCP project, not ours — Google retired gcr.io and
OpenSSF republished the image on ghcr.io. v2.4.0 is the last release
pointing at gcr.io; v2.4.1+ use ghcr.io/ossf/scorecard-action.
Bumps to v2.4.4, SHA-pinned to the dereferenced tag commit.
Co-Authored-By: Claude Opus 5 <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.
What
Bumps
ossf/scorecard-actionfrom v2.4.0 to v2.4.4.Why
The weekly Scorecard run has failed since 2026-09-07. It never reaches the analysis — it dies pulling the action's container image:
Google retired
gcr.io, and the billing project named in that error belongs to OpenSSF, not us — there is nothing to enable on our side. OpenSSF republished the image on GitHub Container Registry.v2.4.0 is the last release pointing at the dead registry:
gcr.io/openssf/scorecard-actionghcr.io/ossf/scorecard-actionSo any version ≥ v2.4.1 fixes it. Going to v2.4.4 (current latest, Scorecard v5.5.0) rather than the minimum bump.
Changes
.github/workflows/scorecard.yml— one line, theuses:pin.SHA
2d1146689b8cda280b9bc96326124645441f03bcis the tag-dereferenced commit for v2.4.4, keeping the repo's SHA-pinning convention intact.Risk
Low. One-line workflow change, no source or dependency impact. Worst case the run keeps failing and we are no worse off; the analysis has already been dark for a week. Same change is going to all five repos that run Scorecard.
🤖 Generated with Claude Code