mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
[Windows] Update default CodeQL major version to v3 (#11927)
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Retrieve the CLI version of the latest CodeQL bundle.
|
# 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
|
$cliVersion = $defaults.cliVersion
|
||||||
$tagName = "codeql-bundle-v" + $cliVersion
|
$tagName = "codeql-bundle-v" + $cliVersion
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user