We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f04fa9 commit fe5fb9aCopy full SHA for fe5fb9a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "step-security-harden-runner",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "GitHub Actions Runtime Security",
5
"main": "index.js",
6
"scripts": {
src/setup.ts
@@ -49,7 +49,7 @@ import * as tc from "@actions/tool-cache";
49
cp.execSync("sudo chown -R $USER /home/agent");
50
51
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"
+ "https://github.com/step-security/agent/releases/download/v0.4.1/agent_0.4.1_linux_amd64.tar.gz"
53
);
54
const extractPath = await tc.extractTar(downloadPath);
55
0 commit comments