Skip to content

Commit fa70c45

Browse files
committed
update agent
1 parent 42a3378 commit fa70c45

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
@@ -88007,8 +88007,8 @@ var external_crypto_ = __nccwpck_require__(6417);
8800788007

8800888008
const CHECKSUMS = {
8800988009
tls: {
88010-
amd64: "19f9609508c3a9ded9e766babb5a05986d5641263d2f497c2012c8550e7e1176",
88011-
arm64: "dd122c47149b666726c2534aa5cb88b1baf1bc9e0519c9919839936b02cc5552",
88010+
amd64: "75c821517eefde0dc5a9309e6b6d01372c7ce7c061eeb36892a3718b0ab7506c",
88011+
arm64: "41e255e43ff95c26323692fc58d460db3ac503326a1d47589032e92723fe08d4",
8801288012
},
8801388013
non_tls: {
8801488014
amd64: "336093af8ebe969567b66fd035af3bd4f7e1c723ce680d6b4b5b2a1f79bc329e", // v0.14.2
@@ -88061,7 +88061,7 @@ function installAgent(isTLS, configStr) {
8806188061
encoding: "utf8",
8806288062
});
8806388063
if (isTLS) {
88064-
downloadPath = yield tool_cache.downloadTool(`https://packages.stepsecurity.io/github-hosted/harden-runner_1.6.9_linux_${variant}.tar.gz`);
88064+
downloadPath = yield tool_cache.downloadTool(`https://packages.stepsecurity.io/github-hosted/harden-runner_1.6.10_linux_${variant}.tar.gz`);
8806588065
}
8806688066
else {
8806788067
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: "19f9609508c3a9ded9e766babb5a05986d5641263d2f497c2012c8550e7e1176", // v1.6.9
8-
arm64: "dd122c47149b666726c2534aa5cb88b1baf1bc9e0519c9919839936b02cc5552",
7+
amd64: "75c821517eefde0dc5a9309e6b6d01372c7ce7c061eeb36892a3718b0ab7506c", // v1.6.10
8+
arm64: "41e255e43ff95c26323692fc58d460db3ac503326a1d47589032e92723fe08d4",
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.9_linux_${variant}.tar.gz`
28+
`https://packages.stepsecurity.io/github-hosted/harden-runner_1.6.10_linux_${variant}.tar.gz`
2929
);
3030
} else {
3131
if (variant === "arm64") {

0 commit comments

Comments
 (0)