diff --git a/clients/GitHubEnterprise-3.14/etc/openapi-client-generator.state b/clients/GitHubEnterprise-3.14/etc/openapi-client-generator.state index 4bae82ea8a4..b0c636847b9 100644 --- a/clients/GitHubEnterprise-3.14/etc/openapi-client-generator.state +++ b/clients/GitHubEnterprise-3.14/etc/openapi-client-generator.state @@ -1,5 +1,5 @@ { - "specHash": "e9e561609727200e583d8b0b8e5feeb1", + "specHash": "bd6820e03c74d20458b48da696efedec", "generatedFiles": { "files": [ { @@ -14656,11 +14656,11 @@ }, { "name": ".\/clients\/GitHubEnterprise-3.14\/etc\/..\/\/src\/\/Schema\/CodeScanningDefaultSetup.php", - "hash": "1ba7bd43220cfa2954850a5e3782ff55" + "hash": "4f690e207f190627e39c7f359282a586" }, { "name": ".\/clients\/GitHubEnterprise-3.14\/etc\/..\/\/src\/\/Schema\/CodeScanningDefaultSetupUpdate.php", - "hash": "e527ea3485f737e8621f6ea44930a3ee" + "hash": "c914b75e603183fe261e16f7135c6f83" }, { "name": ".\/clients\/GitHubEnterprise-3.14\/etc\/..\/\/src\/\/Schema\/CodeScanningDefaultSetupUpdateResponse.php", diff --git a/clients/GitHubEnterprise-3.14/src/Schema/CodeScanningDefaultSetup.php b/clients/GitHubEnterprise-3.14/src/Schema/CodeScanningDefaultSetup.php index 94e362219a1..89fc8df5ee5 100644 --- a/clients/GitHubEnterprise-3.14/src/Schema/CodeScanningDefaultSetup.php +++ b/clients/GitHubEnterprise-3.14/src/Schema/CodeScanningDefaultSetup.php @@ -23,6 +23,7 @@ "type": "array", "items": { "enum": [ + "actions", "c-cpp", "csharp", "go", diff --git a/clients/GitHubEnterprise-3.14/src/Schema/CodeScanningDefaultSetupUpdate.php b/clients/GitHubEnterprise-3.14/src/Schema/CodeScanningDefaultSetupUpdate.php index 334815b5062..a12a33483bf 100644 --- a/clients/GitHubEnterprise-3.14/src/Schema/CodeScanningDefaultSetupUpdate.php +++ b/clients/GitHubEnterprise-3.14/src/Schema/CodeScanningDefaultSetupUpdate.php @@ -31,6 +31,7 @@ "type": "array", "items": { "enum": [ + "actions", "c-cpp", "csharp", "go", diff --git a/etc/specs/GitHubEnterprise-3.14/current.spec.yaml b/etc/specs/GitHubEnterprise-3.14/current.spec.yaml index 2f04b66ca60..5b57a6d3c66 100644 --- a/etc/specs/GitHubEnterprise-3.14/current.spec.yaml +++ b/etc/specs/GitHubEnterprise-3.14/current.spec.yaml @@ -81736,6 +81736,7 @@ components: items: type: string enum: + - actions - c-cpp - csharp - go @@ -81790,6 +81791,7 @@ components: items: type: string enum: + - actions - c-cpp - csharp - go