Skip to content

Commit 47a66e1

Browse files
author
Alvaro Muñoz
committed
Add TODO
1 parent 1b4246e commit 47a66e1

File tree

1 file changed

+2
-0
lines changed
  • ql/lib/codeql/actions/ast/internal

1 file changed

+2
-0
lines changed

ql/lib/codeql/actions/ast/internal/Ast.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,6 +1290,8 @@ class MatrixAccessPathImpl extends TMatrixAccessPathNode {
12901290
}
12911291

12921292
private YamlMappingLikeNode resolveMatrixAccessPath(
1293+
// TODO: support `include` and `exclude` keys
1294+
// https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#expanding-or-adding-matrix-configurations
12931295
YamlMappingLikeNode root, MatrixAccessPathImpl accessPath
12941296
) {
12951297
// access path contains no dots. eg: "os"

0 commit comments

Comments
 (0)