Skip to content

Commit 646ac01

Browse files
committed
update agent
1 parent 7bc18df commit 646ac01

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

dist/pre/index.js

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

8798187981
const CHECKSUMS = {
8798287982
tls: {
87983-
amd64: "57b2ca0b5eaf979ebbee8870b949a463e6e1c3ed7556c70caa76191e2430d72a",
87984-
arm64: "babb17200504f27f6b32ee7522ea52c3b9f77913dfda83afa0087d48623449d3",
87983+
amd64: "2430b850e0e4d67a2f3b626f02d2827226ee16406da6af0c47ae7b18e18bd2b8",
87984+
arm64: "a3c89271e697ab39557ba8011cac7a2df690b5d27b4584d5d5abdf8845a6ce6c",
8798587985
},
8798687986
non_tls: {
8798787987
amd64: "336093af8ebe969567b66fd035af3bd4f7e1c723ce680d6b4b5b2a1f79bc329e", // v0.14.2
@@ -88034,7 +88034,7 @@ function installAgent(isTLS, configStr) {
8803488034
encoding: "utf8",
8803588035
});
8803688036
if (isTLS) {
88037-
downloadPath = yield tool_cache.downloadTool(`https://packages.stepsecurity.io/github-hosted/harden-runner_1.6.22_linux_${variant}.tar.gz`);
88037+
downloadPath = yield tool_cache.downloadTool(`https://packages.stepsecurity.io/github-hosted/harden-runner_1.6.23_linux_${variant}.tar.gz`);
8803888038
}
8803988039
else {
8804088040
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: "57b2ca0b5eaf979ebbee8870b949a463e6e1c3ed7556c70caa76191e2430d72a", // v1.6.22
8-
arm64: "babb17200504f27f6b32ee7522ea52c3b9f77913dfda83afa0087d48623449d3",
7+
amd64: "2430b850e0e4d67a2f3b626f02d2827226ee16406da6af0c47ae7b18e18bd2b8", // v1.6.23
8+
arm64: "a3c89271e697ab39557ba8011cac7a2df690b5d27b4584d5d5abdf8845a6ce6c",
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.22_linux_${variant}.tar.gz`
28+
`https://packages.stepsecurity.io/github-hosted/harden-runner_1.6.23_linux_${variant}.tar.gz`
2929
);
3030
} else {
3131
if (variant === "arm64") {

0 commit comments

Comments
 (0)