豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit fa2e9d6

Browse files
Release v2.16.0 (#646)
1 parent 58077d3 commit fa2e9d6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ branding:
3737
icon: "check-square"
3838
color: "green"
3939
runs:
40-
using: "node20"
40+
using: "node24"
4141
pre: "dist/pre/index.js"
4242
main: "dist/index.js"
4343
post: "dist/post/index.js"

dist/pre/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85396,7 +85396,7 @@ const CHECKSUMS = {
8539685396
arm64: "f9192788e86b2e44b795f072e8cc03eec9852649609aeedac0761d3b67c991fa",
8539785397
},
8539885398
non_tls: {
85399-
amd64: "23715f2485c16e2a2ad116abf0fe8443788c62e4f5f224c5858b0b41b591fc89", // v0.14.3
85399+
amd64: "1531bda40026b799b0704d0f775c372653a91fe436628fa8b416849d9c0707a8", // v0.14.4
8540085400
},
8540185401
darwin: "797399a3a3f6f9c4c000a02e0d8c7b16499129c9bdc2ad9cf2a10072c10654fb",
8540285402
windows: {
@@ -85471,7 +85471,7 @@ function installAgent(isTLS, configStr) {
8547185471
console.log(ARM64_RUNNER_MESSAGE);
8547285472
return false;
8547385473
}
85474-
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);
85474+
downloadPath = yield tool_cache.downloadTool("https://github.com/step-security/agent/releases/download/v0.14.4/agent_0.14.4_linux_amd64.tar.gz", undefined, auth);
8547585475
}
8547685476
if (!verifyChecksum(downloadPath, isTLS, variant, "linux")) {
8547785477
return false;

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: "23715f2485c16e2a2ad116abf0fe8443788c62e4f5f224c5858b0b41b591fc89", // v0.14.3
11+
amd64: "1531bda40026b799b0704d0f775c372653a91fe436628fa8b416849d9c0707a8", // v0.14.4
1212
},
1313
darwin: "797399a3a3f6f9c4c000a02e0d8c7b16499129c9bdc2ad9cf2a10072c10654fb", // v0.0.4
1414
windows: {

src/install-agent.ts

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

0 commit comments

Comments
 (0)