diff --git a/.github/actions/generate-builder/action.yml b/.github/actions/generate-builder/action.yml index 42e718678e..4a224f1d05 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: 9883e4c7fd0fead95815de1533db62d1ae19daf9d333b359e192fc65ffb401b2 # The expected hash of the verifier binary. - VERIFIER_RELEASE: v2.4.0 # The version of the verifier to download. + VERIFIER_RELEASE_BINARY_SHA256: e81900c9f11a44276e1552afb7c1f6ea7b13ad9c6efdb920d97f23a76659e25f # The expected hash of the verifier binary. + VERIFIER_RELEASE: v2.4.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.