You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The number of the pull request for the results you want to list.
3300
+
///
3301
+
/// - Remark: Generated from `#/components/parameters/pr-alias`.
3302
+
publictypealiaspr_hyphen_alias=Swift.Int
3299
3303
/// The number that identifies an alert. You can find this at the end of the URL for a code scanning alert within GitHub, and in the `number` field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation.
3300
3304
///
3301
3305
/// - Remark: Generated from `#/components/parameters/alert-number`.
@@ -3899,6 +3903,10 @@ public enum Operations {
3899
3903
///
3900
3904
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/code-scanning/alerts/GET/query/ref`.
/// - page: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
3934
3942
/// - per_page: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
3935
3943
/// - ref: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/<branch name>` or simply `<branch name>`. To reference a pull request use `refs/pull/<number>/merge`.
3944
+
/// - pr: The number of the pull request for the results you want to list.
3936
3945
/// - direction: The direction to sort the results by.
3937
3946
/// - sort: The property by which to sort the results.
3938
3947
/// - state: If specified, only code scanning alerts with this state will be returned.
/// - page: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
4724
4739
/// - per_page: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
4725
4740
/// - ref: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/<branch name>` or simply `<branch name>`. To reference a pull request use `refs/pull/<number>/merge`.
4741
+
/// - pr: The number of the pull request for the results you want to list.
/// The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/<branch name>` or simply `<branch name>`. To reference a pull request use `refs/pull/<number>/merge`.
4983
5005
///
4984
5006
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/code-scanning/analyses/GET/query/ref`.
@@ -5011,6 +5033,7 @@ public enum Operations {
5011
5033
/// - tool_guid: The GUID of a code scanning tool. Only results by this tool will be listed. Note that some code scanning tools may not include a GUID in their analysis data. You can specify the tool by using either `tool_guid` or `tool_name`, but not both.
5012
5034
/// - page: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
5013
5035
/// - per_page: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
5036
+
/// - pr: The number of the pull request for the results you want to list.
5014
5037
/// - ref: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/<branch name>` or simply `<branch name>`. To reference a pull request use `refs/pull/<number>/merge`.
5015
5038
/// - sarif_id: Filter analyses belonging to the same SARIF upload.
5016
5039
/// - direction: The direction to sort the results by.
0 commit comments