We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1efc78 commit cee0389Copy full SHA for cee0389
ql/lib/codeql/actions/security/SelfHostedQuery.qll
@@ -6,7 +6,7 @@ predicate isGithubHostedRunner(string runner) {
6
// list of github hosted repos: https://github.com/actions/runner-images/blob/main/README.md#available-images
7
runner
8
.toLowerCase()
9
- .regexpMatch("^(ubuntu-([0-9.]+|latest)|macos-([0-9]+|latest)(-x?large)?|windows-([0-9.]+|latest)|(buildjet|warp)-[a-z0-9-]+)$")
+ .regexpMatch("^(ubuntu-([0-9.]+|latest)|macos-([0-9]+|latest)(-x?large)?|windows-([0-9.]+|latest))$")
10
}
11
12
bindingset[runner]
0 commit comments