Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -99794,6 +99794,13 @@
"not_set"
]
},
"code_scanning_options": {
"type": [
"object",
"null"
],
"description": "Feature options for code scanning"
},
"code_scanning_default_setup": {
"type": "string",
"description": "The enablement status of code scanning default setup",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72255,6 +72255,11 @@ components:
- enabled
- disabled
- not_set
code_scanning_options:
type:
- object
- 'null'
description: Feature options for code scanning
code_scanning_default_setup:
type: string
description: The enablement status of code scanning default setup
Expand Down
7 changes: 7 additions & 0 deletions descriptions-next/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -99794,6 +99794,13 @@
"not_set"
]
},
"code_scanning_options": {
"type": [
"object",
"null"
],
"description": "Feature options for code scanning"
},
"code_scanning_default_setup": {
"type": "string",
"description": "The enablement status of code scanning default setup",
Expand Down
5 changes: 5 additions & 0 deletions descriptions-next/api.github.com/api.github.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72255,6 +72255,11 @@ components:
- enabled
- disabled
- not_set
code_scanning_options:
type:
- object
- 'null'
description: Feature options for code scanning
code_scanning_default_setup:
type: string
description: The enablement status of code scanning default setup
Expand Down
Loading