diff --git a/src/audit-logs/data/fpt/organization.json b/src/audit-logs/data/fpt/organization.json index a178e67b4b..1a641582f3 100644 --- a/src/audit-logs/data/fpt/organization.json +++ b/src/audit-logs/data/fpt/organization.json @@ -564,11 +564,21 @@ "description": "Token(s) for an integration were revoked.", "docs_reference_links": "N/A" }, + { + "action": "integration.suspend", + "description": "An integration was suspended.", + "docs_reference_links": "N/A" + }, { "action": "integration.transfer", "description": "Ownership of an integration was transferred to another user or organization.", "docs_reference_links": "N/A" }, + { + "action": "integration.unsuspend", + "description": "An integration was unsuspended.", + "docs_reference_links": "N/A" + }, { "action": "ip_allow_list.disable", "description": "An IP allow list was disabled.", diff --git a/src/audit-logs/data/fpt/user.json b/src/audit-logs/data/fpt/user.json index bf8dd98938..7fb25dc965 100644 --- a/src/audit-logs/data/fpt/user.json +++ b/src/audit-logs/data/fpt/user.json @@ -454,11 +454,21 @@ "description": "Token(s) for an integration were revoked.", "docs_reference_links": "N/A" }, + { + "action": "integration.suspend", + "description": "An integration was suspended.", + "docs_reference_links": "N/A" + }, { "action": "integration.transfer", "description": "Ownership of an integration was transferred to another user or organization.", "docs_reference_links": "N/A" }, + { + "action": "integration.unsuspend", + "description": "An integration was unsuspended.", + "docs_reference_links": "N/A" + }, { "action": "marketplace_agreement_signature.create", "description": "The GitHub Marketplace Developer Agreement was signed.", diff --git a/src/audit-logs/data/ghec/enterprise.json b/src/audit-logs/data/ghec/enterprise.json index b8ef51b419..7e417a3dfb 100644 --- a/src/audit-logs/data/ghec/enterprise.json +++ b/src/audit-logs/data/ghec/enterprise.json @@ -1254,11 +1254,21 @@ "description": "Token(s) for an integration were revoked.", "docs_reference_links": "N/A" }, + { + "action": "integration.suspend", + "description": "An integration was suspended.", + "docs_reference_links": "N/A" + }, { "action": "integration.transfer", "description": "Ownership of an integration was transferred to another user or organization.", "docs_reference_links": "N/A" }, + { + "action": "integration.unsuspend", + "description": "An integration was unsuspended.", + "docs_reference_links": "N/A" + }, { "action": "ip_allow_list.disable", "description": "An IP allow list was disabled.", diff --git a/src/audit-logs/data/ghec/organization.json b/src/audit-logs/data/ghec/organization.json index 7300ab954e..6a80b93a2c 100644 --- a/src/audit-logs/data/ghec/organization.json +++ b/src/audit-logs/data/ghec/organization.json @@ -564,11 +564,21 @@ "description": "Token(s) for an integration were revoked.", "docs_reference_links": "N/A" }, + { + "action": "integration.suspend", + "description": "An integration was suspended.", + "docs_reference_links": "N/A" + }, { "action": "integration.transfer", "description": "Ownership of an integration was transferred to another user or organization.", "docs_reference_links": "N/A" }, + { + "action": "integration.unsuspend", + "description": "An integration was unsuspended.", + "docs_reference_links": "N/A" + }, { "action": "ip_allow_list.disable", "description": "An IP allow list was disabled.", diff --git a/src/audit-logs/data/ghec/user.json b/src/audit-logs/data/ghec/user.json index 17bf3b7ec1..87c8a1c02c 100644 --- a/src/audit-logs/data/ghec/user.json +++ b/src/audit-logs/data/ghec/user.json @@ -419,11 +419,21 @@ "description": "Token(s) for an integration were revoked.", "docs_reference_links": "N/A" }, + { + "action": "integration.suspend", + "description": "An integration was suspended.", + "docs_reference_links": "N/A" + }, { "action": "integration.transfer", "description": "Ownership of an integration was transferred to another user or organization.", "docs_reference_links": "N/A" }, + { + "action": "integration.unsuspend", + "description": "An integration was unsuspended.", + "docs_reference_links": "N/A" + }, { "action": "marketplace_agreement_signature.create", "description": "The GitHub Marketplace Developer Agreement was signed.", diff --git a/src/audit-logs/lib/config.json b/src/audit-logs/lib/config.json index 4b9d8f5b32..2d2be76d23 100644 --- a/src/audit-logs/lib/config.json +++ b/src/audit-logs/lib/config.json @@ -1,4 +1,4 @@ { "apiOnlyEventsAdditionalDescription": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.", - "sha": "5feaab79bb222c2650512d95c8b2e4976cd0aa4b" + "sha": "536fdc439ed5004890a5eb334b86047b2e1d6887" } \ No newline at end of file