Skip to content

Commit 99f91e6

Browse files
Merge pull request #37 from step-security/sha256
Use SHA 256 to verify tools
2 parents 4f04fa9 + 5e6c0d8 commit 99f91e6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/pre/index.js

Lines changed: 1 addition & 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": "1.0.0",
3+
"version": "1.0.1",
44
"description": "GitHub Actions Runtime Security",
55
"main": "index.js",
66
"scripts": {

src/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import * as tc from "@actions/tool-cache";
4949
cp.execSync("sudo chown -R $USER /home/agent");
5050

5151
const downloadPath: string = await tc.downloadTool(
52-
"https://github.com/step-security/agent/releases/download/v0.4.0/agent_0.4.0_linux_amd64.tar.gz"
52+
"https://github.com/step-security/agent/releases/download/v0.4.1/agent_0.4.1_linux_amd64.tar.gz"
5353
);
5454
const extractPath = await tc.extractTar(downloadPath);
5555

0 commit comments

Comments
 (0)