mirror of
https://github.com/actions/runner-images.git
synced 2025-12-28 12:48:21 +08:00
[macOS] Added CodeQL (#6059)
* Go update to version 1.19 * Revert "Go update to version 1.19" This reverts commitec418d789f. * Update of Go packages. Version 1.19.0 added. * Revert "Update of Go packages. Version 1.19.0 added." This reverts commitcc970ae829. * [macOS] Added CodeQL to macOS 11 and 12. Co-authored-by: Erik Bershel <110455084+re-gent@users.noreply.github.com>
This commit is contained in:
@@ -584,4 +584,9 @@ function Build-GraalVMTable {
|
||||
"Version" = $version
|
||||
"Environment variables" = $envVariables
|
||||
}
|
||||
}
|
||||
|
||||
function Get-CodeQLVersion {
|
||||
$codeqlVersion = Run-Command "codeql version --quiet"
|
||||
return "$codeqlVersion"
|
||||
}
|
||||
Reference in New Issue
Block a user