@@ -21793,29 +21793,15 @@
2179321793 "example": { "issues": "read", "deployments": "write" }
2179421794 },
2179521795 "events": {
21796- "description": "The list of events for the GitHub app",
21796+ "description": "The list of events for the GitHub app. Note that the `installation_target`, `security_advisory`, and `meta` events are not included because they are global events and not specific to an installation. ",
2179721797 "type": "array",
2179821798 "items": { "type": "string" },
2179921799 "examples": ["label", "deployment"]
2180021800 },
2180121801 "installations_count": {
21802- "description": "The number of installations associated with the GitHub app",
21802+ "description": "The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself. ",
2180321803 "type": "integer",
2180421804 "examples": [5]
21805- },
21806- "client_secret": {
21807- "type": "string",
21808- "examples": ["\"1d4b2097ac622ba702d19de498f005747a8b21d3\""]
21809- },
21810- "webhook_secret": {
21811- "type": ["string", "null"],
21812- "examples": ["\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\""]
21813- },
21814- "pem": {
21815- "type": "string",
21816- "examples": [
21817- "\"-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\n-----END RSA PRIVATE KEY-----\\n\""
21818- ]
2181921805 }
2182021806 },
2182121807 "required": [
2274922735 "anonymous_access_enabled": {
2275022736 "type": "boolean",
2275122737 "description": "Whether anonymous git access is enabled for this repository"
22738+ },
22739+ "code_search_index_status": {
22740+ "type": "object",
22741+ "description": "The status of the code search index for this repository",
22742+ "properties": {
22743+ "lexical_search_ok": { "type": "boolean" },
22744+ "lexical_commit_sha": { "type": "string" }
22745+ }
2275222746 }
2275322747 },
2275422748 "required": [
3898538979 },
3898638980 "content_type": { "type": "string" },
3898738981 "size": { "type": "integer" },
38982+ "digest": { "type": ["string", "null"] },
3898838983 "download_count": { "type": "integer" },
3898938984 "created_at": { "type": "string", "format": "date-time" },
3899038985 "updated_at": { "type": "string", "format": "date-time" },
3900038995 "name",
3900138996 "content_type",
3900238997 "size",
38998+ "digest",
3900338999 "state",
3900439000 "url",
3900539001 "node_id",
4747247468 },
4747347469 "node_id": { "type": "string" },
4747447470 "size": { "type": "integer" },
47471+ "digest": { "type": ["string", "null"] },
4747547472 "state": {
4747647473 "description": "State of the release asset.",
4747747474 "type": "string",
4753147528 "name",
4753247529 "label",
4753347530 "state",
47531+ "digest",
4753447532 "content_type",
4753547533 "size",
4753647534 "download_count",
4769147689 "state",
4769247690 "content_type",
4769347691 "size",
47692+ "digest",
4769447693 "download_count",
4769547694 "created_at",
4769647695 "updated_at"
4770847707 },
4770947708 "node_id": { "type": "string" },
4771047709 "size": { "type": "integer" },
47710+ "digest": { "type": ["string", "null"] },
4771147711 "state": {
4771247712 "description": "State of the release asset.",
4771347713 "type": "string",
6010760107 "type": "string",
6010860108 "enum": ["Bot", "User", "Organization"]
6010960109 },
60110- "url": { "type": "string", "format": "uri" }
60110+ "url": { "type": "string", "format": "uri" },
60111+ "user_view_type": { "type": "string" }
6011160112 },
6011260113 "required": ["login", "id"]
6011360114 }
@@ -64975,31 +64976,10 @@
6497564976 "user_view_type": { "type": "string" }
6497664977 },
6497764978 "required": ["login", "id"]
64978- }
64979+ },
64980+ "type": { "$ref": "#/components/schemas/issue-type" }
6497964981 },
64980- "required": [
64981- "url",
64982- "repository_url",
64983- "labels_url",
64984- "comments_url",
64985- "events_url",
64986- "html_url",
64987- "id",
64988- "node_id",
64989- "number",
64990- "title",
64991- "user",
64992- "assignees",
64993- "milestone",
64994- "comments",
64995- "created_at",
64996- "updated_at",
64997- "closed_at",
64998- "author_association",
64999- "active_lock_reason",
65000- "body",
65001- "reactions"
65002- ]
64982+ "required": ["id", "number"]
6500364983 },
6500464984 "old_repository": {
6500564985 "title": "Repository",
@@ -112996,6 +112976,7 @@
112996112976 "name",
112997112977 "label",
112998112978 "state",
112979+ "digest",
112999112980 "content_type",
113000112981 "size",
113001112982 "download_count",
@@ -113018,6 +112999,7 @@
113018112999 },
113019113000 "node_id": { "type": "string" },
113020113001 "size": { "type": "integer" },
113002+ "digest": { "type": ["string", "null"] },
113021113003 "state": {
113022113004 "description": "State of the release asset.",
113023113005 "type": "string",
@@ -121133,6 +121115,7 @@
121133121115 "cookie": "https://github.githubassets.com/images/icons/emoji/unicode/1f36a.png?v8",
121134121116 "cool": "https://github.githubassets.com/images/icons/emoji/unicode/1f192.png?v8",
121135121117 "cop": "https://github.githubassets.com/images/icons/emoji/unicode/1f46e.png?v8",
121118+ "copilot": "https://github.githubassets.com/images/icons/emoji/copilot.png?v8",
121136121119 "copyright": "https://github.githubassets.com/images/icons/emoji/unicode/00a9.png?v8",
121137121120 "corn": "https://github.githubassets.com/images/icons/emoji/unicode/1f33d.png?v8",
121138121121 "costa_rica": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e8-1f1f7.png?v8",
@@ -139717,6 +139700,7 @@
139717139700 "state": "uploaded",
139718139701 "content_type": "application/zip",
139719139702 "size": 1024,
139703+ "digest": "sha256:2151b604e3429bff440b9fbc03eb3617bc2603cda96c95b9bb05277f9ddba255",
139720139704 "download_count": 42,
139721139705 "created_at": "2013-02-27T19:35:32Z",
139722139706 "updated_at": "2013-02-27T19:35:32Z",
@@ -139795,6 +139779,7 @@
139795139779 "state": "uploaded",
139796139780 "content_type": "application/zip",
139797139781 "size": 1024,
139782+ "digest": "sha256:2151b604e3429bff440b9fbc03eb3617bc2603cda96c95b9bb05277f9ddba255",
139798139783 "download_count": 42,
139799139784 "created_at": "2013-02-27T19:35:32Z",
139800139785 "updated_at": "2013-02-27T19:35:32Z",
@@ -139833,6 +139818,7 @@
139833139818 "state": "uploaded",
139834139819 "content_type": "application/zip",
139835139820 "size": 1024,
139821+ "digest": "sha256:2151b604e3429bff440b9fbc03eb3617bc2603cda96c95b9bb05277f9ddba255",
139836139822 "download_count": 42,
139837139823 "created_at": "2013-02-27T19:35:32Z",
139838139824 "updated_at": "2013-02-27T19:35:32Z",
@@ -139876,6 +139862,7 @@
139876139862 "state": "uploaded",
139877139863 "content_type": "application/zip",
139878139864 "size": 1024,
139865+ "digest": "sha256:2151b604e3429bff440b9fbc03eb3617bc2603cda96c95b9bb05277f9ddba255",
139879139866 "download_count": 42,
139880139867 "created_at": "2013-02-27T19:35:32Z",
139881139868 "updated_at": "2013-02-27T19:35:32Z",
@@ -139913,6 +139900,7 @@
139913139900 "state": "uploaded",
139914139901 "content_type": "application/zip",
139915139902 "size": 1024,
139903+ "digest": "sha256:2151b604e3429bff440b9fbc03eb3617bc2603cda96c95b9bb05277f9ddba255",
139916139904 "download_count": 42,
139917139905 "created_at": "2013-02-27T19:35:32Z",
139918139906 "updated_at": "2013-02-27T19:35:32Z",
@@ -145588,6 +145576,20 @@
145588145576 "description": "A comma-separated list of package names. If specified, only alerts for these packages will be returned.",
145589145577 "schema": { "type": "string" }
145590145578 },
145579+ "dependabot-alert-comma-separated-has": {
145580+ "name": "has",
145581+ "in": "query",
145582+ "description": "Filters the list of alerts based on whether the alert has the given value. If specified, only alerts meeting this criterion will be returned.\nMultiple `has` filters can be passed to filter for alerts that have all of the values. Currently, only `patch` is supported.",
145583+ "schema": {
145584+ "oneOf": [
145585+ { "type": "string" },
145586+ {
145587+ "type": "array",
145588+ "items": { "type": "string", "enum": ["patch"] }
145589+ }
145590+ ]
145591+ }
145592+ },
145591145593 "dependabot-alert-scope": {
145592145594 "name": "scope",
145593145595 "in": "query",
@@ -145662,16 +145664,6 @@
145662145664 "required": false,
145663145665 "schema": { "type": "string" }
145664145666 },
145665- "advanced-security-product": {
145666- "name": "advanced_security_product",
145667- "in": "query",
145668- "description": "The security feature to get GitHub Advanced Security active committers for.",
145669- "required": false,
145670- "schema": {
145671- "type": "string",
145672- "enum": ["code_security", "secret_protection"]
145673- }
145674- },
145675145667 "enterprise-security-product": {
145676145668 "name": "security_product",
145677145669 "in": "path",
0 commit comments