We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad18659 commit 9078b51Copy full SHA for 9078b51
1 file changed
actions/ql/lib/codeql/actions/security/SelfHostedQuery.qll
@@ -5,7 +5,7 @@ predicate isGithubHostedRunner(string runner) {
5
// list of github hosted repos: https://github.com/actions/runner-images/blob/main/README.md#available-images
6
runner
7
.toLowerCase()
8
- .regexpMatch("^(ubuntu-([0-9.]+|latest)|macos-([0-9]+|latest)(-x?large)?|windows-([0-9.]+|latest))$")
+ .regexpMatch("^(ubuntu-([0-9.]+|latest)(-arm)?|macos-([0-9]+|latest)(-x?large|-intel)?|windows-([0-9.]+|latest)(-arm|-vs[0-9.]+)?)$")
9
}
10
11
bindingset[runner]
0 commit comments