Skip to content

Commit dba6f0b

Browse files
committed
Accept DB consistency check for now
Failure tracked in https://github.com/github/codeql-team/issues/3655
1 parent 4743dfa commit dba6f0b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[VALUE_NOT_IN_TYPE] predicate yaml(@yaml_node id, int kind, @yaml_node_parent parent, int idx, string tag, string tostring): Value -16777216 of field parent is not in type @yaml_node_parent. Appears in tuple (-16777215,0,-16777216,1,"tag:yaml.org,2002:bool","on")
2+
[VALUE_NOT_IN_TYPE] predicate yaml(@yaml_node id, int kind, @yaml_node_parent parent, int idx, string tag, string tostring): Value -16777216 of field parent is not in type @yaml_node_parent. Appears in tuple (-16777214,0,-16777216,-1,"tag:yaml.org,2002:str","pull_request_target")
3+
[VALUE_NOT_IN_TYPE] predicate yaml(@yaml_node id, int kind, @yaml_node_parent parent, int idx, string tag, string tostring): Value -16777216 of field parent is not in type @yaml_node_parent. Appears in tuple (-16777213,0,-16777216,2,"tag:yaml.org,2002:str","jobs")
4+
[VALUE_NOT_IN_TYPE] predicate yaml(@yaml_node id, int kind, @yaml_node_parent parent, int idx, string tag, string tostring): Value -16777212 of field parent is not in type @yaml_node_parent. Appears in tuple (-16777211,0,-16777212,1,"tag:yaml.org,2002:str","test")
5+
[VALUE_NOT_IN_TYPE] predicate yaml(@yaml_node id, int kind, @yaml_node_parent parent, int idx, string tag, string tostring): Value -16777212 of field parent is not in type @yaml_node_parent. Appears in tuple (-16777210,1,-16777212,-1,"tag:yaml.org,2002:map","runs-on ... -latest")

0 commit comments

Comments
 (0)