We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e03ba55 commit fc5a670Copy full SHA for fc5a670
1 file changed
ql/lib/codeql/actions/security/ControlChecks.qll
@@ -179,7 +179,8 @@ class ActorIfCheck extends ActorCheck instanceof If {
179
.regexpFind([
180
"\\bgithub\\.event\\.pull_request\\.user\\.login\\b",
181
"\\bgithub\\.event\\.head_commit\\.author\\.name\\b",
182
- "\\bgithub\\.event\\.commits.*\\.author\\.name\\b"
+ "\\bgithub\\.event\\.commits.*\\.author\\.name\\b",
183
+ "\\bgithub\\.event\\.sender\\.login\\b"
184
], _, _)
185
)
186
or
0 commit comments