1
0
Fork 0
mirror of synced 2026-06-05 18:15:14 +00:00

Update agent

This commit is contained in:
Varun Sharma 2025-02-12 16:59:05 -08:00
commit ab221e2d7a
4 changed files with 7 additions and 7 deletions

6
dist/pre/index.js vendored
View file

@ -71607,8 +71607,8 @@ var external_crypto_ = __nccwpck_require__(6417);
const CHECKSUMS = { const CHECKSUMS = {
tls: { tls: {
amd64: "24a41d3010005cd765cba7779ea69be4a5b526389610025e7b4b2500a029e355", amd64: "38e7ed97ced6fe0c1cf0fb5ee3b3d521dfe28d5ddf1cdca72d130c8d1b4a314e",
arm64: "60410b8200581a29d4a2799e0527b54b485878c184d1e6d03d2104ac6030af18", arm64: "f67c80cc578c996d4f882c14fcdb63df57927d907cd22f1ec65f9fa940c08cf3",
}, },
non_tls: { non_tls: {
amd64: "a9f1842e3d7f3d38c143dbe8ffe1948e6c8173cd04da072d9f9d128bb400844a", // v0.13.7 amd64: "a9f1842e3d7f3d38c143dbe8ffe1948e6c8173cd04da072d9f9d128bb400844a", // v0.13.7
@ -71661,7 +71661,7 @@ function installAgent(isTLS, configStr) {
encoding: "utf8", encoding: "utf8",
}); });
if (isTLS) { if (isTLS) {
downloadPath = yield tool_cache.downloadTool(`https://packages.stepsecurity.io/github-hosted/harden-runner_1.4.1_linux_${variant}.tar.gz`); downloadPath = yield tool_cache.downloadTool(`https://packages.stepsecurity.io/github-hosted/harden-runner_1.4.2_linux_${variant}.tar.gz`);
} }
else { else {
if (variant === "arm64") { 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 = { const CHECKSUMS = {
tls: { tls: {
amd64: "24a41d3010005cd765cba7779ea69be4a5b526389610025e7b4b2500a029e355", // v1.4.1 amd64: "38e7ed97ced6fe0c1cf0fb5ee3b3d521dfe28d5ddf1cdca72d130c8d1b4a314e", // v1.4.2
arm64: "60410b8200581a29d4a2799e0527b54b485878c184d1e6d03d2104ac6030af18", arm64: "f67c80cc578c996d4f882c14fcdb63df57927d907cd22f1ec65f9fa940c08cf3",
}, },
non_tls: { non_tls: {
amd64: "a9f1842e3d7f3d38c143dbe8ffe1948e6c8173cd04da072d9f9d128bb400844a", // v0.13.7 amd64: "a9f1842e3d7f3d38c143dbe8ffe1948e6c8173cd04da072d9f9d128bb400844a", // v0.13.7

View file

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