diff options
author | Marc-Andre Giroux <xuorig@github.com> | 2020-10-14 20:11:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-14 20:11:16 -0400 |
commit | c5f9f2ed3e938a8e4f43df654806fd49629bc0ee (patch) | |
tree | 9207f91b6d43bd6d240afc41fdb374b4dbbc283b /descriptions/ghes-2.22/dereferenced/ghes-2.22.deref.yaml | |
parent | 3ab774f8c608fe238b70d1ebc0d3124786e269e1 (diff) | |
parent | 0faccd8d47d847917a0c73257b716b6cc6380d93 (diff) | |
download | rest-api-description-c5f9f2ed3e938a8e4f43df654806fd49629bc0ee.tar.gz rest-api-description-c5f9f2ed3e938a8e4f43df654806fd49629bc0ee.zip |
Merge pull request #63 from github/openapi-update-1.1.2v1.1.2
fix: Update the OpenAPI description to the latest version
Diffstat (limited to 'descriptions/ghes-2.22/dereferenced/ghes-2.22.deref.yaml')
-rw-r--r-- | descriptions/ghes-2.22/dereferenced/ghes-2.22.deref.yaml | 116 |
1 files changed, 59 insertions, 57 deletions
diff --git a/descriptions/ghes-2.22/dereferenced/ghes-2.22.deref.yaml b/descriptions/ghes-2.22/dereferenced/ghes-2.22.deref.yaml index 8ff4f8e89..8ab2c4fef 100644 --- a/descriptions/ghes-2.22/dereferenced/ghes-2.22.deref.yaml +++ b/descriptions/ghes-2.22/dereferenced/ghes-2.22.deref.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: @@ -88013,32 +88013,33 @@ paths: instances: nullable: true type: array - properties: - ref: - type: string - description: The full Git reference, formatted as `refs/heads/<branch - name>`. - analysis_key: - type: string - description: Identifies the configuration under which the - analysis was executed. For example, in GitHub Actions this - includes the workflow filename and job name. - environment: - type: string - description: Identifies the variable values associated with - the environment in which the analysis that generated this - alert instance was performed, such as the language that - was analyzed. - matrix_vars: - nullable: true - type: string - state: - type: string - description: State of a code scanning alert. - enum: - - open - - dismissed - - fixed + items: + properties: + ref: + type: string + description: The full Git reference, formatted as `refs/heads/<branch + name>`. + analysis_key: + type: string + description: Identifies the configuration under which the + analysis was executed. For example, in GitHub Actions + this includes the workflow filename and job name. + environment: + type: string + description: Identifies the variable values associated with + the environment in which the analysis that generated this + alert instance was performed, such as the language that + was analyzed. + matrix_vars: + nullable: true + type: string + state: + type: string + description: State of a code scanning alert. + enum: + - open + - dismissed + - fixed state: type: string description: State of a code scanning alert. @@ -88202,11 +88203,11 @@ paths: 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: @@ -88368,32 +88369,33 @@ paths: instances: nullable: true type: array - properties: - ref: - type: string - description: The full Git reference, formatted as `refs/heads/<branch - name>`. - analysis_key: - type: string - description: Identifies the configuration under which the - analysis was executed. For example, in GitHub Actions this - includes the workflow filename and job name. - environment: - type: string - description: Identifies the variable values associated with - the environment in which the analysis that generated this - alert instance was performed, such as the language that - was analyzed. - matrix_vars: - nullable: true - type: string - state: - type: string - description: State of a code scanning alert. - enum: - - open - - dismissed - - fixed + items: + properties: + ref: + type: string + description: The full Git reference, formatted as `refs/heads/<branch + name>`. + analysis_key: + type: string + description: Identifies the configuration under which the + analysis was executed. For example, in GitHub Actions + this includes the workflow filename and job name. + environment: + type: string + description: Identifies the variable values associated with + the environment in which the analysis that generated this + alert instance was performed, such as the language that + was analyzed. + matrix_vars: + nullable: true + type: string + state: + type: string + description: State of a code scanning alert. + enum: + - open + - dismissed + - fixed state: type: string description: State of a code scanning alert. @@ -88557,11 +88559,11 @@ paths: 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: |