diff --git a/content/rest/orgs/rules.md b/content/rest/orgs/rules.md index 7613c4cb65..1cc3fe09fb 100644 --- a/content/rest/orgs/rules.md +++ b/content/rest/orgs/rules.md @@ -8,7 +8,7 @@ intro: >- versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖 fpt: '*' ghec: '*' - ghes: '>=3.11' + ghes: '*' topics: - API autogenerated: rest diff --git a/content/rest/repos/rules.md b/content/rest/repos/rules.md index 0fffc89b0f..bcab993521 100644 --- a/content/rest/repos/rules.md +++ b/content/rest/repos/rules.md @@ -7,7 +7,7 @@ intro: >- versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖 fpt: '*' ghec: '*' - ghes: '>=3.11' + ghes: '*' topics: - API autogenerated: rest diff --git a/content/rest/security-advisories/global-advisories.md b/content/rest/security-advisories/global-advisories.md index 85672ae10f..4117c3a054 100644 --- a/content/rest/security-advisories/global-advisories.md +++ b/content/rest/security-advisories/global-advisories.md @@ -5,7 +5,7 @@ intro: Use the REST API to view global security advisories. versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖 fpt: '*' ghec: '*' - ghes: '>=3.11' + ghes: '*' topics: - API autogenerated: rest diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index 8a2df4726a..acbdb27f00 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -60,5 +60,5 @@ "2022-11-28" ] }, - "sha": "2320d61e4c805300787f8551fda53076bb4fae8b" + "sha": "2d90b0feb3246497649850821757a0eeec84e915" } \ No newline at end of file diff --git a/src/rest/data/fpt-2022-11-28/schema.json b/src/rest/data/fpt-2022-11-28/schema.json index 2656c457b9..842d20d21d 100644 --- a/src/rest/data/fpt-2022-11-28/schema.json +++ b/src/rest/data/fpt-2022-11-28/schema.json @@ -96,6 +96,7 @@ "created_at": "2020-01-10T14:59:22Z", "expires_at": "2020-03-21T14:59:22Z", "updated_at": "2020-02-21T14:59:22Z", + "digest": "sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c", "workflow_run": { "id": 2332938, "repository_id": 1296269, @@ -115,6 +116,7 @@ "created_at": "2020-01-10T14:59:22Z", "expires_at": "2020-03-21T14:59:22Z", "updated_at": "2020-02-21T14:59:22Z", + "digest": "sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c", "workflow_run": { "id": 2332942, "repository_id": 1296269, @@ -205,6 +207,16 @@ ], "format": "date-time" }, + "digest": { + "type": [ + "string", + "null" + ], + "description": "The SHA256 digest of the artifact. This field will only be populated on artifacts uploaded with upload-artifact v4 or newer. For older versions, this field will be null.", + "examples": [ + "sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c" + ] + }, "workflow_run": { "type": [ "object", @@ -347,6 +359,7 @@ "created_at": "2020-01-10T14:59:22Z", "expires_at": "2020-01-21T14:59:22Z", "updated_at": "2020-01-21T14:59:22Z", + "digest": "sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c", "workflow_run": { "id": 2332938, "repository_id": 1296269, @@ -423,6 +436,16 @@ ], "format": "date-time" }, + "digest": { + "type": [ + "string", + "null" + ], + "description": "The SHA256 digest of the artifact. This field will only be populated on artifacts uploaded with upload-artifact v4 or newer. For older versions, this field will be null.", + "examples": [ + "sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c" + ] + }, "workflow_run": { "type": [ "object", @@ -755,6 +778,7 @@ "created_at": "2020-01-10T14:59:22Z", "expires_at": "2020-03-21T14:59:22Z", "updated_at": "2020-02-21T14:59:22Z", + "digest": "sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c", "workflow_run": { "id": 2332938, "repository_id": 1296269, @@ -774,6 +798,7 @@ "created_at": "2020-01-10T14:59:22Z", "expires_at": "2020-03-21T14:59:22Z", "updated_at": "2020-02-21T14:59:22Z", + "digest": "sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c", "workflow_run": { "id": 2332942, "repository_id": 1296269, @@ -864,6 +889,16 @@ ], "format": "date-time" }, + "digest": { + "type": [ + "string", + "null" + ], + "description": "The SHA256 digest of the artifact. This field will only be populated on artifacts uploaded with upload-artifact v4 or newer. For older versions, this field will be null.", + "examples": [ + "sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c" + ] + }, "workflow_run": { "type": [ "object", diff --git a/src/rest/data/ghec-2022-11-28/schema.json b/src/rest/data/ghec-2022-11-28/schema.json index 32d5353627..bc0f0640e7 100644 --- a/src/rest/data/ghec-2022-11-28/schema.json +++ b/src/rest/data/ghec-2022-11-28/schema.json @@ -96,6 +96,7 @@ "created_at": "2020-01-10T14:59:22Z", "expires_at": "2020-03-21T14:59:22Z", "updated_at": "2020-02-21T14:59:22Z", + "digest": "sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c", "workflow_run": { "id": 2332938, "repository_id": 1296269, @@ -115,6 +116,7 @@ "created_at": "2020-01-10T14:59:22Z", "expires_at": "2020-03-21T14:59:22Z", "updated_at": "2020-02-21T14:59:22Z", + "digest": "sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c", "workflow_run": { "id": 2332942, "repository_id": 1296269, @@ -205,6 +207,16 @@ ], "format": "date-time" }, + "digest": { + "type": [ + "string", + "null" + ], + "description": "The SHA256 digest of the artifact. This field will only be populated on artifacts uploaded with upload-artifact v4 or newer. For older versions, this field will be null.", + "examples": [ + "sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c" + ] + }, "workflow_run": { "type": [ "object", @@ -347,6 +359,7 @@ "created_at": "2020-01-10T14:59:22Z", "expires_at": "2020-01-21T14:59:22Z", "updated_at": "2020-01-21T14:59:22Z", + "digest": "sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c", "workflow_run": { "id": 2332938, "repository_id": 1296269, @@ -423,6 +436,16 @@ ], "format": "date-time" }, + "digest": { + "type": [ + "string", + "null" + ], + "description": "The SHA256 digest of the artifact. This field will only be populated on artifacts uploaded with upload-artifact v4 or newer. For older versions, this field will be null.", + "examples": [ + "sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c" + ] + }, "workflow_run": { "type": [ "object", @@ -755,6 +778,7 @@ "created_at": "2020-01-10T14:59:22Z", "expires_at": "2020-03-21T14:59:22Z", "updated_at": "2020-02-21T14:59:22Z", + "digest": "sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c", "workflow_run": { "id": 2332938, "repository_id": 1296269, @@ -774,6 +798,7 @@ "created_at": "2020-01-10T14:59:22Z", "expires_at": "2020-03-21T14:59:22Z", "updated_at": "2020-02-21T14:59:22Z", + "digest": "sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c", "workflow_run": { "id": 2332942, "repository_id": 1296269, @@ -864,6 +889,16 @@ ], "format": "date-time" }, + "digest": { + "type": [ + "string", + "null" + ], + "description": "The SHA256 digest of the artifact. This field will only be populated on artifacts uploaded with upload-artifact v4 or newer. For older versions, this field will be null.", + "examples": [ + "sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c" + ] + }, "workflow_run": { "type": [ "object", diff --git a/src/rest/lib/config.json b/src/rest/lib/config.json index a5bf4be694..45a5048c6b 100644 --- a/src/rest/lib/config.json +++ b/src/rest/lib/config.json @@ -44,5 +44,5 @@ ] } }, - "sha": "2320d61e4c805300787f8551fda53076bb4fae8b" + "sha": "2d90b0feb3246497649850821757a0eeec84e915" } \ No newline at end of file diff --git a/src/webhooks/lib/config.json b/src/webhooks/lib/config.json index a32bb1cdfe..5577169468 100644 --- a/src/webhooks/lib/config.json +++ b/src/webhooks/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "2320d61e4c805300787f8551fda53076bb4fae8b" + "sha": "2d90b0feb3246497649850821757a0eeec84e915" } \ No newline at end of file