From 978673e8233635663e4eb839e45679eda9a1e499 Mon Sep 17 00:00:00 2001 From: Spencer Schrock Date: Wed, 24 Jul 2024 13:04:25 -0700 Subject: [PATCH] bump docker tag to v2.4.0 for release The main change is the Scorecard bump to v5.0.0, which includes maintainer annotations which will affect the SARIF produced by this action. For full details see the release notes: https://github.com/ossf/scorecard/releases/tag/v5.0.0 Signed-off-by: Spencer Schrock --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 35b2c060..d367438f 100644 --- a/action.yaml +++ b/action.yaml @@ -53,4 +53,4 @@ branding: runs: using: "docker" - image: "docker://gcr.io/openssf/scorecard-action:v2.3.3" + image: "docker://gcr.io/openssf/scorecard-action:v2.4.0"