[macOS] Added CodeQL (#6059)

* Go update to version 1.19

* Revert "Go update to version 1.19"

This reverts commit ec418d789fc24ec3597d5c5d8cd1f98fea9ee7b4.

* Update of Go packages. Version 1.19.0 added.

* Revert "Update of Go packages. Version 1.19.0 added."

This reverts commit cc970ae8296ac7c608ce2c0c29f60131cd4f9678.

* [macOS] Added CodeQL to macOS 11 and 12.

Co-authored-by: Erik Bershel <[email protected]>
This commit is contained in:
Erik Bershel
2022-08-11 16:46:59 +02:00
committed by GitHub
co-authored by Erik Bershel
parent 1c49c133ea
commit d2c52297ae
5 changed files with 17 additions and 3 deletions
+6
View File
@@ -137,4 +137,10 @@ Describe "VirtualBox" -Skip:($os.IsBigSur) {
It "Check kext kernel modules" {
kextstat | Out-String | Should -Match "org.virtualbox.kext"
}
}
Describe "codeql" {
It "codeql" {
"codeql version" | Should -ReturnZeroExitCode
}
}