Skip to content

Commit 85043d8

Browse files
authored
Merge pull request #1252 from php-api-clients/GitHubEnterpriseCloud/from-1.1.4-086edf837d1788f656cccf1db324ddf9-from-1.1.4-086edf837d1788f656cccf1db324ddf9
2 parents f908c2f + 926d7c3 commit 85043d8

Some content is hidden

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

46 files changed

+1715
-88
lines changed

clients/GitHubEnterpriseCloud/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15845,6 +15845,28 @@ $client->operations()->codeScanning()->getSarif( owner: 'generated',
1584515845
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-information-about-a-sarif-upload).
1584615846

1584715847

15848+
### code-security/get-configuration-for-repository
15849+
15850+
Get the code security configuration associated with a repository
15851+
15852+
Using the `call` method:
15853+
```php
15854+
$client->call('GET /repos/{owner}/{repo}/code-security-configuration', [
15855+
'owner' => 'generated',
15856+
'repo' => 'generated',
15857+
]);
15858+
```
15859+
15860+
Operations method:
15861+
```php
15862+
$client->operations()->codeSecurity()->getConfigurationForRepository( owner: 'generated',
15863+
repo: 'generated',
15864+
);
15865+
```
15866+
15867+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository).
15868+
15869+
1584815870
### repos/codeowners-errors
1584915871

1585015872
List CODEOWNERS errors

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

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

clients/GitHubEnterpriseCloud/src/Client.php

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

clients/GitHubEnterpriseCloud/src/ClientInterface.php

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

0 commit comments

Comments
 (0)