mirror of
https://github.com/actions/runner-images.git
synced 2026-01-04 01:03:18 +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:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user