You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: new dismissed_comment and fixed_at attributes on code scanning alerts, description updates, remove GHES 3.10 and 3.11 (#476)
BREAKING CHANGE: remove GHES 3.10 and 3.11
BREAKING CHANGE: The operation ID for the "List accepted assignments for an assignment" API has been changed due to a typo
Copy file name to clipboardExpand all lines: cache/api.github.com.deref.json
+60-5Lines changed: 60 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -557932,6 +557932,12 @@
557932
557932
"id"
557933
557933
]
557934
557934
},
557935
+
"dismissed_comment": {
557936
+
"type": "string",
557937
+
"description": "The dismissal comment associated with the dismissal of the alert.",
557938
+
"nullable": true,
557939
+
"maxLength": 280
557940
+
},
557935
557941
"dismissed_reason": {
557936
557942
"description": "The reason for dismissing or closing the alert.",
557937
557943
"type": "string",
@@ -557943,6 +557949,10 @@
557943
557949
null
557944
557950
]
557945
557951
},
557952
+
"fixed_at": {
557953
+
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
557954
+
"nullable": true
557955
+
},
557946
557956
"html_url": {
557947
557957
"description": "The GitHub URL of the alert resource.",
557948
557958
"type": "string",
@@ -558058,7 +558068,8 @@
558058
558068
]
558059
558069
},
558060
558070
"state": {
558061
-
"description": "State of a code scanning alert.",
558071
+
"description": "State of a code scanning alert. Events for alerts found outside the default branch will return a `null` value until they are dismissed or fixed.",
558072
+
"nullable": true,
558062
558073
"type": "string",
558063
558074
"enum": [
558064
558075
"open",
@@ -559832,6 +559843,12 @@
559832
559843
"id"
559833
559844
]
559834
559845
},
559846
+
"dismissed_comment": {
559847
+
"type": "string",
559848
+
"description": "The dismissal comment associated with the dismissal of the alert.",
559849
+
"nullable": true,
559850
+
"maxLength": 280
559851
+
},
559835
559852
"dismissed_reason": {
559836
559853
"description": "The reason for dismissing or closing the alert.",
559837
559854
"type": "string",
@@ -559843,6 +559860,10 @@
559843
559860
null
559844
559861
]
559845
559862
},
559863
+
"fixed_at": {
559864
+
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
559865
+
"nullable": true
559866
+
},
559846
559867
"html_url": {
559847
559868
"description": "The GitHub URL of the alert resource.",
559848
559869
"type": "string",
@@ -561676,6 +561697,7 @@
561676
561697
"nullable": true
561677
561698
},
561678
561699
"fixed_at": {
561700
+
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
561679
561701
"nullable": true
561680
561702
},
561681
561703
"html_url": {
@@ -561818,7 +561840,7 @@
561818
561840
]
561819
561841
},
561820
561842
"state": {
561821
-
"description": "State of a code scanning alert.",
561843
+
"description": "State of a code scanning alert. Events for alerts found outside the default branch will return a `null` value until they are dismissed or fixed.",
561822
561844
"type": "string",
561823
561845
"nullable": true,
561824
561846
"enum": [
@@ -563602,6 +563624,12 @@
563602
563624
"id"
563603
563625
]
563604
563626
},
563627
+
"dismissed_comment": {
563628
+
"type": "string",
563629
+
"description": "The dismissal comment associated with the dismissal of the alert.",
563630
+
"nullable": true,
563631
+
"maxLength": 280
563632
+
},
563605
563633
"dismissed_reason": {
563606
563634
"description": "The reason for dismissing or closing the alert.",
563607
563635
"type": "string",
@@ -563613,6 +563641,10 @@
563613
563641
null
563614
563642
]
563615
563643
},
563644
+
"fixed_at": {
563645
+
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
563646
+
"nullable": true
563647
+
},
563616
563648
"html_url": {
563617
563649
"description": "The GitHub URL of the alert resource.",
563618
563650
"type": "string",
@@ -563754,7 +563786,8 @@
563754
563786
]
563755
563787
},
563756
563788
"state": {
563757
-
"description": "State of a code scanning alert.",
563789
+
"description": "State of a code scanning alert. Events for alerts found outside the default branch will return a `null` value until they are dismissed or fixed.",
563790
+
"nullable": true,
563758
563791
"type": "string",
563759
563792
"enum": [
563760
563793
"fixed"
@@ -565440,11 +565473,21 @@
565440
565473
"type": "object",
565441
565474
"nullable": true
565442
565475
},
565476
+
"dismissed_comment": {
565477
+
"type": "string",
565478
+
"description": "The dismissal comment associated with the dismissal of the alert.",
565479
+
"nullable": true,
565480
+
"maxLength": 280
565481
+
},
565443
565482
"dismissed_reason": {
565444
565483
"description": "The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.",
565445
565484
"type": "string",
565446
565485
"nullable": true
565447
565486
},
565487
+
"fixed_at": {
565488
+
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
565489
+
"nullable": true
565490
+
},
565448
565491
"html_url": {
565449
565492
"description": "The GitHub URL of the alert resource.",
565450
565493
"type": "string",
@@ -565582,7 +565625,8 @@
565582
565625
]
565583
565626
},
565584
565627
"state": {
565585
-
"description": "State of a code scanning alert.",
565628
+
"description": "State of a code scanning alert. Events for alerts found outside the default branch will return a `null` value until they are dismissed or fixed.",
565629
+
"nullable": true,
565586
565630
"type": "string",
565587
565631
"enum": [
565588
565632
"open",
@@ -567269,10 +567313,20 @@
567269
567313
"dismissed_by": {
567270
567314
"nullable": true
567271
567315
},
567316
+
"dismissed_comment": {
567317
+
"type": "string",
567318
+
"description": "The dismissal comment associated with the dismissal of the alert.",
567319
+
"nullable": true,
567320
+
"maxLength": 280
567321
+
},
567272
567322
"dismissed_reason": {
567273
567323
"description": "The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.",
567274
567324
"nullable": true
567275
567325
},
567326
+
"fixed_at": {
567327
+
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
567328
+
"nullable": true
567329
+
},
567276
567330
"html_url": {
567277
567331
"description": "The GitHub URL of the alert resource.",
567278
567332
"type": "string",
@@ -567388,7 +567442,8 @@
567388
567442
]
567389
567443
},
567390
567444
"state": {
567391
-
"description": "State of a code scanning alert.",
567445
+
"description": "State of a code scanning alert. Events for alerts found outside the default branch will return a `null` value until they are dismissed or fixed.",
0 commit comments