Skip to content

ci: bump scorecard-action to v2.4.4 (gcr.io -> ghcr.io) - #11

Merged
nqzai merged 1 commit into
mainfrom
chore/bump-scorecard-action-v2.4.4
Sep 7, 2026
Merged

nqzai merged 1 commit into
mainfrom
chore/bump-scorecard-action-v2.4.4

Conversation

@nqzai

@nqzai nqzai commented Sep 7, 2026

Copy link
Copy Markdown
Collaborator

What

Bumps ossf/scorecard-action from 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:

Error response from daemon: Head "https://gcr.io/v2/openssf/scorecard-action/manifests/v2.4.0":
denied: This API method requires billing to be enabled.

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:

tag image
v2.4.0 gcr.io/openssf/scorecard-action
v2.4.1 – v2.4.4 ghcr.io/ossf/scorecard-action

So 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, the uses: pin.

SHA 2d1146689b8cda280b9bc96326124645441f03bc is 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

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>
@nqzai
nqzai merged commit 10a0e9b into main Sep 7, 2026
8 checks passed
@nqzai
nqzai deleted the chore/bump-scorecard-action-v2.4.4 branch September 7, 2026 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant