Skip to content

Commit 5ef0c07

Browse files
Merge pull request #635 from step-security/rc-34
v2.14.2
2 parents e3f713f + eb43c7b commit 5ef0c07

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dist/pre/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85499,7 +85499,7 @@ const CHECKSUMS = {
8549985499
arm64: "f9192788e86b2e44b795f072e8cc03eec9852649609aeedac0761d3b67c991fa",
8550085500
},
8550185501
non_tls: {
85502-
amd64: "336093af8ebe969567b66fd035af3bd4f7e1c723ce680d6b4b5b2a1f79bc329e", // v0.14.2
85502+
amd64: "23715f2485c16e2a2ad116abf0fe8443788c62e4f5f224c5858b0b41b591fc89", // v0.14.3
8550385503
},
8550485504
};
8550585505
function verifyChecksum(downloadPath, isTLS, variant) {
@@ -85556,7 +85556,7 @@ function installAgent(isTLS, configStr) {
8555685556
console.log(ARM64_RUNNER_MESSAGE);
8555785557
return false;
8555885558
}
85559-
downloadPath = yield tool_cache.downloadTool("https://github.com/step-security/agent/releases/download/v0.14.2/agent_0.14.2_linux_amd64.tar.gz", undefined, auth);
85559+
downloadPath = yield tool_cache.downloadTool("https://github.com/step-security/agent/releases/download/v0.14.3/agent_0.14.3_linux_amd64.tar.gz", undefined, auth);
8556085560
}
8556185561
verifyChecksum(downloadPath, isTLS, variant);
8556285562
const extractPath = yield tool_cache.extractTar(downloadPath);

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const CHECKSUMS = {
88
arm64: "f9192788e86b2e44b795f072e8cc03eec9852649609aeedac0761d3b67c991fa",
99
},
1010
non_tls: {
11-
amd64: "336093af8ebe969567b66fd035af3bd4f7e1c723ce680d6b4b5b2a1f79bc329e", // v0.14.2
11+
amd64: "23715f2485c16e2a2ad116abf0fe8443788c62e4f5f224c5858b0b41b591fc89", // v0.14.3
1212
},
1313
};
1414

src/install-agent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export async function installAgent(
3535
return false;
3636
}
3737
downloadPath = await tc.downloadTool(
38-
"https://github.com/step-security/agent/releases/download/v0.14.2/agent_0.14.2_linux_amd64.tar.gz",
38+
"https://github.com/step-security/agent/releases/download/v0.14.3/agent_0.14.3_linux_amd64.tar.gz",
3939
undefined,
4040
auth
4141
);

0 commit comments

Comments
 (0)