Skip to content

Commit 0ee646d

Browse files
docs-botsunbrye
andauthored
Update audit log event data (#55502)
Co-authored-by: Sunbrye Ly <[email protected]>
1 parent b8394b6 commit 0ee646d

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

src/audit-logs/data/fpt/organization.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,11 @@
369369
"description": "Dependabot alerts were enabled for all new repositories.",
370370
"docs_reference_links": "/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization#enabling-or-disabling-a-feature-automatically-when-new-repositories-are-added"
371371
},
372+
{
373+
"action": "dependabot_repository_access.default_access_level_updated",
374+
"description": "The default repository access for Dependabot was updated.",
375+
"docs_reference_links": "N/A"
376+
},
372377
{
373378
"action": "dependabot_repository_access.repositories_updated",
374379
"description": "The repositories that Dependabot can access were updated.",

src/audit-logs/data/ghec/enterprise.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,6 +989,11 @@
989989
"description": "Dependabot alerts were enabled for all new repositories.",
990990
"docs_reference_links": "/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization#enabling-or-disabling-a-feature-automatically-when-new-repositories-are-added"
991991
},
992+
{
993+
"action": "dependabot_repository_access.default_access_level_updated",
994+
"description": "The default repository access for Dependabot was updated.",
995+
"docs_reference_links": "N/A"
996+
},
992997
{
993998
"action": "dependabot_repository_access.repositories_updated",
994999
"description": "The repositories that Dependabot can access were updated.",

src/audit-logs/data/ghec/organization.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,11 @@
369369
"description": "Dependabot alerts were enabled for all new repositories.",
370370
"docs_reference_links": "/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization#enabling-or-disabling-a-feature-automatically-when-new-repositories-are-added"
371371
},
372+
{
373+
"action": "dependabot_repository_access.default_access_level_updated",
374+
"description": "The default repository access for Dependabot was updated.",
375+
"docs_reference_links": "N/A"
376+
},
372377
{
373378
"action": "dependabot_repository_access.repositories_updated",
374379
"description": "The repositories that Dependabot can access were updated.",

src/audit-logs/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
44
"apiRequestEvent": "This event is only available via audit log streaming."
55
},
6-
"sha": "961356f4c2523591e15b4f0cae039ee834edfb70"
6+
"sha": "03efba5e096f01d4d6e7d2ea9dfaf06a8128fe60"
77
}

0 commit comments

Comments
 (0)