From 201151d4ed0ce34c1d99c66091ff1cf72784dd83 Mon Sep 17 00:00:00 2001 From: Nicolas Will Date: Wed, 12 Mar 2025 11:42:09 +0100 Subject: [PATCH] Update QLT release download URL --- scripts/build_codeql_bundle_dist.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_codeql_bundle_dist.ps1 b/scripts/build_codeql_bundle_dist.ps1 index 1e9547e..a3956d0 100644 --- a/scripts/build_codeql_bundle_dist.ps1 +++ b/scripts/build_codeql_bundle_dist.ps1 @@ -20,7 +20,7 @@ if (-not (Test-Path $DestinationDirectory)) { } # download a copy of the release from GitHub -gh release download "v$Version" --repo https://github.com/kraiouchkine/codeql-bundle -D $WorkDirectory -A zip +gh release download "v$Version" --repo https://github.com/advanced-security/codeql-bundle -D $WorkDirectory -A zip # extract the zip file Expand-Archive -Path "$WorkDirectory\codeql-bundle-$Version.zip" -DestinationPath $WorkDirectory