diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index e05e6506e8..4cda1f9939 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -104256,6 +104256,13 @@ "type": "string", "format": "uri", "description": "The URL at which to download the CodeQL database. The `Accept` header must be set to the value of the `content_type` property." + }, + "commit_oid": { + "type": [ + "string", + "null" + ], + "description": "The commit SHA of the CodeQL databases repository at time of database creation." } }, "required": [ @@ -298178,7 +298185,8 @@ "size": 1024, "created_at": "2022-09-12T12:14:32Z", "updated_at": "2022-09-12T12:14:32Z", - "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java" + "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java", + "commit_oid": 12345678901234567890 }, { "id": 2, @@ -298208,7 +298216,8 @@ "size": 1024, "created_at": "2022-09-12T12:14:32Z", "updated_at": "2022-09-12T12:14:32Z", - "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby" + "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby", + "commit_oid": 23456789012345678901 } ] }, @@ -298241,7 +298250,8 @@ "size": 1024, "created_at": "2022-09-12T12:14:32Z", "updated_at": "2022-09-12T12:14:32Z", - "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java" + "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java", + "commit_oid": 12345678901234567890 } }, "code-scanning-default-setup": { diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index 830bfb2385..73c7059c07 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -74666,6 +74666,12 @@ components: format: uri description: The URL at which to download the CodeQL database. The `Accept` header must be set to the value of the `content_type` property. + commit_oid: + type: + - string + - 'null' + description: The commit SHA of the CodeQL databases repository at time of + database creation. required: - id - name @@ -220275,6 +220281,7 @@ components: created_at: '2022-09-12T12:14:32Z' updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java + commit_oid: 12345678901234567890 - id: 2 name: database.zip language: ruby @@ -220302,6 +220309,7 @@ components: created_at: '2022-09-12T12:14:32Z' updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby + commit_oid: 23456789012345678901 code-scanning-codeql-database: value: id: 1 @@ -220331,6 +220339,7 @@ components: created_at: '2022-09-12T12:14:32Z' updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java + commit_oid: 12345678901234567890 code-scanning-default-setup: value: state: configured diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index e05e6506e8..4cda1f9939 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -104256,6 +104256,13 @@ "type": "string", "format": "uri", "description": "The URL at which to download the CodeQL database. The `Accept` header must be set to the value of the `content_type` property." + }, + "commit_oid": { + "type": [ + "string", + "null" + ], + "description": "The commit SHA of the CodeQL databases repository at time of database creation." } }, "required": [ @@ -298178,7 +298185,8 @@ "size": 1024, "created_at": "2022-09-12T12:14:32Z", "updated_at": "2022-09-12T12:14:32Z", - "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java" + "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java", + "commit_oid": 12345678901234567890 }, { "id": 2, @@ -298208,7 +298216,8 @@ "size": 1024, "created_at": "2022-09-12T12:14:32Z", "updated_at": "2022-09-12T12:14:32Z", - "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby" + "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby", + "commit_oid": 23456789012345678901 } ] }, @@ -298241,7 +298250,8 @@ "size": 1024, "created_at": "2022-09-12T12:14:32Z", "updated_at": "2022-09-12T12:14:32Z", - "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java" + "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java", + "commit_oid": 12345678901234567890 } }, "code-scanning-default-setup": { diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 830bfb2385..73c7059c07 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -74666,6 +74666,12 @@ components: format: uri description: The URL at which to download the CodeQL database. The `Accept` header must be set to the value of the `content_type` property. + commit_oid: + type: + - string + - 'null' + description: The commit SHA of the CodeQL databases repository at time of + database creation. required: - id - name @@ -220275,6 +220281,7 @@ components: created_at: '2022-09-12T12:14:32Z' updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java + commit_oid: 12345678901234567890 - id: 2 name: database.zip language: ruby @@ -220302,6 +220309,7 @@ components: created_at: '2022-09-12T12:14:32Z' updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby + commit_oid: 23456789012345678901 code-scanning-codeql-database: value: id: 1 @@ -220331,6 +220339,7 @@ components: created_at: '2022-09-12T12:14:32Z' updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java + commit_oid: 12345678901234567890 code-scanning-default-setup: value: state: configured diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index e71f473a13..8a60a934af 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -232077,6 +232077,13 @@ "type": "string", "format": "uri", "description": "The URL at which to download the CodeQL database. The `Accept` header must be set to the value of the `content_type` property." + }, + "commit_oid": { + "type": [ + "string", + "null" + ], + "description": "The commit SHA of the CodeQL databases repository at time of database creation." } }, "required": [ @@ -232123,7 +232130,8 @@ "size": 1024, "created_at": "2022-09-12T12:14:32Z", "updated_at": "2022-09-12T12:14:32Z", - "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java" + "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java", + "commit_oid": 12345678901234567890 }, { "id": 2, @@ -232153,7 +232161,8 @@ "size": 1024, "created_at": "2022-09-12T12:14:32Z", "updated_at": "2022-09-12T12:14:32Z", - "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby" + "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby", + "commit_oid": 23456789012345678901 } ] } @@ -232492,6 +232501,13 @@ "type": "string", "format": "uri", "description": "The URL at which to download the CodeQL database. The `Accept` header must be set to the value of the `content_type` property." + }, + "commit_oid": { + "type": [ + "string", + "null" + ], + "description": "The commit SHA of the CodeQL databases repository at time of database creation." } }, "required": [ @@ -232536,7 +232552,8 @@ "size": 1024, "created_at": "2022-09-12T12:14:32Z", "updated_at": "2022-09-12T12:14:32Z", - "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java" + "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java", + "commit_oid": 12345678901234567890 } } } diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 04f95cabc2..16447f6455 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -47446,6 +47446,12 @@ paths: description: The URL at which to download the CodeQL database. The `Accept` header must be set to the value of the `content_type` property. + commit_oid: + type: + - string + - 'null' + description: The commit SHA of the CodeQL databases repository + at time of database creation. required: - id - name @@ -47486,6 +47492,7 @@ paths: created_at: '2022-09-12T12:14:32Z' updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java + commit_oid: 12345678901234567890 - id: 2 name: database.zip language: ruby @@ -47513,6 +47520,7 @@ paths: created_at: '2022-09-12T12:14:32Z' updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby + commit_oid: 23456789012345678901 '403': *302 '404': *5 '503': *53 @@ -47588,6 +47596,7 @@ paths: created_at: '2022-09-12T12:14:32Z' updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java + commit_oid: 12345678901234567890 '302': &336 description: Found '403': *302 diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index e71f473a13..8a60a934af 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -232077,6 +232077,13 @@ "type": "string", "format": "uri", "description": "The URL at which to download the CodeQL database. The `Accept` header must be set to the value of the `content_type` property." + }, + "commit_oid": { + "type": [ + "string", + "null" + ], + "description": "The commit SHA of the CodeQL databases repository at time of database creation." } }, "required": [ @@ -232123,7 +232130,8 @@ "size": 1024, "created_at": "2022-09-12T12:14:32Z", "updated_at": "2022-09-12T12:14:32Z", - "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java" + "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java", + "commit_oid": 12345678901234567890 }, { "id": 2, @@ -232153,7 +232161,8 @@ "size": 1024, "created_at": "2022-09-12T12:14:32Z", "updated_at": "2022-09-12T12:14:32Z", - "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby" + "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby", + "commit_oid": 23456789012345678901 } ] } @@ -232492,6 +232501,13 @@ "type": "string", "format": "uri", "description": "The URL at which to download the CodeQL database. The `Accept` header must be set to the value of the `content_type` property." + }, + "commit_oid": { + "type": [ + "string", + "null" + ], + "description": "The commit SHA of the CodeQL databases repository at time of database creation." } }, "required": [ @@ -232536,7 +232552,8 @@ "size": 1024, "created_at": "2022-09-12T12:14:32Z", "updated_at": "2022-09-12T12:14:32Z", - "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java" + "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java", + "commit_oid": 12345678901234567890 } } } diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index 04f95cabc2..16447f6455 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -47446,6 +47446,12 @@ paths: description: The URL at which to download the CodeQL database. The `Accept` header must be set to the value of the `content_type` property. + commit_oid: + type: + - string + - 'null' + description: The commit SHA of the CodeQL databases repository + at time of database creation. required: - id - name @@ -47486,6 +47492,7 @@ paths: created_at: '2022-09-12T12:14:32Z' updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java + commit_oid: 12345678901234567890 - id: 2 name: database.zip language: ruby @@ -47513,6 +47520,7 @@ paths: created_at: '2022-09-12T12:14:32Z' updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby + commit_oid: 23456789012345678901 '403': *302 '404': *5 '503': *53 @@ -47588,6 +47596,7 @@ paths: created_at: '2022-09-12T12:14:32Z' updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java + commit_oid: 12345678901234567890 '302': &336 description: Found '403': *302 diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 11f011f0d0..f4c9730f85 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -251180,6 +251180,13 @@ "type": "string", "format": "uri", "description": "The URL at which to download the CodeQL database. The `Accept` header must be set to the value of the `content_type` property." + }, + "commit_oid": { + "type": [ + "string", + "null" + ], + "description": "The commit SHA of the CodeQL databases repository at time of database creation." } }, "required": [ @@ -251226,7 +251233,8 @@ "size": 1024, "created_at": "2022-09-12T12:14:32Z", "updated_at": "2022-09-12T12:14:32Z", - "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java" + "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java", + "commit_oid": 12345678901234567890 }, { "id": 2, @@ -251256,7 +251264,8 @@ "size": 1024, "created_at": "2022-09-12T12:14:32Z", "updated_at": "2022-09-12T12:14:32Z", - "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby" + "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby", + "commit_oid": 23456789012345678901 } ] } @@ -251595,6 +251604,13 @@ "type": "string", "format": "uri", "description": "The URL at which to download the CodeQL database. The `Accept` header must be set to the value of the `content_type` property." + }, + "commit_oid": { + "type": [ + "string", + "null" + ], + "description": "The commit SHA of the CodeQL databases repository at time of database creation." } }, "required": [ @@ -251639,7 +251655,8 @@ "size": 1024, "created_at": "2022-09-12T12:14:32Z", "updated_at": "2022-09-12T12:14:32Z", - "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java" + "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java", + "commit_oid": 12345678901234567890 } } } diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 3ba6763f40..6eaf9f659e 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -52806,6 +52806,12 @@ paths: description: The URL at which to download the CodeQL database. The `Accept` header must be set to the value of the `content_type` property. + commit_oid: + type: + - string + - 'null' + description: The commit SHA of the CodeQL databases repository + at time of database creation. required: - id - name @@ -52846,6 +52852,7 @@ paths: created_at: '2022-09-12T12:14:32Z' updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java + commit_oid: 12345678901234567890 - id: 2 name: database.zip language: ruby @@ -52873,6 +52880,7 @@ paths: created_at: '2022-09-12T12:14:32Z' updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby + commit_oid: 23456789012345678901 '403': *237 '404': *5 '503': *78 @@ -52948,6 +52956,7 @@ paths: created_at: '2022-09-12T12:14:32Z' updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java + commit_oid: 12345678901234567890 '302': &380 description: Found '403': *237 diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 11f011f0d0..f4c9730f85 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -251180,6 +251180,13 @@ "type": "string", "format": "uri", "description": "The URL at which to download the CodeQL database. The `Accept` header must be set to the value of the `content_type` property." + }, + "commit_oid": { + "type": [ + "string", + "null" + ], + "description": "The commit SHA of the CodeQL databases repository at time of database creation." } }, "required": [ @@ -251226,7 +251233,8 @@ "size": 1024, "created_at": "2022-09-12T12:14:32Z", "updated_at": "2022-09-12T12:14:32Z", - "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java" + "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java", + "commit_oid": 12345678901234567890 }, { "id": 2, @@ -251256,7 +251264,8 @@ "size": 1024, "created_at": "2022-09-12T12:14:32Z", "updated_at": "2022-09-12T12:14:32Z", - "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby" + "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby", + "commit_oid": 23456789012345678901 } ] } @@ -251595,6 +251604,13 @@ "type": "string", "format": "uri", "description": "The URL at which to download the CodeQL database. The `Accept` header must be set to the value of the `content_type` property." + }, + "commit_oid": { + "type": [ + "string", + "null" + ], + "description": "The commit SHA of the CodeQL databases repository at time of database creation." } }, "required": [ @@ -251639,7 +251655,8 @@ "size": 1024, "created_at": "2022-09-12T12:14:32Z", "updated_at": "2022-09-12T12:14:32Z", - "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java" + "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java", + "commit_oid": 12345678901234567890 } } } diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 3ba6763f40..6eaf9f659e 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -52806,6 +52806,12 @@ paths: description: The URL at which to download the CodeQL database. The `Accept` header must be set to the value of the `content_type` property. + commit_oid: + type: + - string + - 'null' + description: The commit SHA of the CodeQL databases repository + at time of database creation. required: - id - name @@ -52846,6 +52852,7 @@ paths: created_at: '2022-09-12T12:14:32Z' updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java + commit_oid: 12345678901234567890 - id: 2 name: database.zip language: ruby @@ -52873,6 +52880,7 @@ paths: created_at: '2022-09-12T12:14:32Z' updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby + commit_oid: 23456789012345678901 '403': *237 '404': *5 '503': *78 @@ -52948,6 +52956,7 @@ paths: created_at: '2022-09-12T12:14:32Z' updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java + commit_oid: 12345678901234567890 '302': &380 description: Found '403': *237 diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index a607e6c58c..35ac5b7077 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -112850,6 +112850,13 @@ "type": "string", "format": "uri", "description": "The URL at which to download the CodeQL database. The `Accept` header must be set to the value of the `content_type` property." + }, + "commit_oid": { + "type": [ + "string", + "null" + ], + "description": "The commit SHA of the CodeQL databases repository at time of database creation." } }, "required": [ @@ -308981,7 +308988,8 @@ "size": 1024, "created_at": "2022-09-12T12:14:32Z", "updated_at": "2022-09-12T12:14:32Z", - "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java" + "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java", + "commit_oid": 12345678901234567890 }, { "id": 2, @@ -309011,7 +309019,8 @@ "size": 1024, "created_at": "2022-09-12T12:14:32Z", "updated_at": "2022-09-12T12:14:32Z", - "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby" + "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby", + "commit_oid": 23456789012345678901 } ] }, @@ -309044,7 +309053,8 @@ "size": 1024, "created_at": "2022-09-12T12:14:32Z", "updated_at": "2022-09-12T12:14:32Z", - "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java" + "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java", + "commit_oid": 12345678901234567890 } }, "code-scanning-default-setup": { diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index 73146a6ca2..e6aede8233 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -80914,6 +80914,12 @@ components: format: uri description: The URL at which to download the CodeQL database. The `Accept` header must be set to the value of the `content_type` property. + commit_oid: + type: + - string + - 'null' + description: The commit SHA of the CodeQL databases repository at time of + database creation. required: - id - name @@ -228148,6 +228154,7 @@ components: created_at: '2022-09-12T12:14:32Z' updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java + commit_oid: 12345678901234567890 - id: 2 name: database.zip language: ruby @@ -228175,6 +228182,7 @@ components: created_at: '2022-09-12T12:14:32Z' updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby + commit_oid: 23456789012345678901 code-scanning-codeql-database: value: id: 1 @@ -228204,6 +228212,7 @@ components: created_at: '2022-09-12T12:14:32Z' updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java + commit_oid: 12345678901234567890 code-scanning-default-setup: value: state: configured diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index a607e6c58c..35ac5b7077 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -112850,6 +112850,13 @@ "type": "string", "format": "uri", "description": "The URL at which to download the CodeQL database. The `Accept` header must be set to the value of the `content_type` property." + }, + "commit_oid": { + "type": [ + "string", + "null" + ], + "description": "The commit SHA of the CodeQL databases repository at time of database creation." } }, "required": [ @@ -308981,7 +308988,8 @@ "size": 1024, "created_at": "2022-09-12T12:14:32Z", "updated_at": "2022-09-12T12:14:32Z", - "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java" + "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java", + "commit_oid": 12345678901234567890 }, { "id": 2, @@ -309011,7 +309019,8 @@ "size": 1024, "created_at": "2022-09-12T12:14:32Z", "updated_at": "2022-09-12T12:14:32Z", - "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby" + "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby", + "commit_oid": 23456789012345678901 } ] }, @@ -309044,7 +309053,8 @@ "size": 1024, "created_at": "2022-09-12T12:14:32Z", "updated_at": "2022-09-12T12:14:32Z", - "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java" + "url": "https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java", + "commit_oid": 12345678901234567890 } }, "code-scanning-default-setup": { diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index 73146a6ca2..e6aede8233 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -80914,6 +80914,12 @@ components: format: uri description: The URL at which to download the CodeQL database. The `Accept` header must be set to the value of the `content_type` property. + commit_oid: + type: + - string + - 'null' + description: The commit SHA of the CodeQL databases repository at time of + database creation. required: - id - name @@ -228148,6 +228154,7 @@ components: created_at: '2022-09-12T12:14:32Z' updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java + commit_oid: 12345678901234567890 - id: 2 name: database.zip language: ruby @@ -228175,6 +228182,7 @@ components: created_at: '2022-09-12T12:14:32Z' updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby + commit_oid: 23456789012345678901 code-scanning-codeql-database: value: id: 1 @@ -228204,6 +228212,7 @@ components: created_at: '2022-09-12T12:14:32Z' updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java + commit_oid: 12345678901234567890 code-scanning-default-setup: value: state: configured