Skip to content

Commit 9d81ca7

Browse files
authored
chore: Update slsa-verifier version (#3454)
# Summary Update slsa-verifier version ## Testing Process To LGTM this PR, verify that the sha256 is the same as in the official release page https://github.com/slsa-framework/slsa-verifier/blob/main/SHA256SUM.md ## Checklist - [ ] Review the contributing [guidelines](./../CONTRIBUTING.md) - [ ] Add a reference to related issues in the PR description. - [ ] Update documentation if applicable. - [ ] Add unit tests if applicable. - [ ] Add changes to the [CHANGELOG](./../CHANGELOG.md) if applicable. --------- Signed-off-by: laurentsimon <[email protected]>
1 parent d6b8c9f commit 9d81ca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/generate-builder/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ runs:
9191
# release binaries when the compile-builder input is false.
9292
VERIFIER_REPOSITORY: slsa-framework/slsa-verifier # The repository to download the pre-built verifier binary from.
9393
VERIFIER_RELEASE_BINARY: slsa-verifier-linux-amd64 # The name of the verifier binary in the release assets.
94-
VERIFIER_RELEASE_BINARY_SHA256: e81900c9f11a44276e1552afb7c1f6ea7b13ad9c6efdb920d97f23a76659e25f # The expected hash of the verifier binary.
95-
VERIFIER_RELEASE: v2.4.1 # The version of the verifier to download.
94+
VERIFIER_RELEASE_BINARY_SHA256: 54e4f40bf120bce1cef1ff123fef3456e8c526f315c47e22ed6acfe02a06b9a8 # The expected hash of the verifier binary.
95+
VERIFIER_RELEASE: v2.5.1 # The version of the verifier to download.
9696

9797
COMPILE_BUILDER: "${{ inputs.compile-builder }}"
9898
# NOTE: If a builder reference is specified, then we will download this version of the builder.

0 commit comments

Comments
 (0)