Skip to content

Commit 8a5fca8

Browse files
chore: slsa-verifier v2.6.0: Update action.yml (#3736)
# Summary Update to slsa-verifier v2.6.0 followup to slsa-framework/slsa-verifier#789 ## Testing Process N/A ## Checklist - [x] Review the contributing [guidelines](https://github.com/slsa-framework/slsa-github-generator/blob/main/CONTRIBUTING.md) - [x] Add a reference to related issues in the PR description. - [x] Update documentation if applicable. - [x] Add unit tests if applicable. - [x] Add changes to the [CHANGELOG](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md) if applicable. Signed-off-by: Ramon Petgrave <[email protected]>
1 parent 312ad50 commit 8a5fca8

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: 54e4f40bf120bce1cef1ff123fef3456e8c526f315c47e22ed6acfe02a06b9a8 # The expected hash of the verifier binary.
95-
VERIFIER_RELEASE: v2.5.1 # The version of the verifier to download.
94+
VERIFIER_RELEASE_BINARY_SHA256: 1c9c0d6a272063f3def6d233fa3372adbaff1f5a3480611a07c744e73246b62d # The expected hash of the verifier binary.
95+
VERIFIER_RELEASE: v2.6.0 # 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)