Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/gitlab/install-sfw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import path from "node:path";
import { commandPath, exportShellEnv } from "./shell.js";
import type { InstallCommand, RunInstallEntry } from "./types.js";

const SFW_VERSION = "v1.12.0";
const SFW_VERSION = "v1.13.1";
const SFW_RELEASE_BASE = `https://github.com/SocketDev/sfw-free/releases/download/${SFW_VERSION}`;
const DOWNLOAD_TIMEOUT_MS = 60_000;
type DownloadClient = typeof httpGet;
Expand Down
2 changes: 1 addition & 1 deletion src/install-sfw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import type { Inputs } from "./types.js";
// reproducibility. For stricter supply-chain hygiene, users can compose
// `socketdev/action@<sha>` ahead of this action — see README "Advanced:
// stricter supply chain via socketdev/action".
const SFW_VERSION = "v1.12.0";
const SFW_VERSION = "v1.13.1";
const SFW_RELEASE_BASE = `https://github.com/SocketDev/sfw-free/releases/download/${SFW_VERSION}`;
const INSTALL_MAX_ROUNDS = 2;
const INSTALL_RETRY_DELAY_MS = 2000;
Expand Down
Loading