diff options
Diffstat (limited to 'descriptions/api.github.com/api.github.com.yaml')
-rw-r--r-- | descriptions/api.github.com/api.github.com.yaml | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 75ea4ae17..83e3973e7 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -1,7 +1,7 @@ --- openapi: 3.0.3 info: - version: 1.1.1 + version: 1.1.2 title: GitHub v3 REST API description: GitHub's v3 REST API. license: @@ -41594,18 +41594,19 @@ components: code-scanning-alert-instances: nullable: true type: array - properties: - ref: - "$ref": "#/components/schemas/code-scanning-alert-ref" - analysis_key: - "$ref": "#/components/schemas/code-scanning-analysis-analysis-key" - environment: - "$ref": "#/components/schemas/code-scanning-alert-environment" - matrix_vars: - nullable: true - type: string - state: - "$ref": "#/components/schemas/code-scanning-alert-state" + items: + properties: + ref: + "$ref": "#/components/schemas/code-scanning-alert-ref" + analysis_key: + "$ref": "#/components/schemas/code-scanning-analysis-analysis-key" + environment: + "$ref": "#/components/schemas/code-scanning-alert-environment" + matrix_vars: + nullable: true + type: string + state: + "$ref": "#/components/schemas/code-scanning-alert-state" code-scanning-alert-code-scanning-alert: type: object properties: @@ -54820,11 +54821,11 @@ components: instances: - ref: refs/heads/codeql-analysis-yml analysis_key: ".github/workflows/codeql-analysis.yml:CodeQL-Build" - environment: {} + environment: '' state: fixed - ref: refs/pull/3740/head analysis_key: ".github/workflows/codeql-analysis.yml:CodeQL-Build" - environment: {} + environment: '' state: fixed state: fixed dismissed_by: @@ -54864,11 +54865,11 @@ components: instances: - ref: refs/heads/codeql-analysis-yml analysis_key: ".github/workflows/codeql-analysis.yml:CodeQL-Build" - environment: {} + environment: '' state: dismissed - ref: refs/pull/3740/head analysis_key: ".github/workflows/codeql-analysis.yml:CodeQL-Build" - environment: {} + environment: '' state: dismissed state: dismissed dismissed_by: |