@@ -85582,15 +85582,15 @@ var external_crypto_ = __nccwpck_require__(6982);
8558285582
8558385583const CHECKSUMS = {
8558485584 tls: {
85585- amd64: "07703be7dedacfa234e7962289e952d3731d9c5677054ce4f6e4c9dbf79b77ed ", // v1.9.0
85586- arm64: "6b3c8927928ccc0a9df3097eabd95ec3c00f98b3b25bb6eb6b5e99020584a53c ", // v1.9.0
85585+ amd64: "b4efa8356de128c3daba6a7e334779877faafb08b49f9a4ef4152826c66ff4c2 ", // v1.9.1
85586+ arm64: "0e93ad693d562448fd62e322c8e165caba3de123c9cd631e2bdc2d4dbb4e091a ", // v1.9.1
8558785587 },
8558885588 non_tls: {
85589- amd64: "4b14d8a3a5fbcef95af55e0c54d3bee6f44da802878c10289a4ca0b79b6d0237 ", // v0.16.2
85589+ amd64: "4fca42590557ad92e50bd99cf81eba527d0699ac05dd11dfb0c795f48ae63e26 ", // v0.16.3
8559085590 },
8559185591 bravo: {
85592- amd64: "3733cdd704e8f6455f036ff3534d53f965a0e6028a39c654ae4f1679e6b4c45b ", // v1.9.0
85593- arm64: "ecf8a50679cac9402795f7434f2edb470bd83fe47512bbc3f52bf9b956c1b62c ", // v1.9.0
85592+ amd64: "59ea6f0a488514b2d3feaf5b98fb445af9d2875f32acf5878d84c72e835a3425 ", // v1.9.1
85593+ arm64: "0b1544370b89adee80f71cc0e9bed6dcc46fe3aa410338f9a305b892a194ebb8 ", // v1.9.1
8559485594 },
8559585595 darwin: "2990f0390d2760fa6262a3830060b6db1233f16a1410ffe1ed2bf13dfda80c38", // v0.0.6
8559685596 windows: {
@@ -85663,14 +85663,14 @@ function installAgent(isTLS, configStr) {
8566385663 encoding: "utf8",
8566485664 });
8566585665 if (isTLS) {
85666- downloadPath = yield tool_cache.downloadTool(`https://github.com/step-security/agent-ebpf/releases/download/v1.9.0 /harden-runner_1.9.0_linux_ ${variant}.tar.gz`, undefined, auth);
85666+ downloadPath = yield tool_cache.downloadTool(`https://github.com/step-security/agent-ebpf/releases/download/v1.9.1 /harden-runner_1.9.1_linux_ ${variant}.tar.gz`, undefined, auth);
8566785667 }
8566885668 else {
8566985669 if (variant === "arm64") {
8567085670 console.log(ARM64_RUNNER_MESSAGE);
8567185671 return false;
8567285672 }
85673- downloadPath = yield tool_cache.downloadTool("https://github.com/step-security/agent/releases/download/v0.16.2 /agent_0.16.2_linux_amd64 .tar.gz", undefined, auth);
85673+ downloadPath = yield tool_cache.downloadTool("https://github.com/step-security/agent/releases/download/v0.16.3 /agent_0.16.3_linux_amd64 .tar.gz", undefined, auth);
8567485674 }
8567585675 if (!verifyChecksum(downloadPath, isTLS, variant, "linux")) {
8567685676 return false;
@@ -85698,7 +85698,7 @@ function installAgentBravo(configStr_1) {
8569885698 const token = lib_core.getInput("token", { required: true });
8569985699 const auth = `token ${token}`;
8570085700 const variant = process.arch === "x64" ? "amd64" : "arm64";
85701- const downloadPath = yield tool_cache.downloadTool(`https://github.com/step-security/agent-ebpf/releases/download/v1.9.0 /harden-runner-bravo_1.9.0_linux_ ${variant}.tar.gz`, undefined, auth);
85701+ const downloadPath = yield tool_cache.downloadTool(`https://github.com/step-security/agent-ebpf/releases/download/v1.9.1 /harden-runner-bravo_1.9.1_linux_ ${variant}.tar.gz`, undefined, auth);
8570285702 if (!verifyChecksum(downloadPath, true, variant, "linux", "bravo")) {
8570385703 return false;
8570485704 }
0 commit comments