Skip to content

Commit fe5fb9a

Browse files
committed
Use 0.4.1 version
Uses SHA256 to verify tools
1 parent 4f04fa9 commit fe5fb9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "step-security-harden-runner",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "GitHub Actions Runtime Security",
55
"main": "index.js",
66
"scripts": {

src/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import * as tc from "@actions/tool-cache";
4949
cp.execSync("sudo chown -R $USER /home/agent");
5050

5151
const downloadPath: string = await tc.downloadTool(
52-
"https://github.com/step-security/agent/releases/download/v0.4.0/agent_0.4.0_linux_amd64.tar.gz"
52+
"https://github.com/step-security/agent/releases/download/v0.4.1/agent_0.4.1_linux_amd64.tar.gz"
5353
);
5454
const extractPath = await tc.extractTar(downloadPath);
5555

0 commit comments

Comments
 (0)