From 7219779470bb9ddda35f58135b143304220416d0 Mon Sep 17 00:00:00 2001 From: Spencer Schrock Date: Wed, 4 Dec 2024 11:25:10 -0800 Subject: [PATCH] bump docker to ghcr v2.4.1 This includes both the version bump, and uses the new GHCR image. Signed-off-by: Spencer Schrock --- RELEASE.md | 2 +- action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 3fe3fa1d..be3788b1 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -57,7 +57,7 @@ Example: ``` runs: using: "docker" - image: "docker://gcr.io/openssf/scorecard-action:Tag" + image: "docker://ghcr.io/ossf/scorecard-action:Tag" ``` Create a pull request with this change and merge into `main`. diff --git a/action.yaml b/action.yaml index d367438f..532a08f0 100644 --- a/action.yaml +++ b/action.yaml @@ -53,4 +53,4 @@ branding: runs: using: "docker" - image: "docker://gcr.io/openssf/scorecard-action:v2.4.0" + image: "docker://ghcr.io/ossf/scorecard-action:v2.4.1"