Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Use to ignore specific versions or ranges of versions. If you want to define a r

* npm: use `^1.0.0` <!-- markdownlint-disable-line GHD034 -->
* Bundler: use `~> 2.0`
* Docker: use Ruby version syntax
* Docker: use Bundler version syntax
* NuGet: use `7.*`
* Maven: use `[1.4,)`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If you have questions about this list, please contact us at <privacy@github.com>
| --------------------------- | ------------------------------------------------------------------------------ | ----------------------- | ------------------ |
| Amazon Web Services (AWS) | Cloud Hosted Infrastructure and Data Hosting | United States | United States |
| Anthropic PBC | AI Inference and AI Services | United States | United States |
| Azure (Microsoft) | Cloud Hosted Infrastructure and Data Hosting | United States, Australia, <br/> Brazil, Canada, France, <br/> Japan, Norway, Spain, <br/> Sweden, Switzerland, <br/> United Kingdom | United States |
| Azure (Microsoft) | Cloud Hosted Infrastructure, Data Hosting, and AI Inference | United States, Australia, <br/> Brazil, Canada, France, <br/> Japan, Norway, Spain, <br/> Sweden, Switzerland, <br/> United Kingdom | United States |
| Azure Cognitive Services | Customer support ticketing analysis | United States | United States |
| Cloudflare | Content delivery service | United States | United States |
| Fastly | Content delivery service | United States | United States |
Expand Down
2 changes: 1 addition & 1 deletion src/frame/components/DefaultLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const DefaultLayout = (props: Props) => {
const metaDescription = page.introPlainText ? page.introPlainText : t('default_description')

const SOCIAL_CATEGORIES = new Set(['code-security', 'actions', 'issues', 'copilot'])
const SOCIAL_CARD_IMG_BASE_URL = `${xHost}/assets/cb-345/images/social-cards`
const SOCIAL_CARD_IMG_BASE_URL = `${xHost ? 'https://' + xHost : ''}/assets/cb-345/images/social-cards`

function getCategoryImageUrl(category: string): string {
return `${SOCIAL_CARD_IMG_BASE_URL}/${category}.png`
Expand Down
2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "a3b90207333d17877bcbab612a4163337ed7148c"
"sha": "8af3e59120fdf6294e2d385bdae74b39fa824da5"
}
67 changes: 65 additions & 2 deletions src/rest/data/fpt-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -144111,7 +144111,7 @@
}
],
"previews": [],
"descriptionHTML": "<p>Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the <a href=\"https://docs.github.com/webhooks/event-payloads/#check_run\"><code>check_run</code> webhook</a> event with the action <code>rerequested</code>. When a check run is <code>rerequested</code>, the <code>status</code> of the check suite it belongs to is reset to <code>queued</code> and the <code>conclusion</code> is cleared. The check run itself is not updated. GitHub apps recieving the <a href=\"https://docs.github.com/webhooks/event-payloads/#check_run\"><code>check_run</code> webhook</a> with the <code>rerequested</code> action should then decide if the check run should be reset or updated and call the <a href=\"https://docs.github.com/rest/checks/runs#update-a-check-run\">update <code>check_run</code> endpoint</a> to update the check_run if desired.</p>\n<p>For more information about how to re-run GitHub Actions jobs, see \"<a href=\"https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run\">Re-run a job from a workflow run</a>\".</p>\n<p>OAuth apps and personal access tokens (classic) cannot use this endpoint.</p>",
"descriptionHTML": "<p>Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the <a href=\"https://docs.github.com/webhooks/event-payloads/#check_run\"><code>check_run</code> webhook</a> event with the action <code>rerequested</code>. When a check run is <code>rerequested</code>, the <code>status</code> of the check suite it belongs to is reset to <code>queued</code> and the <code>conclusion</code> is cleared. The check run itself is not updated. GitHub apps recieving the <a href=\"https://docs.github.com/webhooks/event-payloads/#check_run\"><code>check_run</code> webhook</a> with the <code>rerequested</code> action should then decide if the check run should be reset or updated and call the <a href=\"https://docs.github.com/rest/checks/runs#update-a-check-run\">update <code>check_run</code> endpoint</a> to update the check_run if desired.</p>\n<p>For more information about how to re-run GitHub Actions jobs, see \"<a href=\"https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run\">Re-run a job from a workflow run</a>\".</p>",
"statusCodes": [
{
"httpStatusCode": "201",
Expand Down Expand Up @@ -154379,7 +154379,7 @@
}
],
"previews": [],
"descriptionHTML": "<p>Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the <a href=\"https://docs.github.com/webhooks/event-payloads/#check_suite\"><code>check_suite</code> webhook</a> event with the action <code>rerequested</code>. When a check suite is <code>rerequested</code>, its <code>status</code> is reset to <code>queued</code> and the <code>conclusion</code> is cleared.</p>\n<p>OAuth apps and personal access tokens (classic) cannot use this endpoint.</p>",
"descriptionHTML": "<p>Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the <a href=\"https://docs.github.com/webhooks/event-payloads/#check_suite\"><code>check_suite</code> webhook</a> event with the action <code>rerequested</code>. When a check suite is <code>rerequested</code>, its <code>status</code> is reset to <code>queued</code> and the <code>conclusion</code> is cleared.</p>",
"statusCodes": [
{
"httpStatusCode": "201",
Expand Down Expand Up @@ -243433,6 +243433,27 @@
"type": "string"
}
},
{
"name": "has",
"in": "query",
"description": "<p>Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple <code>has</code> filters can be chained to check if multiple properties are present.</p>",
"schema": {
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string",
"enum": [
"patch"
]
}
}
]
}
},
{
"name": "scope",
"in": "query",
Expand Down Expand Up @@ -245345,6 +245366,27 @@
"type": "string"
}
},
{
"name": "has",
"in": "query",
"description": "<p>Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple <code>has</code> filters can be chained to check if multiple properties are present.</p>",
"schema": {
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string",
"enum": [
"patch"
]
}
}
]
}
},
{
"name": "scope",
"in": "query",
Expand Down Expand Up @@ -247282,6 +247324,27 @@
"type": "string"
}
},
{
"name": "has",
"in": "query",
"description": "<p>Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple <code>has</code> filters can be chained to check if multiple properties are present.</p>",
"schema": {
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string",
"enum": [
"patch"
]
}
}
]
}
},
{
"name": "scope",
"in": "query",
Expand Down
71 changes: 67 additions & 4 deletions src/rest/data/ghec-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -118107,7 +118107,7 @@
{
"name": "advanced_security_product",
"in": "query",
"description": "<p>The security feature to get GitHub Advanced Security active committers for.</p>",
"description": "<p>The security product to get GitHub Advanced Security active committers for. This parameter is required if you have puchased standalone Code Scanning or Secret Protection products to specify which one you want to get the committer information for, otherwise it is not required.</p>",
"required": false,
"schema": {
"type": "string",
Expand Down Expand Up @@ -153527,7 +153527,7 @@
}
],
"previews": [],
"descriptionHTML": "<p>Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the <a href=\"https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run\"><code>check_run</code> webhook</a> event with the action <code>rerequested</code>. When a check run is <code>rerequested</code>, the <code>status</code> of the check suite it belongs to is reset to <code>queued</code> and the <code>conclusion</code> is cleared. The check run itself is not updated. GitHub apps recieving the <a href=\"https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run\"><code>check_run</code> webhook</a> with the <code>rerequested</code> action should then decide if the check run should be reset or updated and call the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run\">update <code>check_run</code> endpoint</a> to update the check_run if desired.</p>\n<p>For more information about how to re-run GitHub Actions jobs, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run\">Re-run a job from a workflow run</a>\".</p>\n<p>OAuth apps and personal access tokens (classic) cannot use this endpoint.</p>",
"descriptionHTML": "<p>Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the <a href=\"https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run\"><code>check_run</code> webhook</a> event with the action <code>rerequested</code>. When a check run is <code>rerequested</code>, the <code>status</code> of the check suite it belongs to is reset to <code>queued</code> and the <code>conclusion</code> is cleared. The check run itself is not updated. GitHub apps recieving the <a href=\"https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run\"><code>check_run</code> webhook</a> with the <code>rerequested</code> action should then decide if the check run should be reset or updated and call the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run\">update <code>check_run</code> endpoint</a> to update the check_run if desired.</p>\n<p>For more information about how to re-run GitHub Actions jobs, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run\">Re-run a job from a workflow run</a>\".</p>",
"statusCodes": [
{
"httpStatusCode": "201",
Expand Down Expand Up @@ -163843,7 +163843,7 @@
}
],
"previews": [],
"descriptionHTML": "<p>Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the <a href=\"https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite\"><code>check_suite</code> webhook</a> event with the action <code>rerequested</code>. When a check suite is <code>rerequested</code>, its <code>status</code> is reset to <code>queued</code> and the <code>conclusion</code> is cleared.</p>\n<p>OAuth apps and personal access tokens (classic) cannot use this endpoint.</p>",
"descriptionHTML": "<p>Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the <a href=\"https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite\"><code>check_suite</code> webhook</a> event with the action <code>rerequested</code>. When a check suite is <code>rerequested</code>, its <code>status</code> is reset to <code>queued</code> and the <code>conclusion</code> is cleared.</p>",
"statusCodes": [
{
"httpStatusCode": "201",
Expand Down Expand Up @@ -256753,6 +256753,27 @@
"type": "string"
}
},
{
"name": "has",
"in": "query",
"description": "<p>Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple <code>has</code> filters can be chained to check if multiple properties are present.</p>",
"schema": {
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string",
"enum": [
"patch"
]
}
}
]
}
},
{
"name": "scope",
"in": "query",
Expand Down Expand Up @@ -258665,6 +258686,27 @@
"type": "string"
}
},
{
"name": "has",
"in": "query",
"description": "<p>Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple <code>has</code> filters can be chained to check if multiple properties are present.</p>",
"schema": {
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string",
"enum": [
"patch"
]
}
}
]
}
},
{
"name": "scope",
"in": "query",
Expand Down Expand Up @@ -260602,6 +260644,27 @@
"type": "string"
}
},
{
"name": "has",
"in": "query",
"description": "<p>Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple <code>has</code> filters can be chained to check if multiple properties are present.</p>",
"schema": {
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string",
"enum": [
"patch"
]
}
}
]
}
},
{
"name": "scope",
"in": "query",
Expand Down Expand Up @@ -281318,7 +281381,7 @@
{
"name": "advanced_security_product",
"in": "query",
"description": "<p>The security feature to get GitHub Advanced Security active committers for.</p>",
"description": "<p>The security product to get GitHub Advanced Security active committers for. This parameter is required if you have puchased standalone Code Scanning or Secret Protection products to specify which one you want to get the committer information for, otherwise it is not required.</p>",
"required": false,
"schema": {
"type": "string",
Expand Down
Loading
Loading