Skip to content

[GitHub] Update to 1.1.4-79bfc552fc9431ae453024109bc3424d from 1.1.4-9bdf0d87b61dcb75ec907d0344bd6b72 #1251

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
22 changes: 22 additions & 0 deletions clients/GitHub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13503,6 +13503,28 @@ $client->operations()->codeScanning()->getSarif( owner: 'generated',
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).


### code-security/get-configuration-for-repository

Get the code security configuration associated with a repository

Using the `call` method:
```php
$client->call('GET /repos/{owner}/{repo}/code-security-configuration', [
'owner' => 'generated',
'repo' => 'generated',
]);
```

Operations method:
```php
$client->operations()->codeSecurity()->getConfigurationForRepository( owner: 'generated',
repo: 'generated',
);
```

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).


### repos/codeowners-errors

List CODEOWNERS errors
Expand Down
98 changes: 59 additions & 39 deletions clients/GitHub/etc/openapi-client-generator.state

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion clients/GitHub/src/Client.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion clients/GitHub/src/ClientInterface.php

Large diffs are not rendered by default.

Loading
Loading