Skip to content

Commit c39e802

Browse files
author
Alvaro Muñoz
committed
Fix sources for tj-actions/verify-changed-files
1 parent 1df74e2 commit c39e802

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

ql/lib/codeql/actions/dataflow/FlowSources.qll

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,20 @@ class TJActionsVerifyChangedFilesSource extends RemoteFlowSource {
349349
u.getCallee() = "tj-actions/verify-changed-files" and
350350
(
351351
u.getArgument("safe_output") = "false" or
352-
u.getMajorVersion() < 17
352+
u.getMajorVersion() < 17 or
353+
u.getVersion()
354+
.matches([
355+
"54e20d3", "a9b6fd3", "30aa174", "7f1b21c", "54e20d3", "0409e18", "7da22d0",
356+
"7016858", "0409e18", "7517b83", "bad2f5d", "3b573ac", "7517b83", "f557547",
357+
"9ed3155", "f557547", "a3391b5", "a3391b5", "1d7ee97", "c432297", "6e986df",
358+
"fa6ea30", "6f40ee1", "1b13d25", "c09bcad", "fda469d", "bd1e271", "367ba21",
359+
"9dea97e", "c154cc6", "527ff75", "e8756d5", "bcb4e76", "25267f5", "ea24bfd",
360+
"f2a40ba", "197e121", "a8f1b11", "95c26dd", "97ba4cc", "68310bb", "720ba6a",
361+
"cedd709", "d68d3d2", "2e1153b", "c3dd635", "81bd1de", "31a9c74", "e981d37",
362+
"e7f801c", "e86d0b9", "ad255a4", "3a8aed1", "de910b5", "d31b2a1", "e61c6fc",
363+
"380890d", "873cfd6", "b0c60c8", "7183183", "6555389", "9828a95", "8150cee",
364+
"48ddf88"
365+
] + "%")
353366
) and
354367
this.asExpr() = u
355368
)

0 commit comments

Comments
 (0)