Skip to content

Commit 5436dac

Browse files
committed
update agent
1 parent 88d305a commit 5436dac

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

dist/pre/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88014,8 +88014,8 @@ var external_crypto_ = __nccwpck_require__(6417);
8801488014

8801588015
const CHECKSUMS = {
8801688016
tls: {
88017-
amd64: "a269547dac99a12b17e30aaef0a04b4942febc7c7697242500e341b872e6dc86",
88018-
arm64: "7f11d18106e86ef0c25c50dfa319bb390c446119d501996c793270b755eec003",
88017+
amd64: "618654e2ca7b885b85d77629396a048113a221be684a169941af1b9ef421956e",
88018+
arm64: "5f5cf1059bf304e8582968bd2053012b4656bc06ab43f42f607fed1068edcd1a",
8801988019
},
8802088020
non_tls: {
8802188021
amd64: "336093af8ebe969567b66fd035af3bd4f7e1c723ce680d6b4b5b2a1f79bc329e", // v0.14.2
@@ -88068,7 +88068,7 @@ function installAgent(isTLS, configStr) {
8806888068
encoding: "utf8",
8806988069
});
8807088070
if (isTLS) {
88071-
downloadPath = yield tool_cache.downloadTool(`https://packages.stepsecurity.io/github-hosted/harden-runner_1.6.13_linux_${variant}.tar.gz`);
88071+
downloadPath = yield tool_cache.downloadTool(`https://packages.stepsecurity.io/github-hosted/harden-runner_1.6.14_linux_${variant}.tar.gz`);
8807288072
}
8807388073
else {
8807488074
if (variant === "arm64") {

dist/pre/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/checksum.ts

Lines changed: 2 additions & 2 deletions
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: "a269547dac99a12b17e30aaef0a04b4942febc7c7697242500e341b872e6dc86", // v1.6.13
8-
arm64: "7f11d18106e86ef0c25c50dfa319bb390c446119d501996c793270b755eec003",
7+
amd64: "618654e2ca7b885b85d77629396a048113a221be684a169941af1b9ef421956e", // v1.6.14
8+
arm64: "5f5cf1059bf304e8582968bd2053012b4656bc06ab43f42f607fed1068edcd1a",
99
},
1010
non_tls: {
1111
amd64: "336093af8ebe969567b66fd035af3bd4f7e1c723ce680d6b4b5b2a1f79bc329e", // v0.14.2

src/install-agent.ts

Lines changed: 1 addition & 1 deletion
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.6.13_linux_${variant}.tar.gz`
28+
`https://packages.stepsecurity.io/github-hosted/harden-runner_1.6.14_linux_${variant}.tar.gz`
2929
);
3030
} else {
3131
if (variant === "arm64") {

0 commit comments

Comments
 (0)