diff --git a/cache/ghec.json b/cache/ghec.json index 912e420..6599c51 100644 --- a/cache/ghec.json +++ b/cache/ghec.json @@ -167072,14 +167072,6 @@ } } }, - "code_scanning_forbidden_read": { - "description": "Response if GitHub Advanced Security is not enabled for this repository", - "content": { - "application/json": { - "schema": { "$ref": "#/components/schemas/basic-error" } - } - } - }, "forbidden_gist": { "description": "Forbidden Gist", "content": { @@ -167146,6 +167138,14 @@ } } }, + "code_scanning_forbidden_read": { + "description": "Response if GitHub Advanced Security is not enabled for this repository", + "content": { + "application/json": { + "schema": { "$ref": "#/components/schemas/basic-error" } + } + } + }, "code_scanning_forbidden_write": { "description": "Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository", "content": {