diff --git a/src/audit-logs/data/ghes-3.17/enterprise.json b/src/audit-logs/data/ghes-3.17/enterprise.json index 6e621c9c68..15b22810a9 100644 --- a/src/audit-logs/data/ghes-3.17/enterprise.json +++ b/src/audit-logs/data/ghes-3.17/enterprise.json @@ -594,6 +594,11 @@ "description": "A user's Copilot Business or Copilot Enterprise seat was canceled manually by GitHub staff, and the user no longer has access to Copilot.", "docs_reference_links": "N/A" }, + { + "action": "copilot.user_access_reinstated", + "description": "N/A", + "docs_reference_links": "N/A" + }, { "action": "custom_hosted_runner.create", "description": "N/A", diff --git a/src/audit-logs/data/ghes-3.17/organization.json b/src/audit-logs/data/ghes-3.17/organization.json index 6fd075df94..52e050f48a 100644 --- a/src/audit-logs/data/ghes-3.17/organization.json +++ b/src/audit-logs/data/ghes-3.17/organization.json @@ -304,6 +304,11 @@ "description": "The plan for GitHub Copilot was scheduled to be downgraded.", "docs_reference_links": "N/A" }, + { + "action": "copilot.user_access_reinstated", + "description": "N/A", + "docs_reference_links": "N/A" + }, { "action": "custom_hosted_runner.create", "description": "N/A", diff --git a/src/audit-logs/data/ghes-3.17/user.json b/src/audit-logs/data/ghes-3.17/user.json index 4c69d8b220..35b2e5ec67 100644 --- a/src/audit-logs/data/ghes-3.17/user.json +++ b/src/audit-logs/data/ghes-3.17/user.json @@ -204,6 +204,11 @@ "description": "A user's Copilot Business or Copilot Enterprise seat was canceled manually by GitHub staff, and the user no longer has access to Copilot.", "docs_reference_links": "N/A" }, + { + "action": "copilot.user_access_reinstated", + "description": "N/A", + "docs_reference_links": "N/A" + }, { "action": "custom_hosted_runner.create", "description": "N/A", diff --git a/src/audit-logs/lib/config.json b/src/audit-logs/lib/config.json index 8076376f39..2a81a03a10 100644 --- a/src/audit-logs/lib/config.json +++ b/src/audit-logs/lib/config.json @@ -3,5 +3,5 @@ "apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.", "apiRequestEvent": "This event is only available via audit log streaming." }, - "sha": "0a41e6ffb3f8f24e0eacd1518e62e8360f9a5eb5" + "sha": "ec298358d957110bcdd9b7921afd7d4ab23107dd" } \ No newline at end of file