Skip to content

Commit f908c2f

Browse files
authored
Merge pull request #1251 from php-api-clients/GitHub/from-1.1.4-79bfc552fc9431ae453024109bc3424d-from-1.1.4-79bfc552fc9431ae453024109bc3424d
2 parents d6dfbfd + 3e3118b commit f908c2f

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

+1714
-87
lines changed

clients/GitHub/README.md

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

1350513505

13506+
### code-security/get-configuration-for-repository
13507+
13508+
Get the code security configuration associated with a repository
13509+
13510+
Using the `call` method:
13511+
```php
13512+
$client->call('GET /repos/{owner}/{repo}/code-security-configuration', [
13513+
'owner' => 'generated',
13514+
'repo' => 'generated',
13515+
]);
13516+
```
13517+
13518+
Operations method:
13519+
```php
13520+
$client->operations()->codeSecurity()->getConfigurationForRepository( owner: 'generated',
13521+
repo: 'generated',
13522+
);
13523+
```
13524+
13525+
You can find more about this operation over at the [API method documentation](https://docs.github.com/rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository).
13526+
13527+
1350613528
### repos/codeowners-errors
1350713529

1350813530
List CODEOWNERS errors

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

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

clients/GitHub/src/Client.php

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

clients/GitHub/src/ClientInterface.php

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

0 commit comments

Comments
 (0)