There was an error while loading. Please reload this page.
1 parent fc94335 commit a35c5f5Copy full SHA for a35c5f5
1 file changed
actions/ql/lib/codeql/actions/ast/internal/Ast.qll
@@ -1878,7 +1878,7 @@ class MatrixExpressionImpl extends SimpleReferenceExpressionImpl {
1878
resolveMatrixAccessPath(s.getMatrix(), p).getNode(_) = v.getNode()
1879
or
1880
resolveMatrixAccessPath(
1881
- s.getMatrix().lookup("include").(YamlSequence).getElementNode(_).(YamlMappingLikeNode),
+ s.getMatrix().lookup("include").(YamlSequence).getElementNode(_),
1882
p
1883
).getNode(_) = v.getNode()
1884
) and
0 commit comments