Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsh-coder committed Nov 26, 2021
1 parent 096db71 commit 5f993e8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion dist/pre/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/pre/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
1 change: 0 additions & 1 deletion src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5f993e8

Please sign in to comment.