[Windows] Update default CodeQL major version to v3 (#11927)

This commit is contained in:
Angela P Wen
2025-04-03 18:43:08 +02:00
committed by GitHub
parent 6675dd9c7c
commit a4f250d205

View File

@@ -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