Skip to content

Commit

Permalink
Merge pull request #37 from step-security/sha256
Browse files Browse the repository at this point in the history
Use SHA 256 to verify tools
  • Loading branch information
varunsh-coder authored Dec 14, 2021
2 parents 4f04fa9 + 5e6c0d8 commit 99f91e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 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": "1.0.0",
"version": "1.0.1",
"description": "GitHub Actions Runtime Security",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 99f91e6

Please sign in to comment.