|
10700 | 10700 | } |
10701 | 10701 | ] |
10702 | 10702 | }, |
| 10703 | + { |
| 10704 | + "type": "string or null", |
| 10705 | + "name": "dismissed_comment", |
| 10706 | + "description": "<p>The dismissal comment associated with the dismissal of the alert.</p>" |
| 10707 | + }, |
10703 | 10708 | { |
10704 | 10709 | "type": "string or null", |
10705 | 10710 | "name": "dismissed_reason", |
|
10712 | 10717 | null |
10713 | 10718 | ] |
10714 | 10719 | }, |
| 10720 | + { |
| 10721 | + "type": "null", |
| 10722 | + "name": "fixed_at", |
| 10723 | + "description": "<p>The time that the alert was fixed in ISO 8601 format: <code>YYYY-MM-DDTHH:MM:SSZ</code>.</p>" |
| 10724 | + }, |
10715 | 10725 | { |
10716 | 10726 | "type": "string", |
10717 | 10727 | "name": "html_url", |
@@ -10853,14 +10863,15 @@ |
10853 | 10863 | ] |
10854 | 10864 | }, |
10855 | 10865 | { |
10856 | | - "type": "string", |
| 10866 | + "type": "string or null", |
10857 | 10867 | "name": "state", |
10858 | | - "description": "<p>State of a code scanning alert.</p>", |
| 10868 | + "description": "<p>State of a code scanning alert. Events for alerts found outside the default branch will return a <code>null</code> value until they are dismissed or fixed.</p>", |
10859 | 10869 | "isRequired": true, |
10860 | 10870 | "enum": [ |
10861 | 10871 | "open", |
10862 | 10872 | "dismissed", |
10863 | | - "fixed" |
| 10873 | + "fixed", |
| 10874 | + null |
10864 | 10875 | ] |
10865 | 10876 | }, |
10866 | 10877 | { |
|
11110 | 11121 | } |
11111 | 11122 | ] |
11112 | 11123 | }, |
| 11124 | + { |
| 11125 | + "type": "string or null", |
| 11126 | + "name": "dismissed_comment", |
| 11127 | + "description": "<p>The dismissal comment associated with the dismissal of the alert.</p>" |
| 11128 | + }, |
11113 | 11129 | { |
11114 | 11130 | "type": "string or null", |
11115 | 11131 | "name": "dismissed_reason", |
|
11122 | 11138 | null |
11123 | 11139 | ] |
11124 | 11140 | }, |
| 11141 | + { |
| 11142 | + "type": "null", |
| 11143 | + "name": "fixed_at", |
| 11144 | + "description": "<p>The time that the alert was fixed in ISO 8601 format: <code>YYYY-MM-DDTHH:MM:SSZ</code>.</p>" |
| 11145 | + }, |
11125 | 11146 | { |
11126 | 11147 | "type": "string", |
11127 | 11148 | "name": "html_url", |
|
11444 | 11465 | { |
11445 | 11466 | "type": "null", |
11446 | 11467 | "name": "fixed_at", |
11447 | | - "description": "" |
| 11468 | + "description": "<p>The time that the alert was fixed in ISO 8601 format: <code>YYYY-MM-DDTHH:MM:SSZ</code>.</p>" |
11448 | 11469 | }, |
11449 | 11470 | { |
11450 | 11471 | "type": "string", |
|
11619 | 11640 | { |
11620 | 11641 | "type": "string or null", |
11621 | 11642 | "name": "state", |
11622 | | - "description": "<p>State of a code scanning alert.</p>", |
| 11643 | + "description": "<p>State of a code scanning alert. Events for alerts found outside the default branch will return a <code>null</code> value until they are dismissed or fixed.</p>", |
11623 | 11644 | "isRequired": true, |
11624 | 11645 | "enum": [ |
11625 | 11646 | "open", |
|
11884 | 11905 | } |
11885 | 11906 | ] |
11886 | 11907 | }, |
| 11908 | + { |
| 11909 | + "type": "string or null", |
| 11910 | + "name": "dismissed_comment", |
| 11911 | + "description": "<p>The dismissal comment associated with the dismissal of the alert.</p>" |
| 11912 | + }, |
11887 | 11913 | { |
11888 | 11914 | "type": "string or null", |
11889 | 11915 | "name": "dismissed_reason", |
|
11896 | 11922 | null |
11897 | 11923 | ] |
11898 | 11924 | }, |
| 11925 | + { |
| 11926 | + "type": "null", |
| 11927 | + "name": "fixed_at", |
| 11928 | + "description": "<p>The time that the alert was fixed in ISO 8601 format: <code>YYYY-MM-DDTHH:MM:SSZ</code>.</p>" |
| 11929 | + }, |
11899 | 11930 | { |
11900 | 11931 | "type": "string", |
11901 | 11932 | "name": "html_url", |
@@ -12067,12 +12098,13 @@ |
12067 | 12098 | ] |
12068 | 12099 | }, |
12069 | 12100 | { |
12070 | | - "type": "string", |
| 12101 | + "type": "string or null", |
12071 | 12102 | "name": "state", |
12072 | | - "description": "<p>State of a code scanning alert.</p>", |
| 12103 | + "description": "<p>State of a code scanning alert. Events for alerts found outside the default branch will return a <code>null</code> value until they are dismissed or fixed.</p>", |
12073 | 12104 | "isRequired": true, |
12074 | 12105 | "enum": [ |
12075 | | - "fixed" |
| 12106 | + "fixed", |
| 12107 | + null |
12076 | 12108 | ] |
12077 | 12109 | }, |
12078 | 12110 | { |
@@ -12208,12 +12240,22 @@ |
12208 | 12240 | "description": "", |
12209 | 12241 | "isRequired": true |
12210 | 12242 | }, |
| 12243 | + { |
| 12244 | + "type": "string or null", |
| 12245 | + "name": "dismissed_comment", |
| 12246 | + "description": "<p>The dismissal comment associated with the dismissal of the alert.</p>" |
| 12247 | + }, |
12211 | 12248 | { |
12212 | 12249 | "type": "string or null", |
12213 | 12250 | "name": "dismissed_reason", |
12214 | 12251 | "description": "<p>The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>", |
12215 | 12252 | "isRequired": true |
12216 | 12253 | }, |
| 12254 | + { |
| 12255 | + "type": "null", |
| 12256 | + "name": "fixed_at", |
| 12257 | + "description": "<p>The time that the alert was fixed in ISO 8601 format: <code>YYYY-MM-DDTHH:MM:SSZ</code>.</p>" |
| 12258 | + }, |
12217 | 12259 | { |
12218 | 12260 | "type": "string", |
12219 | 12261 | "name": "html_url", |
@@ -12380,14 +12422,15 @@ |
12380 | 12422 | ] |
12381 | 12423 | }, |
12382 | 12424 | { |
12383 | | - "type": "string", |
| 12425 | + "type": "string or null", |
12384 | 12426 | "name": "state", |
12385 | | - "description": "<p>State of a code scanning alert.</p>", |
| 12427 | + "description": "<p>State of a code scanning alert. Events for alerts found outside the default branch will return a <code>null</code> value until they are dismissed or fixed.</p>", |
12386 | 12428 | "isRequired": true, |
12387 | 12429 | "enum": [ |
12388 | 12430 | "open", |
12389 | 12431 | "dismissed", |
12390 | | - "fixed" |
| 12432 | + "fixed", |
| 12433 | + null |
12391 | 12434 | ] |
12392 | 12435 | }, |
12393 | 12436 | { |
@@ -12523,12 +12566,22 @@ |
12523 | 12566 | "description": "", |
12524 | 12567 | "isRequired": true |
12525 | 12568 | }, |
| 12569 | + { |
| 12570 | + "type": "string or null", |
| 12571 | + "name": "dismissed_comment", |
| 12572 | + "description": "<p>The dismissal comment associated with the dismissal of the alert.</p>" |
| 12573 | + }, |
12526 | 12574 | { |
12527 | 12575 | "type": "null", |
12528 | 12576 | "name": "dismissed_reason", |
12529 | 12577 | "description": "<p>The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>", |
12530 | 12578 | "isRequired": true |
12531 | 12579 | }, |
| 12580 | + { |
| 12581 | + "type": "null", |
| 12582 | + "name": "fixed_at", |
| 12583 | + "description": "<p>The time that the alert was fixed in ISO 8601 format: <code>YYYY-MM-DDTHH:MM:SSZ</code>.</p>" |
| 12584 | + }, |
12532 | 12585 | { |
12533 | 12586 | "type": "string", |
12534 | 12587 | "name": "html_url", |
@@ -12670,13 +12723,14 @@ |
12670 | 12723 | ] |
12671 | 12724 | }, |
12672 | 12725 | { |
12673 | | - "type": "string", |
| 12726 | + "type": "string or null", |
12674 | 12727 | "name": "state", |
12675 | | - "description": "<p>State of a code scanning alert.</p>", |
| 12728 | + "description": "<p>State of a code scanning alert. Events for alerts found outside the default branch will return a <code>null</code> value until they are dismissed or fixed.</p>", |
12676 | 12729 | "isRequired": true, |
12677 | 12730 | "enum": [ |
12678 | 12731 | "open", |
12679 | | - "fixed" |
| 12732 | + "fixed", |
| 12733 | + null |
12680 | 12734 | ] |
12681 | 12735 | }, |
12682 | 12736 | { |
|
0 commit comments