1
0
Fork 0
mirror of synced 2026-06-05 19:08:19 +00:00

use GitHub release instead of packages

This commit is contained in:
Varun Sharma 2025-09-06 07:54:01 -07:00
commit e3d3f2baea
3 changed files with 5 additions and 3 deletions

2
dist/pre/index.js vendored
View file

@ -88034,7 +88034,7 @@ function installAgent(isTLS, configStr) {
encoding: "utf8",
});
if (isTLS) {
downloadPath = yield tool_cache.downloadTool(`https://packages.stepsecurity.io/github-hosted/harden-runner_1.6.23_linux_${variant}.tar.gz`);
downloadPath = yield tool_cache.downloadTool(`https://github.com/step-security/agent-ebpf/releases/download/v1.6.23/harden-runner_1.6.23_linux_${variant}.tar.gz`, undefined, auth);
}
else {
if (variant === "arm64") {

File diff suppressed because one or more lines are too long

View file

@ -25,7 +25,9 @@ export async function installAgent(
if (isTLS) {
downloadPath = await tc.downloadTool(
`https://packages.stepsecurity.io/github-hosted/harden-runner_1.6.23_linux_${variant}.tar.gz`
`https://github.com/step-security/agent-ebpf/releases/download/v1.6.23/harden-runner_1.6.23_linux_${variant}.tar.gz`,
undefined,
auth
);
} else {
if (variant === "arm64") {