[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 <[email protected]>
This commit is contained in:
co-authored by
Erik Bershel
parent
1c49c133ea
commit
d2c52297ae
@@ -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