From 99edca33210c2525afc1ce6c3b514452d58bf1d9 Mon Sep 17 00:00:00 2001 From: Ramon Petgrave <32398091+ramonpetgrave64@users.noreply.github.com> Date: Fri, 27 Jun 2025 12:36:18 -0400 Subject: [PATCH] slsa-verifier v2.7.1 update the slsa-verifier to v2.7.1 followup to https://github.com/slsa-framework/slsa-verifier/pull/860 Signed-off-by: Ramon Petgrave <32398091+ramonpetgrave64@users.noreply.github.com> --- .github/actions/generate-builder/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/generate-builder/action.yml b/.github/actions/generate-builder/action.yml index 9a9ae8be68..0c90ae416f 100644 --- a/.github/actions/generate-builder/action.yml +++ b/.github/actions/generate-builder/action.yml @@ -91,8 +91,8 @@ runs: # release binaries when the compile-builder input is false. VERIFIER_REPOSITORY: slsa-framework/slsa-verifier # The repository to download the pre-built verifier binary from. VERIFIER_RELEASE_BINARY: slsa-verifier-linux-amd64 # The name of the verifier binary in the release assets. - VERIFIER_RELEASE_BINARY_SHA256: 499befb675efcca9001afe6e5156891b91e71f9c07ab120a8943979f85cc82e6 # The expected hash of the verifier binary. - VERIFIER_RELEASE: v2.7.0 # The version of the verifier to download. + VERIFIER_RELEASE_BINARY_SHA256: 946dbec729094195e88ef78e1734324a27869f03e2c6bd2f61cbc06bd5350339 # The expected hash of the verifier binary. + VERIFIER_RELEASE: v2.7.1 # The version of the verifier to download. COMPILE_BUILDER: "${{ inputs.compile-builder }}" # NOTE: If a builder reference is specified, then we will download this version of the builder.