Skip to content

Commit

Permalink
Merge pull request #51 from step-security/source-change-detection
Browse files Browse the repository at this point in the history
Source change detection
  • Loading branch information
varunsh-coder authored Jan 12, 2022
2 parents ca575d3 + 6aab476 commit 14dc64f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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.7.2/agent_0.7.2_linux_amd64.tar.gz"
"https://github.com/step-security/agent/releases/download/v0.8.6/agent_0.8.6_linux_amd64.tar.gz"
);
const extractPath = await tc.extractTar(downloadPath);

Expand Down

0 comments on commit 14dc64f

Please sign in to comment.