mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-06 18:17:26 +08:00
This reverts commit d2c52297ae.
This commit is contained in:
@@ -584,9 +584,4 @@ function Build-GraalVMTable {
|
||||
"Version" = $version
|
||||
"Environment variables" = $envVariables
|
||||
}
|
||||
}
|
||||
|
||||
function Get-CodeQLVersion {
|
||||
$codeqlVersion = Run-Command "codeql version --quiet"
|
||||
return "$codeqlVersion"
|
||||
}
|
||||
@@ -159,8 +159,7 @@ $toolsList = @(
|
||||
(Get-AzureDevopsVersion),
|
||||
(Get-AWSCLIVersion),
|
||||
(Get-AWSSAMCLIVersion),
|
||||
(Get-AWSSessionManagerCLIVersion),
|
||||
(Get-CodeQLVersion)
|
||||
(Get-AWSSessionManagerCLIVersion)
|
||||
)
|
||||
|
||||
if ($os.IsLessThanMonterey) {
|
||||
|
||||
Reference in New Issue
Block a user