We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4246e commit 47a66e1Copy full SHA for 47a66e1
ql/lib/codeql/actions/ast/internal/Ast.qll
@@ -1290,6 +1290,8 @@ class MatrixAccessPathImpl extends TMatrixAccessPathNode {
1290
}
1291
1292
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
1295
YamlMappingLikeNode root, MatrixAccessPathImpl accessPath
1296
) {
1297
// access path contains no dots. eg: "os"
0 commit comments