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
[GitHubEnterpriseCloud] Update to 1.1.4-a9a79e364b853c47d43f74efabc55fe4 from 1.1.4-354bdd6e24f33acc7638d9ddbf2fce07
Detected Schema changes:
starting work.
Building original model for commit ad6ffa
2024-07-15 17:27:16 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
2024-07-15 17:27:16 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
2024-07-15 17:27:18 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
2024-07-15 17:27:18 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
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: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [206779:11]
ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [206781: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: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [206689:11]
ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [206691:11]
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-default-code-security-configurations).
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#detach-configurations-from-repositories).
Copy file name to clipboardExpand all lines: clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/CodeSecurity/Configurations/ConfigurationId.php
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -195,6 +195,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S
195
195
196
196
after_privateVulnerabilityReporting:
197
197
198
+
$value = $payload['enforcement'] ?? null;
199
+
200
+
if ($value === null) {
201
+
$properties['enforcement'] = null;
202
+
goto after_enforcement;
203
+
}
204
+
205
+
$properties['enforcement'] = $value;
206
+
207
+
after_enforcement:
208
+
198
209
$value = $payload['url'] ?? null;
199
210
200
211
if ($value === null) {
@@ -606,6 +617,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou
Copy file name to clipboardExpand all lines: clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/CodeSecurity/Configurations/ConfigurationId/Defaults.php
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -247,6 +247,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S
247
247
248
248
after_privateVulnerabilityReporting:
249
249
250
+
$value = $payload['enforcement'] ?? null;
251
+
252
+
if ($value === null) {
253
+
$properties['enforcement'] = null;
254
+
goto after_enforcement;
255
+
}
256
+
257
+
$properties['enforcement'] = $value;
258
+
259
+
after_enforcement:
260
+
250
261
$value = $payload['url'] ?? null;
251
262
252
263
if ($value === null) {
@@ -598,6 +609,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou
0 commit comments