update agent

This commit is contained in:
Varun Sharma 2025-06-18 00:47:43 -07:00
commit b976878278
4 changed files with 7 additions and 7 deletions

6
dist/pre/index.js vendored
View file

@ -88014,8 +88014,8 @@ var external_crypto_ = __nccwpck_require__(6417);
const CHECKSUMS = {
tls: {
amd64: "cbc0848e955cb0b31be47ea118a4e23a02b9f34611722d85bb40a242d231f4be",
arm64: "e5aae35b95a8f5040bf85e1ec1f280c7e12521f0470ea77581e4edb01c67df68",
amd64: "3e17e3c47573f22960f8899a9d21d435ff45569d1947bd00be3b2de1517788e6",
arm64: "ce080ea5436da5d7fb8071aed24ef19bbc72050891e422ae208ff2127a0f7d55",
},
non_tls: {
amd64: "336093af8ebe969567b66fd035af3bd4f7e1c723ce680d6b4b5b2a1f79bc329e", // v0.14.2
@ -88068,7 +88068,7 @@ function installAgent(isTLS, configStr) {
encoding: "utf8",
});
if (isTLS) {
downloadPath = yield tool_cache.downloadTool(`https://packages.stepsecurity.io/github-hosted/harden-runner_1.6.11_linux_${variant}.tar.gz`);
downloadPath = yield tool_cache.downloadTool(`https://packages.stepsecurity.io/github-hosted/harden-runner_1.6.12_linux_${variant}.tar.gz`);
}
else {
if (variant === "arm64") {

File diff suppressed because one or more lines are too long

View file

@ -4,8 +4,8 @@ import * as fs from "fs";
const CHECKSUMS = {
tls: {
amd64: "cbc0848e955cb0b31be47ea118a4e23a02b9f34611722d85bb40a242d231f4be", // v1.6.11
arm64: "e5aae35b95a8f5040bf85e1ec1f280c7e12521f0470ea77581e4edb01c67df68",
amd64: "3e17e3c47573f22960f8899a9d21d435ff45569d1947bd00be3b2de1517788e6", // v1.6.12
arm64: "ce080ea5436da5d7fb8071aed24ef19bbc72050891e422ae208ff2127a0f7d55",
},
non_tls: {
amd64: "336093af8ebe969567b66fd035af3bd4f7e1c723ce680d6b4b5b2a1f79bc329e", // v0.14.2

View file

@ -25,7 +25,7 @@ export async function installAgent(
if (isTLS) {
downloadPath = await tc.downloadTool(
`https://packages.stepsecurity.io/github-hosted/harden-runner_1.6.11_linux_${variant}.tar.gz`
`https://packages.stepsecurity.io/github-hosted/harden-runner_1.6.12_linux_${variant}.tar.gz`
);
} else {
if (variant === "arm64") {