Skip to content

Commit

Permalink
Bump agent version
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsh-coder committed Aug 11, 2022
1 parent 44e2b75 commit a9777df
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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/checksum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function verifyChecksum(downloadPath: string) {
.digest("hex"); // checksum of downloaded file

const expectedChecksum: string =
"57129d2819fba56392954fd3a71d4eca5b0979e212f6fc1e798b26ceed831e8e"; // checksum for v0.10.2
"2a65aa1423e36c53b0ccea732e280de72cd2f1584d876e385402abecac3c6807"; // checksum for v0.10.3

if (checksum !== expectedChecksum) {
core.setFailed(
Expand Down
2 changes: 1 addition & 1 deletion src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ import isDocker from "is-docker";
let auth = `token ${token}`;

const downloadPath: string = await tc.downloadTool(
"https://github.com/step-security/agent/releases/download/v0.10.2/agent_0.10.2_linux_amd64.tar.gz",
"https://github.com/step-security/agent/releases/download/v0.10.3/agent_0.10.3_linux_amd64.tar.gz",
undefined,
auth
);
Expand Down

0 comments on commit a9777df

Please sign in to comment.