Skip to content

Commit 03d096a

Browse files
committed
update agent
1 parent 4090107 commit 03d096a

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
@@ -85495,8 +85495,8 @@ var external_crypto_ = __nccwpck_require__(6982);
8549585495

8549685496
const CHECKSUMS = {
8549785497
tls: {
85498-
amd64: "ed6a04f39d18f030a80b949228ac9117e63e410eac3142cdc4a7d84109a75385",
85499-
arm64: "dc1a759ea585b795a01a41f6a7624ee7a5243eb1b7ce0858f458de9f84a51b69",
85498+
amd64: "2a5be06ab620340f6957ddd180450caab414671c8b7da1996d8e2755c1cd49fa",
85499+
arm64: "e9d0ccf3e4e62ba15ff208ef6e0afa0ad5e323c3dfc50527342f436a85e65a55",
8550085500
},
8550185501
non_tls: {
8550285502
amd64: "336093af8ebe969567b66fd035af3bd4f7e1c723ce680d6b4b5b2a1f79bc329e", // v0.14.2
@@ -85549,7 +85549,7 @@ function installAgent(isTLS, configStr) {
8554985549
encoding: "utf8",
8555085550
});
8555185551
if (isTLS) {
85552-
downloadPath = yield tool_cache.downloadTool(`https://github.com/step-security/agent-ebpf/releases/download/v1.7.8/harden-runner_1.7.8_linux_${variant}.tar.gz`, undefined, auth);
85552+
downloadPath = yield tool_cache.downloadTool(`https://github.com/step-security/agent-ebpf/releases/download/v1.7.9/harden-runner_1.7.9_linux_${variant}.tar.gz`, undefined, auth);
8555385553
}
8555485554
else {
8555585555
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: "ed6a04f39d18f030a80b949228ac9117e63e410eac3142cdc4a7d84109a75385", // v1.7.8
8-
arm64: "dc1a759ea585b795a01a41f6a7624ee7a5243eb1b7ce0858f458de9f84a51b69",
7+
amd64: "2a5be06ab620340f6957ddd180450caab414671c8b7da1996d8e2755c1cd49fa", // v1.7.9
8+
arm64: "e9d0ccf3e4e62ba15ff208ef6e0afa0ad5e323c3dfc50527342f436a85e65a55",
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://github.com/step-security/agent-ebpf/releases/download/v1.7.8/harden-runner_1.7.8_linux_${variant}.tar.gz`,
28+
`https://github.com/step-security/agent-ebpf/releases/download/v1.7.9/harden-runner_1.7.9_linux_${variant}.tar.gz`,
2929
undefined,
3030
auth
3131
);

0 commit comments

Comments
 (0)