Skip to content

Commit 2dc4536

Browse files
authored
Merge branch 'main' into repo-sync
2 parents 1a59e16 + f0d21ee commit 2dc4536

2 files changed

Lines changed: 24 additions & 4 deletions

File tree

lib/rest/static/dereferenced/api.github.com.deref.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181300,16 +181300,26 @@
181300181300
"type": "string",
181301181301
"enum": [
181302181302
"pending",
181303-
"complete"
181303+
"complete",
181304+
"failed"
181304181305
],
181305-
"description": "`pending` files have not yet been processed, while `complete` means all results in the SARIF have been stored."
181306+
"description": "`pending` files have not yet been processed, while `complete` means results from the SARIF have been stored. `failed` files have either not been processed at all, or could only be partially processed."
181306181307
},
181307181308
"analyses_url": {
181308181309
"type": "string",
181309181310
"description": "The REST API URL for getting the analyses associated with the upload.",
181310181311
"format": "uri",
181311181312
"readOnly": true,
181312181313
"nullable": true
181314+
},
181315+
"errors": {
181316+
"type": "array",
181317+
"items": {
181318+
"type": "string"
181319+
},
181320+
"description": "Any errors that ocurred during processing of the delivery.",
181321+
"readOnly": true,
181322+
"nullable": true
181313181323
}
181314181324
}
181315181325
},

lib/rest/static/dereferenced/github.ae.deref.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132639,16 +132639,26 @@
132639132639
"type": "string",
132640132640
"enum": [
132641132641
"pending",
132642-
"complete"
132642+
"complete",
132643+
"failed"
132643132644
],
132644-
"description": "`pending` files have not yet been processed, while `complete` means all results in the SARIF have been stored."
132645+
"description": "`pending` files have not yet been processed, while `complete` means results from the SARIF have been stored. `failed` files have either not been processed at all, or could only be partially processed."
132645132646
},
132646132647
"analyses_url": {
132647132648
"type": "string",
132648132649
"description": "The REST API URL for getting the analyses associated with the upload.",
132649132650
"format": "uri",
132650132651
"readOnly": true,
132651132652
"nullable": true
132653+
},
132654+
"errors": {
132655+
"type": "array",
132656+
"items": {
132657+
"type": "string"
132658+
},
132659+
"description": "Any errors that ocurred during processing of the delivery.",
132660+
"readOnly": true,
132661+
"nullable": true
132652132662
}
132653132663
}
132654132664
},

0 commit comments

Comments
 (0)