From a4f250d2057ca1840560654459e02757d3132ad3 Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Thu, 3 Apr 2025 18:43:08 +0200 Subject: [PATCH] [Windows] Update default CodeQL major version to v3 (#11927) --- images/windows/scripts/build/Install-CodeQLBundle.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/windows/scripts/build/Install-CodeQLBundle.ps1 b/images/windows/scripts/build/Install-CodeQLBundle.ps1 index 5ebcd67f2..7ff96569a 100644 --- a/images/windows/scripts/build/Install-CodeQLBundle.ps1 +++ b/images/windows/scripts/build/Install-CodeQLBundle.ps1 @@ -4,7 +4,7 @@ ################################################################################ # Retrieve the CLI version of the latest CodeQL bundle. -$defaults = (Invoke-RestMethod "https://raw.githubusercontent.com/github/codeql-action/v2/src/defaults.json") +$defaults = (Invoke-RestMethod "https://raw.githubusercontent.com/github/codeql-action/v3/src/defaults.json") $cliVersion = $defaults.cliVersion $tagName = "codeql-bundle-v" + $cliVersion