mirror of
https://github.com/github/codeql-action.git
synced 2025-12-31 19:50:32 +08:00
Rebuild
This commit is contained in:
@@ -286,8 +286,8 @@ export function mockBundleDownloadApi({
|
||||
process.platform === "win32"
|
||||
? "win64"
|
||||
: process.platform === "linux"
|
||||
? "linux64"
|
||||
: "osx64";
|
||||
? "linux64"
|
||||
: "osx64";
|
||||
|
||||
const baseUrl = apiDetails?.url ?? "https://example.com";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user