Skip to content

Commit 2264350

Browse files
authored
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
1 parent c4ba32b commit 2264350

39 files changed

+1265
-7289147
lines changed

cache/api.github.com.deref.json

Lines changed: 60 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -557932,6 +557932,12 @@
557932557932
"id"
557933557933
]
557934557934
},
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+
},
557935557941
"dismissed_reason": {
557936557942
"description": "The reason for dismissing or closing the alert.",
557937557943
"type": "string",
@@ -557943,6 +557949,10 @@
557943557949
null
557944557950
]
557945557951
},
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+
},
557946557956
"html_url": {
557947557957
"description": "The GitHub URL of the alert resource.",
557948557958
"type": "string",
@@ -558058,7 +558068,8 @@
558058558068
]
558059558069
},
558060558070
"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,
558062558073
"type": "string",
558063558074
"enum": [
558064558075
"open",
@@ -559832,6 +559843,12 @@
559832559843
"id"
559833559844
]
559834559845
},
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+
},
559835559852
"dismissed_reason": {
559836559853
"description": "The reason for dismissing or closing the alert.",
559837559854
"type": "string",
@@ -559843,6 +559860,10 @@
559843559860
null
559844559861
]
559845559862
},
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+
},
559846559867
"html_url": {
559847559868
"description": "The GitHub URL of the alert resource.",
559848559869
"type": "string",
@@ -561676,6 +561697,7 @@
561676561697
"nullable": true
561677561698
},
561678561699
"fixed_at": {
561700+
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
561679561701
"nullable": true
561680561702
},
561681561703
"html_url": {
@@ -561818,7 +561840,7 @@
561818561840
]
561819561841
},
561820561842
"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.",
561822561844
"type": "string",
561823561845
"nullable": true,
561824561846
"enum": [
@@ -563602,6 +563624,12 @@
563602563624
"id"
563603563625
]
563604563626
},
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+
},
563605563633
"dismissed_reason": {
563606563634
"description": "The reason for dismissing or closing the alert.",
563607563635
"type": "string",
@@ -563613,6 +563641,10 @@
563613563641
null
563614563642
]
563615563643
},
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+
},
563616563648
"html_url": {
563617563649
"description": "The GitHub URL of the alert resource.",
563618563650
"type": "string",
@@ -563754,7 +563786,8 @@
563754563786
]
563755563787
},
563756563788
"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,
563758563791
"type": "string",
563759563792
"enum": [
563760563793
"fixed"
@@ -565440,11 +565473,21 @@
565440565473
"type": "object",
565441565474
"nullable": true
565442565475
},
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+
},
565443565482
"dismissed_reason": {
565444565483
"description": "The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.",
565445565484
"type": "string",
565446565485
"nullable": true
565447565486
},
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+
},
565448565491
"html_url": {
565449565492
"description": "The GitHub URL of the alert resource.",
565450565493
"type": "string",
@@ -565582,7 +565625,8 @@
565582565625
]
565583565626
},
565584565627
"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,
565586565630
"type": "string",
565587565631
"enum": [
565588565632
"open",
@@ -567269,10 +567313,20 @@
567269567313
"dismissed_by": {
567270567314
"nullable": true
567271567315
},
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+
},
567272567322
"dismissed_reason": {
567273567323
"description": "The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.",
567274567324
"nullable": true
567275567325
},
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+
},
567276567330
"html_url": {
567277567331
"description": "The GitHub URL of the alert resource.",
567278567332
"type": "string",
@@ -567388,7 +567442,8 @@
567388567442
]
567389567443
},
567390567444
"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.",
567446+
"nullable": true,
567392567447
"type": "string",
567393567448
"enum": [
567394567449
"open",

0 commit comments

Comments
 (0)