Skip to content

Commit 5f993e8

Browse files
committed
Bump version
1 parent 096db71 commit 5f993e8

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

dist/pre/index.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pre/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "0.1.0",
3+
"version": "0.3.0",
44
"description": "GitHub Actions Runtime Security",
55
"main": "index.js",
66
"scripts": {

src/setup.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ import * as tc from "@actions/tool-cache";
3636
"https://github.com/step-security/agent/releases/download/v0.1.5/agent_0.1.5_linux_amd64.tar.gz"
3737
);
3838
const extractPath = await tc.extractTar(downloadPath);
39-
console.log(`Extracted to ${extractPath}`);
4039

4140
console.log(`Step Security Job Correlation ID: ${correlation_id}`);
4241
printInfo(web_url);

0 commit comments

Comments
 (0)