mirror of
https://github.com/step-security/harden-runner.git
synced 2026-06-06 06:17:07 +00:00
update agent version
This commit is contained in:
parent
f0cb479b0f
commit
42a3378d67
4 changed files with 7 additions and 7 deletions
6
dist/pre/index.js
vendored
6
dist/pre/index.js
vendored
|
|
@ -88007,8 +88007,8 @@ var external_crypto_ = __nccwpck_require__(6417);
|
|||
|
||||
const CHECKSUMS = {
|
||||
tls: {
|
||||
amd64: "fcfcba43b5a7e1e4d5f8959e502c67883b22d6ab7a608c70a07d5a2454bce6fd",
|
||||
arm64: "17a392ff3715d88bc6e9f55895ea9f65b57004a9ae39f520e750ae27c50e0f0c",
|
||||
amd64: "19f9609508c3a9ded9e766babb5a05986d5641263d2f497c2012c8550e7e1176",
|
||||
arm64: "dd122c47149b666726c2534aa5cb88b1baf1bc9e0519c9919839936b02cc5552",
|
||||
},
|
||||
non_tls: {
|
||||
amd64: "336093af8ebe969567b66fd035af3bd4f7e1c723ce680d6b4b5b2a1f79bc329e", // v0.14.2
|
||||
|
|
@ -88061,7 +88061,7 @@ function installAgent(isTLS, configStr) {
|
|||
encoding: "utf8",
|
||||
});
|
||||
if (isTLS) {
|
||||
downloadPath = yield tool_cache.downloadTool(`https://packages.stepsecurity.io/github-hosted/harden-runner_1.6.6_linux_${variant}.tar.gz`);
|
||||
downloadPath = yield tool_cache.downloadTool(`https://packages.stepsecurity.io/github-hosted/harden-runner_1.6.9_linux_${variant}.tar.gz`);
|
||||
}
|
||||
else {
|
||||
if (variant === "arm64") {
|
||||
|
|
|
|||
2
dist/pre/index.js.map
vendored
2
dist/pre/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -4,8 +4,8 @@ import * as fs from "fs";
|
|||
|
||||
const CHECKSUMS = {
|
||||
tls: {
|
||||
amd64: "fcfcba43b5a7e1e4d5f8959e502c67883b22d6ab7a608c70a07d5a2454bce6fd", // v1.6.6
|
||||
arm64: "17a392ff3715d88bc6e9f55895ea9f65b57004a9ae39f520e750ae27c50e0f0c",
|
||||
amd64: "19f9609508c3a9ded9e766babb5a05986d5641263d2f497c2012c8550e7e1176", // v1.6.9
|
||||
arm64: "dd122c47149b666726c2534aa5cb88b1baf1bc9e0519c9919839936b02cc5552",
|
||||
},
|
||||
non_tls: {
|
||||
amd64: "336093af8ebe969567b66fd035af3bd4f7e1c723ce680d6b4b5b2a1f79bc329e", // v0.14.2
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ export async function installAgent(
|
|||
|
||||
if (isTLS) {
|
||||
downloadPath = await tc.downloadTool(
|
||||
`https://packages.stepsecurity.io/github-hosted/harden-runner_1.6.6_linux_${variant}.tar.gz`
|
||||
`https://packages.stepsecurity.io/github-hosted/harden-runner_1.6.9_linux_${variant}.tar.gz`
|
||||
);
|
||||
} else {
|
||||
if (variant === "arm64") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue