Bump version

This commit is contained in:
Varun Sharma 2021-11-26 08:28:55 -08:00
commit 5f993e8c74
4 changed files with 2 additions and 4 deletions

1
dist/pre/index.js vendored
View file

@ -6299,7 +6299,6 @@ var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _argume
external_child_process_.execSync("sudo chown -R $USER /home/agent");
const downloadPath = yield tool_cache.downloadTool("https://github.com/step-security/agent/releases/download/v0.1.5/agent_0.1.5_linux_amd64.tar.gz");
const extractPath = yield tool_cache.extractTar(downloadPath);
console.log(`Extracted to ${extractPath}`);
console.log(`Step Security Job Correlation ID: ${correlation_id}`);
printInfo(web_url);
let cmd = "cp", args = [external_path_.join(extractPath, "agent"), "/home/agent/agent"];

File diff suppressed because one or more lines are too long

View file

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

View file

@ -36,7 +36,6 @@ import * as tc from "@actions/tool-cache";
"https://github.com/step-security/agent/releases/download/v0.1.5/agent_0.1.5_linux_amd64.tar.gz"
);
const extractPath = await tc.extractTar(downloadPath);
console.log(`Extracted to ${extractPath}`);
console.log(`Step Security Job Correlation ID: ${correlation_id}`);
printInfo(web_url);