Skip to content

Commit 2c4df09

Browse files
WyriHaximusgithub-actions[bot]
authored andcommitted
[GitHub] Update to 1.1.4-2613abe9bea3162d3f87cc73a6dfdeed from 1.1.4-ffa2a2629ce7e409178910932d1b8231
Detected Schema changes: ``` └─┬Paths ├─┬/orgs/{org}/code-security/configurations │ ├─┬GET │ │ └─┬Responses │ │ └─┬200 │ │ └─┬application/json │ │ └─┬default │ │ └──[🔀] value (202389:7) │ └─┬POST │ └─┬Responses │ └─┬201 │ └─┬application/json │ └─┬default │ ├──[🔀] value (202435:9) │ ├──[🔀] value (202435:9) │ ├──[🔀] value (202435:9) │ ├──[🔀] value (202435:9) │ ├──[🔀] value (202435:9) │ └──[➖] value (202437:9) ├─┬/orgs/{org}/code-security/configurations/{configuration_id} │ ├─┬GET │ │ └─┬Responses │ │ └─┬200 │ │ └─┬application/json │ │ └─┬default │ │ ├──[🔀] value (202435:9) │ │ ├──[🔀] value (202435:9) │ │ ├──[🔀] value (202435:9) │ │ ├──[🔀] value (202435:9) │ │ ├──[🔀] value (202435:9) │ │ └──[➖] value (202437:9) │ └─┬PATCH │ └─┬Responses │ └─┬200 │ └─┬application/json │ └─┬default │ ├──[🔀] value (202507:9) │ ├──[🔀] value (202507:9) │ ├──[🔀] value (202507:9) │ ├──[🔀] value (202507:9) │ ├──[🔀] value (202507:9) │ └──[➖] value (202511:9) ├─┬/orgs/{org}/code-security/configurations/defaults │ └─┬GET │ └─┬Responses │ └─┬200 │ └─┬application/json │ └─┬default │ └──[🔀] value (202458:7) ├─┬/orgs/{org}/{security_product}/{enablement} │ └─┬POST │ └──[🔀] description (14963:20) └─┬/repos/{owner}/{repo}/code-security-configuration └─┬GET └─┬Responses └─┬200 └─┬application/json └─┬default └──[🔀] value (209963:9) ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | paths | 22 | 0 | Date: 09/18/24 | Commit: New: etc/specs/GitHub/previous.spec.yaml, Original: etc/specs/GitHub/current.spec.yaml - **Total Changes**: _22_ - **Modifications**: _19_ - **Removals**: _3_
1 parent de18726 commit 2c4df09

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

clients/GitHub/etc/openapi-client-generator.state

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"specHash": "ffa2a2629ce7e409178910932d1b8231",
2+
"specHash": "2613abe9bea3162d3f87cc73a6dfdeed",
33
"generatedFiles": {
44
"files": [
55
{

etc/specs/GitHub/current.spec.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14968,7 +14968,7 @@ paths:
1496814968

1496914969
The authenticated user must be an organization owner or be member of a team with the security manager role to use this endpoint.
1497014970

14971-
OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.
14971+
OAuth app tokens and personal access tokens (classic) need the `admin:org`, `write:org`, or `repo` scopes to use this endpoint.
1497214972
tags:
1497314973
- orgs
1497414974
operationId: orgs/enable-or-disable-security-product-on-all-org-repos
@@ -202402,6 +202402,7 @@ components:
202402202402
secret_scanning: enabled
202403202403
secret_scanning_push_protection: enabled
202404202404
secret_scanning_validity_checks: enabled
202405+
secret_scanning_non_provider_patterns: enabled
202405202406
private_vulnerability_reporting: enabled
202406202407
enforcement: enforced
202407202408
url: https://api.github.com/orgs/octo-org/code-security/configurations/17
@@ -202424,6 +202425,7 @@ components:
202424202425
secret_scanning: enabled
202425202426
secret_scanning_push_protection: enabled
202426202427
secret_scanning_validity_checks: disabled
202428+
secret_scanning_non_provider_patterns: disabled
202427202429
private_vulnerability_reporting: enabled
202428202430
enforcement: enforced
202429202431
url: https://api.github.com/orgs/octo-org/code-security/configurations/1326
@@ -202447,6 +202449,7 @@ components:
202447202449
secret_scanning: enabled
202448202450
secret_scanning_push_protection: disabled
202449202451
secret_scanning_validity_checks: disabled
202452+
secret_scanning_non_provider_patterns: disabled
202450202453
private_vulnerability_reporting: disabled
202451202454
enforcement: enforced
202452202455
url: https://api.github.com/orgs/octo-org/code-security/configurations/1325
@@ -202472,6 +202475,7 @@ components:
202472202475
secret_scanning: enabled
202473202476
secret_scanning_push_protection: enabled
202474202477
secret_scanning_validity_checks: enabled
202478+
secret_scanning_non_provider_patterns: enabled
202475202479
private_vulnerability_reporting: enabled
202476202480
enforcement: enforced
202477202481
url: https://api.github.com/orgs/octo-org/code-security/configurations/1325
@@ -202519,6 +202523,7 @@ components:
202519202523
secret_scanning: disabled
202520202524
secret_scanning_push_protection: disabled
202521202525
secret_scanning_validity_checks: disabled
202526+
secret_scanning_non_provider_patterns: disabled
202522202527
private_vulnerability_reporting: disabled
202523202528
enforcement: enforced
202524202529
url: https://api.github.com/orgs/octo-org/code-security/configurations/1325
@@ -209977,6 +209982,7 @@ components:
209977209982
secret_scanning: enabled
209978209983
secret_scanning_push_protection: disabled
209979209984
secret_scanning_validity_checks: disabled
209985+
secret_scanning_non_provider_patterns: disabled
209980209986
private_vulnerability_reporting: disabled
209981209987
enforcement: enforced
209982209988
url: https://api.github.com/orgs/octo-org/code-security/configurations/1325

0 commit comments

Comments
 (0)