1
0
Fork 0
mirror of synced 2026-06-05 12:35:14 +00:00

Use 0.4.1 version

Uses SHA256 to verify tools
This commit is contained in:
Varun Sharma 2021-12-14 11:07:52 -08:00
commit fe5fb9afb7
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "step-security-harden-runner",
"version": "1.0.0",
"version": "1.0.1",
"description": "GitHub Actions Runtime Security",
"main": "index.js",
"scripts": {

View file

@ -49,7 +49,7 @@ import * as tc from "@actions/tool-cache";
cp.execSync("sudo chown -R $USER /home/agent");
const downloadPath: string = await tc.downloadTool(
"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"
);
const extractPath = await tc.extractTar(downloadPath);