mirror of
https://github.com/github/codeql.git
synced 2026-01-09 12:40:25 +01:00
Resolve conflicts after rebasing
This commit is contained in:
@@ -14,7 +14,7 @@ string selfHostedRunnerRegexp() {
|
||||
*/
|
||||
predicate staticallyIdentifiedSelfHostedRunner(Job job) {
|
||||
exists(string label |
|
||||
job.getATriggerEvent() =
|
||||
job.getATriggerEvent().getName() =
|
||||
["pull_request", "pull_request_review", "pull_request_review_comment", "pull_request_target"] and
|
||||
label = job.getARunsOnLabel() and
|
||||
not label.regexpMatch(selfHostedRunnerRegexp())
|
||||
|
||||
Reference in New Issue
Block a user