Skip to content

Commit 19a4426

Browse files
authored
[GitHubEnterpriseCloud] Update to 1.1.4 (hash: e8d9bcccd8d66263420bbd8cfe524c32) from 1.1.4 (hash: b807e1aa55a31493f276a1c45eb359fa)
Detected Schema changes: ERROR: error: Error thrown when comparing: local lookups are not permitted, please set AllowFileLookup to true in the configuration ERROR: local lookups are not permitted, please set AllowFileLookup to true in the configuration ERROR: component 'server-statistics-actions.yaml' does not exist in the specification ERROR: local lookups are not permitted, please set AllowFileLookup to true in the configuration ERROR: component 'server-statistics-packages.yaml' does not exist in the specification ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [218225:11] ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [218227:11] ERROR: local lookups are not permitted, please set AllowFileLookup to true in the configuration ERROR: component 'server-statistics-actions.yaml' does not exist in the specification ERROR: local lookups are not permitted, please set AllowFileLookup to true in the configuration ERROR: component 'server-statistics-packages.yaml' does not exist in the specification ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [218124:11] ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [218126:11]
1 parent cdff56d commit 19a4426

File tree

140 files changed

+1950
-972
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+1950
-972
lines changed

clients/GitHubEnterpriseCloud/README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7200,6 +7200,38 @@ $client->operations()->secretScanning()->listAlertsForOrg( org: 'generate
72007200
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization).
72017201

72027202

7203+
### security-advisories/list-org-repository-advisories
7204+
7205+
List repository security advisories for an organization
7206+
7207+
Using the `call` method:
7208+
```php
7209+
$client->call('GET /orgs/{org}/security-advisories', [
7210+
'org' => 'generated',
7211+
'before' => 'generated',
7212+
'after' => 'generated',
7213+
'state' => 'generated',
7214+
'direction' => 'generated',
7215+
'sort' => 'generated',
7216+
'per_page' => 8,
7217+
]);
7218+
```
7219+
7220+
Operations method:
7221+
```php
7222+
$client->operations()->securityAdvisories()->listOrgRepositoryAdvisories( org: 'generated',
7223+
before: 'generated',
7224+
after: 'generated',
7225+
state: 'generated',
7226+
direction: 'generated',
7227+
sort: 'generated',
7228+
per_page: 8,
7229+
);
7230+
```
7231+
7232+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization).
7233+
7234+
72037235
### orgs/list-security-manager-teams
72047236

72057237
List security manager teams

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

clients/GitHubEnterpriseCloud/src/Client.php

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

clients/GitHubEnterpriseCloud/src/ClientInterface.php

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)