From 7f16853715b02ec6f134752f2145d3b70dec8f0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20Loba=C4=8Devski?= Date: Thu, 18 Jun 2026 12:11:18 +0000 Subject: [PATCH] Remove trailing white space --- actions/ql/lib/codeql/actions/security/ControlChecks.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/ql/lib/codeql/actions/security/ControlChecks.qll b/actions/ql/lib/codeql/actions/security/ControlChecks.qll index 5a57e59c317..0181aab8a64 100644 --- a/actions/ql/lib/codeql/actions/security/ControlChecks.qll +++ b/actions/ql/lib/codeql/actions/security/ControlChecks.qll @@ -105,7 +105,7 @@ abstract class ControlCheck extends AstNode { or // When the node is inside a (possibly nested) reusable workflow, // all direct callers for this event must be protected along their caller chain. - exists(ExternalJob directCaller | + exists(ExternalJob directCaller | directCaller = node.getEnclosingWorkflow().(ReusableWorkflow).getACaller() and directCaller.getATriggerEvent() = event ) and