Skip to content

Commit 901c5f7

Browse files
authored
update (#394)
Signed-off-by: laurentsimon <[email protected]>
1 parent 4cba39a commit 901c5f7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

actions/installer/dist/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ const crypto = __importStar(__nccwpck_require__(6113));
6262
const fs = __importStar(__nccwpck_require__(7147));
6363
const os = __importStar(__nccwpck_require__(2037));
6464
const path = __importStar(__nccwpck_require__(1017));
65-
const BOOTSTRAP_VERSION = "v1.3.0";
66-
const BOOTSTRAP_VERIFIER_SHA256 = "1326430d044e8a9522c51e5f721e237b5f75acb6b4e518d129f669403cf7a79a";
65+
const BOOTSTRAP_VERSION = "v2.0.0";
66+
const BOOTSTRAP_VERIFIER_SHA256 = "8d2e93a9ea0126d5daec22f2778b42fea79192605d16955f0c91847c3a6a8921";
6767
const BINARY_NAME = "slsa-verifier";
6868
const PROVENANCE_NAME = "slsa-verifier-linux-amd64.intoto.jsonl";
6969
// If true, the input string conforms to slsa-verifier's versioning system.

actions/installer/dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actions/installer/src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ import * as fs from "fs";
2222
import * as os from "os";
2323
import * as path from "path";
2424

25-
const BOOTSTRAP_VERSION = "v1.3.0";
25+
const BOOTSTRAP_VERSION = "v2.0.0";
2626
const BOOTSTRAP_VERIFIER_SHA256 =
27-
"1326430d044e8a9522c51e5f721e237b5f75acb6b4e518d129f669403cf7a79a";
27+
"8d2e93a9ea0126d5daec22f2778b42fea79192605d16955f0c91847c3a6a8921";
2828
const BINARY_NAME = "slsa-verifier";
2929
const PROVENANCE_NAME = "slsa-verifier-linux-amd64.intoto.jsonl";
3030

0 commit comments

Comments
 (0)