Skip to content
Merged
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 @@ -15289,11 +15289,23 @@
"description": "Whether the property is required."
},
"default_value": {
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"description": "Default value of the property",
"type": [
"null",
"string",
"null"
],
"description": "Default value of the property"
"array"
]
},
"description": {
"type": [
Expand Down Expand Up @@ -97734,11 +97746,23 @@
"description": "Whether the property is required."
},
"default_value": {
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"description": "Default value of the property",
"type": [
"null",
"string",
"null"
],
"description": "Default value of the property"
"array"
]
},
"description": {
"type": [
Expand Down Expand Up @@ -99426,7 +99450,7 @@
"properties": {
"alerts_threshold": {
"type": "string",
"description": "The threshold at which code scanning results that introduce alerts block a ref update.",
"description": "The severity level at which code scanning results that raise alerts block a reference update. For more information on alert severity levels, see \"[About code scanning alerts](https://docs.github.com/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels).\"",
"enum": [
"none",
"errors",
Expand All @@ -99436,7 +99460,7 @@
},
"security_alerts_threshold": {
"type": "string",
"description": "The threshold at which code scanning results that introduce security alerts block a ref update.",
"description": "The severity level at which code scanning results that raise security alerts block a reference update. For more information on security severity levels, see \"[About code scanning alerts](https://docs.github.com/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels).\"",
"enum": [
"none",
"critical",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11083,10 +11083,16 @@ paths:
type: boolean
description: Whether the property is required.
default_value:
oneOf:
- type: string
- type: array
items:
type: string
description: Default value of the property
type:
- string
- 'null'
description: Default value of the property
- string
- array
description:
type:
- string
Expand Down Expand Up @@ -70561,10 +70567,16 @@ components:
type: boolean
description: Whether the property is required.
default_value:
oneOf:
- type: string
- type: array
items:
type: string
description: Default value of the property
type:
- string
- 'null'
description: Default value of the property
- string
- array
description:
type:
- string
Expand Down Expand Up @@ -71807,17 +71819,19 @@ components:
properties:
alerts_threshold:
type: string
description: The threshold at which code scanning results that introduce
alerts block a ref update.
description: The severity level at which code scanning results that raise
alerts block a reference update. For more information on alert severity
levels, see "[About code scanning alerts](https://docs.github.com/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels)."
enum:
- none
- errors
- errors_and_warnings
- all
security_alerts_threshold:
type: string
description: The threshold at which code scanning results that introduce
security alerts block a ref update.
description: The severity level at which code scanning results that raise
security alerts block a reference update. For more information on security
severity levels, see "[About code scanning alerts](https://docs.github.com/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels)."
enum:
- none
- critical
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15289,11 +15289,23 @@
"description": "Whether the property is required."
},
"default_value": {
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"description": "Default value of the property",
"type": [
"null",
"string",
"null"
],
"description": "Default value of the property"
"array"
]
},
"description": {
"type": [
Expand Down Expand Up @@ -97734,11 +97746,23 @@
"description": "Whether the property is required."
},
"default_value": {
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"description": "Default value of the property",
"type": [
"null",
"string",
"null"
],
"description": "Default value of the property"
"array"
]
},
"description": {
"type": [
Expand Down Expand Up @@ -99426,7 +99450,7 @@
"properties": {
"alerts_threshold": {
"type": "string",
"description": "The threshold at which code scanning results that introduce alerts block a ref update.",
"description": "The severity level at which code scanning results that raise alerts block a reference update. For more information on alert severity levels, see \"[About code scanning alerts](https://docs.github.com/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels).\"",
"enum": [
"none",
"errors",
Expand All @@ -99436,7 +99460,7 @@
},
"security_alerts_threshold": {
"type": "string",
"description": "The threshold at which code scanning results that introduce security alerts block a ref update.",
"description": "The severity level at which code scanning results that raise security alerts block a reference update. For more information on security severity levels, see \"[About code scanning alerts](https://docs.github.com/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels).\"",
"enum": [
"none",
"critical",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11083,10 +11083,16 @@ paths:
type: boolean
description: Whether the property is required.
default_value:
oneOf:
- type: string
- type: array
items:
type: string
description: Default value of the property
type:
- string
- 'null'
description: Default value of the property
- string
- array
description:
type:
- string
Expand Down Expand Up @@ -70561,10 +70567,16 @@ components:
type: boolean
description: Whether the property is required.
default_value:
oneOf:
- type: string
- type: array
items:
type: string
description: Default value of the property
type:
- string
- 'null'
description: Default value of the property
- string
- array
description:
type:
- string
Expand Down Expand Up @@ -71807,17 +71819,19 @@ components:
properties:
alerts_threshold:
type: string
description: The threshold at which code scanning results that introduce
alerts block a ref update.
description: The severity level at which code scanning results that raise
alerts block a reference update. For more information on alert severity
levels, see "[About code scanning alerts](https://docs.github.com/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels)."
enum:
- none
- errors
- errors_and_warnings
- all
security_alerts_threshold:
type: string
description: The threshold at which code scanning results that introduce
security alerts block a ref update.
description: The severity level at which code scanning results that raise
security alerts block a reference update. For more information on security
severity levels, see "[About code scanning alerts](https://docs.github.com/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels)."
enum:
- none
- critical
Expand Down
Loading