Skip to content

Commit fc5a670

Browse files
author
Alvaro Muñoz
committed
Add github.event.sender.login as an Actor source
1 parent e03ba55 commit fc5a670

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ql/lib/codeql/actions/security/ControlChecks.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ class ActorIfCheck extends ActorCheck instanceof If {
179179
.regexpFind([
180180
"\\bgithub\\.event\\.pull_request\\.user\\.login\\b",
181181
"\\bgithub\\.event\\.head_commit\\.author\\.name\\b",
182-
"\\bgithub\\.event\\.commits.*\\.author\\.name\\b"
182+
"\\bgithub\\.event\\.commits.*\\.author\\.name\\b",
183+
"\\bgithub\\.event\\.sender\\.login\\b"
183184
], _, _)
184185
)
185186
or

0 commit comments

Comments
 (0)