File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/generate-builder Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 91
91
# release binaries when the compile-builder input is false.
92
92
VERIFIER_REPOSITORY : slsa-framework/slsa-verifier # The repository to download the pre-built verifier binary from.
93
93
VERIFIER_RELEASE_BINARY : slsa-verifier-linux-amd64 # The name of the verifier binary in the release assets.
94
- VERIFIER_RELEASE_BINARY_SHA256 : 499befb675efcca9001afe6e5156891b91e71f9c07ab120a8943979f85cc82e6 # The expected hash of the verifier binary.
95
- VERIFIER_RELEASE : v2.7.0 # The version of the verifier to download.
94
+ VERIFIER_RELEASE_BINARY_SHA256 : 946dbec729094195e88ef78e1734324a27869f03e2c6bd2f61cbc06bd5350339 # The expected hash of the verifier binary.
95
+ VERIFIER_RELEASE : v2.7.1 # The version of the verifier to download.
96
96
97
97
COMPILE_BUILDER : " ${{ inputs.compile-builder }}"
98
98
# NOTE: If a builder reference is specified, then we will download this version of the builder.
You can’t perform that action at this time.
0 commit comments