Skip to content

Commit aed54ff

Browse files
authoredDec 20, 2024
Merge pull request #1422 from php-api-clients/GitHubEnterprise-3.14/from-1.1.4-bd6820e03c74d20458b48da696efedec-from-1.1.4-bd6820e03c74d20458b48da696efedec
2 parents 0e3ebed + f30f2cc commit aed54ff

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed
 

‎clients/GitHubEnterprise-3.14/etc/openapi-client-generator.state

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"specHash": "e9e561609727200e583d8b0b8e5feeb1",
2+
"specHash": "bd6820e03c74d20458b48da696efedec",
33
"generatedFiles": {
44
"files": [
55
{
@@ -14656,11 +14656,11 @@
1465614656
},
1465714657
{
1465814658
"name": ".\/clients\/GitHubEnterprise-3.14\/etc\/..\/\/src\/\/Schema\/CodeScanningDefaultSetup.php",
14659-
"hash": "1ba7bd43220cfa2954850a5e3782ff55"
14659+
"hash": "4f690e207f190627e39c7f359282a586"
1466014660
},
1466114661
{
1466214662
"name": ".\/clients\/GitHubEnterprise-3.14\/etc\/..\/\/src\/\/Schema\/CodeScanningDefaultSetupUpdate.php",
14663-
"hash": "e527ea3485f737e8621f6ea44930a3ee"
14663+
"hash": "c914b75e603183fe261e16f7135c6f83"
1466414664
},
1466514665
{
1466614666
"name": ".\/clients\/GitHubEnterprise-3.14\/etc\/..\/\/src\/\/Schema\/CodeScanningDefaultSetupUpdateResponse.php",

‎clients/GitHubEnterprise-3.14/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.14/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.14/current.spec.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -81736,6 +81736,7 @@ components:
8173681736
items:
8173781737
type: string
8173881738
enum:
81739+
- actions
8173981740
- c-cpp
8174081741
- csharp
8174181742
- go
@@ -81790,6 +81791,7 @@ components:
8179081791
items:
8179181792
type: string
8179281793
enum:
81794+
- actions
8179381795
- c-cpp
8179481796
- csharp
8179581797
- go

0 commit comments

Comments
 (0)