Skip to content

Commit 0e3ebed

Browse files
authored
Merge pull request #1421 from php-api-clients/GitHubEnterprise-3.13/from-1.1.4-bb7bf23ece23a331cf9ec11f8b281329-from-1.1.4-bb7bf23ece23a331cf9ec11f8b281329
2 parents 8955889 + 982a2ee commit 0e3ebed

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

clients/GitHubEnterprise-3.13/etc/openapi-client-generator.state

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"specHash": "8089ef8f95a445cc86353674bade2e6e",
2+
"specHash": "bb7bf23ece23a331cf9ec11f8b281329",
33
"generatedFiles": {
44
"files": [
55
{
@@ -14460,11 +14460,11 @@
1446014460
},
1446114461
{
1446214462
"name": ".\/clients\/GitHubEnterprise-3.13\/etc\/..\/\/src\/\/Schema\/CodeScanningDefaultSetup.php",
14463-
"hash": "1ba7bd43220cfa2954850a5e3782ff55"
14463+
"hash": "4f690e207f190627e39c7f359282a586"
1446414464
},
1446514465
{
1446614466
"name": ".\/clients\/GitHubEnterprise-3.13\/etc\/..\/\/src\/\/Schema\/CodeScanningDefaultSetupUpdate.php",
14467-
"hash": "e527ea3485f737e8621f6ea44930a3ee"
14467+
"hash": "c914b75e603183fe261e16f7135c6f83"
1446814468
},
1446914469
{
1447014470
"name": ".\/clients\/GitHubEnterprise-3.13\/etc\/..\/\/src\/\/Schema\/CodeScanningDefaultSetupUpdateResponse.php",

clients/GitHubEnterprise-3.13/src/Schema/CodeScanningDefaultSetup.php

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"type": "array",
2424
"items": {
2525
"enum": [
26+
"actions",
2627
"c-cpp",
2728
"csharp",
2829
"go",

clients/GitHubEnterprise-3.13/src/Schema/CodeScanningDefaultSetupUpdate.php

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"type": "array",
3232
"items": {
3333
"enum": [
34+
"actions",
3435
"c-cpp",
3536
"csharp",
3637
"go",

etc/specs/GitHubEnterprise-3.13/current.spec.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -80371,6 +80371,7 @@ components:
8037180371
items:
8037280372
type: string
8037380373
enum:
80374+
- actions
8037480375
- c-cpp
8037580376
- csharp
8037680377
- go
@@ -80425,6 +80426,7 @@ components:
8042580426
items:
8042680427
type: string
8042780428
enum:
80429+
- actions
8042880430
- c-cpp
8042980431
- csharp
8043080432
- go

0 commit comments

Comments
 (0)