1
0
Fork 0
mirror of synced 2026-06-05 12:55:14 +00:00

refactor: use agent 0.0.1

This commit is contained in:
Jatin 2026-01-29 13:58:34 +05:30
commit 8a6170d7ba
No known key found for this signature in database
GPG key ID: 0C17698EE30CA603
3 changed files with 3 additions and 3 deletions

2
dist/pre/index.js vendored
View file

@ -88094,7 +88094,7 @@ function installMacosAgent(confgStr) {
external_fs_.writeFileSync("/opt/step-security/agent.json", confgStr);
lib_core.info("✓ Successfully created agent.json at /opt/step-security/agent.json");
// Download installer package
const downloadUrl = "https://github.com/step-security/agent-releases/releases/download/v1.0.0-int/macos-installer-0.0.1-rc4.tar.gz";
const downloadUrl = "https://github.com/step-security/agent-releases/releases/download/v1.0.0-int/macos-installer-0.0.1.tar.gz";
lib_core.info(`Downloading macOS installer.. : ${downloadUrl}`);
const downloadPath = yield tool_cache.downloadTool(downloadUrl);
lib_core.info(`✓ Successfully downloaded installer to: ${downloadPath}`);

File diff suppressed because one or more lines are too long

View file

@ -86,7 +86,7 @@ export async function installMacosAgent(confgStr: string): Promise<boolean> {
// Download installer package
const downloadUrl =
"https://github.com/step-security/agent-releases/releases/download/v1.0.0-int/macos-installer-0.0.1-rc4.tar.gz";
"https://github.com/step-security/agent-releases/releases/download/v1.0.0-int/macos-installer-0.0.1.tar.gz";
core.info(`Downloading macOS installer.. : ${downloadUrl}`);
const downloadPath = await tc.downloadTool(downloadUrl);
core.info(`✓ Successfully downloaded installer to: ${downloadPath}`);