Skip to content

Commit f80bea9

Browse files
WyriHaximusgithub-actions[bot]
authored andcommitted
[GitHubEnterpriseCloud] Update to 1.1.4-f4435e8f9fc01b5ac4711efd22f2b783 from 1.1.4-7adb0053077410f1b1c872d9cf17b27d
Detected Schema changes: 2025-03-12 20:30:20 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-actions.yaml └ error: open /__w/github-root/github-root/server-statistics-actions.yaml: no such file or directory 2025-03-12 20:30:20 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-packages.yaml └ error: open /__w/github-root/github-root/server-statistics-packages.yaml: no such file or directory 2025-03-12 20:30:20 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-advisory-db.yaml └ error: open /__w/github-root/github-root/server-statistics-advisory-db.yaml: no such file or directory 2025-03-12 20:30:22 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-actions.yaml └ error: open /__w/github-root/github-root/server-statistics-actions.yaml: no such file or directory 2025-03-12 20:30:22 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-packages.yaml └ error: open /__w/github-root/github-root/server-statistics-packages.yaml: no such file or directory 2025-03-12 20:30:22 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-advisory-db.yaml └ error: open /__w/github-root/github-root/server-statistics-advisory-db.yaml: no such file or directory ERROR: component `server-statistics-actions.yaml` does not exist in the specification ERROR: component `server-statistics-packages.yaml` does not exist in the specification ERROR: component `server-statistics-advisory-db.yaml` does not exist in the specification ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: $.['server-statistics-actions.yaml'] [216601:11] ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: $.['server-statistics-packages.yaml'] [216603:11] ERROR: cannot resolve reference `server-statistics-advisory-db.yaml`, it's missing: $.['server-statistics-advisory-db.yaml'] [216605:11] ERROR: component `server-statistics-actions.yaml` does not exist in the specification ERROR: component `server-statistics-packages.yaml` does not exist in the specification ERROR: component `server-statistics-advisory-db.yaml` does not exist in the specification ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: $.['server-statistics-actions.yaml'] [216424:11] ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: $.['server-statistics-packages.yaml'] [216426:11] ERROR: cannot resolve reference `server-statistics-advisory-db.yaml`, it's missing: $.['server-statistics-advisory-db.yaml'] [216428:11]
1 parent f932221 commit f80bea9

File tree

54 files changed

+7190
-315
lines changed

Some content is hidden

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

54 files changed

+7190
-315
lines changed

clients/GitHubEnterpriseCloud/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -10711,6 +10711,7 @@ $client->call('GET /orgs/{org}/personal-access-token-requests', [
1071110711
'permission' => 'generated',
1071210712
'last_used_before' => '1970-01-01T00:00:00+00:00',
1071310713
'last_used_after' => '1970-01-01T00:00:00+00:00',
10714+
'token_id' => ,
1071410715
'per_page' => 8,
1071510716
'page' => 1,
1071610717
'sort' => 'generated',
@@ -10726,6 +10727,7 @@ $client->operations()->orgs()->listPatGrantRequests( org: 'generated',
1072610727
permission: 'generated',
1072710728
last_used_before: '1970-01-01T00:00:00+00:00',
1072810729
last_used_after: '1970-01-01T00:00:00+00:00',
10730+
token_id: ,
1072910731
per_page: 8,
1073010732
page: 1,
1073110733
sort: 'generated',
@@ -10749,6 +10751,7 @@ $client->call('LIST /orgs/{org}/personal-access-token-requests', [
1074910751
'permission' => 'generated',
1075010752
'last_used_before' => '1970-01-01T00:00:00+00:00',
1075110753
'last_used_after' => '1970-01-01T00:00:00+00:00',
10754+
'token_id' => ,
1075210755
'per_page' => 8,
1075310756
'page' => 1,
1075410757
'sort' => 'generated',
@@ -10764,6 +10767,7 @@ $client->operations()->orgs()->listPatGrantRequestsListing( org: 'generat
1076410767
permission: 'generated',
1076510768
last_used_before: '1970-01-01T00:00:00+00:00',
1076610769
last_used_after: '1970-01-01T00:00:00+00:00',
10770+
token_id: ,
1076710771
per_page: 8,
1076810772
page: 1,
1076910773
sort: 'generated',
@@ -10881,6 +10885,7 @@ $client->call('GET /orgs/{org}/personal-access-tokens', [
1088110885
'permission' => 'generated',
1088210886
'last_used_before' => '1970-01-01T00:00:00+00:00',
1088310887
'last_used_after' => '1970-01-01T00:00:00+00:00',
10888+
'token_id' => ,
1088410889
'per_page' => 8,
1088510890
'page' => 1,
1088610891
'sort' => 'generated',
@@ -10896,6 +10901,7 @@ $client->operations()->orgs()->listPatGrants( org: 'generated',
1089610901
permission: 'generated',
1089710902
last_used_before: '1970-01-01T00:00:00+00:00',
1089810903
last_used_after: '1970-01-01T00:00:00+00:00',
10904+
token_id: ,
1089910905
per_page: 8,
1090010906
page: 1,
1090110907
sort: 'generated',
@@ -10919,6 +10925,7 @@ $client->call('LIST /orgs/{org}/personal-access-tokens', [
1091910925
'permission' => 'generated',
1092010926
'last_used_before' => '1970-01-01T00:00:00+00:00',
1092110927
'last_used_after' => '1970-01-01T00:00:00+00:00',
10928+
'token_id' => ,
1092210929
'per_page' => 8,
1092310930
'page' => 1,
1092410931
'sort' => 'generated',
@@ -10934,6 +10941,7 @@ $client->operations()->orgs()->listPatGrantsListing( org: 'generated',
1093410941
permission: 'generated',
1093510942
last_used_before: '1970-01-01T00:00:00+00:00',
1093610943
last_used_after: '1970-01-01T00:00:00+00:00',
10944+
token_id: ,
1093710945
per_page: 8,
1093810946
page: 1,
1093910947
sort: 'generated',

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

+67-47
Large diffs are not rendered by default.

clients/GitHubEnterpriseCloud/src/Internal/Attribute/CastUnionToType/Schema/ExemptionRequest/ExemptionRequestData.php

+7
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ public function cast(mixed $value, ObjectMapper $hydrator): mixed
4545
} catch (Throwable) {
4646
}
4747
}
48+
49+
if ($signature === 'data|type' && $value['type'] === 'code_scanning_alert_dismissal') {
50+
try {
51+
return $hydrator->hydrateObject(Schema\DismissalRequestCodeScanning::class, $value);
52+
} catch (Throwable) {
53+
}
54+
}
4855
}
4956

5057
return $value;

clients/GitHubEnterpriseCloud/src/Internal/Attribute/CastUnionToType/Schema/ExemptionRequest/Metadata.php

+7
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ public function cast(mixed $value, ObjectMapper $hydrator): mixed
3838
} catch (Throwable) {
3939
}
4040
}
41+
42+
if ($signature === 'alert_title|reason' && ($value['reason'] === 'false positive' || $value['reason'] === 'won\'t fix' || $value['reason'] === 'used in tests')) {
43+
try {
44+
return $hydrator->hydrateObject(Schema\DismissalRequestCodeScanningMetadata::class, $value);
45+
} catch (Throwable) {
46+
}
47+
}
4148
}
4249

4350
return $value;

0 commit comments

Comments
 (0)