Skip to content

Commit ab221e2

Browse files
committed
Update agent
1 parent 7cb6c2f commit ab221e2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

dist/pre/index.js

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

dist/pre/index.js.map

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

src/checksum.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import * as fs from "fs";
44

55
const CHECKSUMS = {
66
tls: {
7-
amd64: "24a41d3010005cd765cba7779ea69be4a5b526389610025e7b4b2500a029e355", // v1.4.1
8-
arm64: "60410b8200581a29d4a2799e0527b54b485878c184d1e6d03d2104ac6030af18",
7+
amd64: "38e7ed97ced6fe0c1cf0fb5ee3b3d521dfe28d5ddf1cdca72d130c8d1b4a314e", // v1.4.2
8+
arm64: "f67c80cc578c996d4f882c14fcdb63df57927d907cd22f1ec65f9fa940c08cf3",
99
},
1010
non_tls: {
1111
amd64: "a9f1842e3d7f3d38c143dbe8ffe1948e6c8173cd04da072d9f9d128bb400844a", // v0.13.7

src/install-agent.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export async function installAgent(
2525

2626
if (isTLS) {
2727
downloadPath = await tc.downloadTool(
28-
`https://packages.stepsecurity.io/github-hosted/harden-runner_1.4.1_linux_${variant}.tar.gz`
28+
`https://packages.stepsecurity.io/github-hosted/harden-runner_1.4.2_linux_${variant}.tar.gz`
2929
);
3030
} else {
3131
if (variant === "arm64") {

0 commit comments

Comments
 (0)