Skip to content

Commit 1ecff68

Browse files
authored
Merge pull request #1423 from php-api-clients/GitHubEnterprise-3.15/from-1.1.4-f49df43e53599bd6cc78c90ef4e8511d-from-1.1.4-f49df43e53599bd6cc78c90ef4e8511d
2 parents aed54ff + 537cfdc commit 1ecff68

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

Diff for: clients/GitHubEnterprise-3.15/etc/openapi-client-generator.state

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"specHash": "461f97fcd984db4523b5ea3d4c13bdc9",
2+
"specHash": "f49df43e53599bd6cc78c90ef4e8511d",
33
"generatedFiles": {
44
"files": [
55
{
@@ -14700,11 +14700,11 @@
1470014700
},
1470114701
{
1470214702
"name": ".\/clients\/GitHubEnterprise-3.15\/etc\/..\/\/src\/\/Schema\/CodeScanningDefaultSetup.php",
14703-
"hash": "1ba7bd43220cfa2954850a5e3782ff55"
14703+
"hash": "4f690e207f190627e39c7f359282a586"
1470414704
},
1470514705
{
1470614706
"name": ".\/clients\/GitHubEnterprise-3.15\/etc\/..\/\/src\/\/Schema\/CodeScanningDefaultSetupUpdate.php",
14707-
"hash": "e527ea3485f737e8621f6ea44930a3ee"
14707+
"hash": "c914b75e603183fe261e16f7135c6f83"
1470814708
},
1470914709
{
1471014710
"name": ".\/clients\/GitHubEnterprise-3.15\/etc\/..\/\/src\/\/Schema\/CodeScanningDefaultSetupUpdateResponse.php",

Diff for: clients/GitHubEnterprise-3.15/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",

Diff for: clients/GitHubEnterprise-3.15/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",

Diff for: etc/specs/GitHubEnterprise-3.15/current.spec.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -82418,6 +82418,7 @@ components:
8241882418
items:
8241982419
type: string
8242082420
enum:
82421+
- actions
8242182422
- c-cpp
8242282423
- csharp
8242382424
- go
@@ -82472,6 +82473,7 @@ components:
8247282473
items:
8247382474
type: string
8247482475
enum:
82476+
- actions
8247582477
- c-cpp
8247682478
- csharp
8247782479
- go

0 commit comments

Comments
 (0)