Skip to content

Commit 694445c

Browse files
authored
Merge pull request #33577 from github/repo-sync
Repo sync
2 parents a6ba70c + 247e74e commit 694445c

File tree

4 files changed

+136
-6
lines changed

4 files changed

+136
-6
lines changed

src/audit-logs/data/ghes-3.13/enterprise.json

Lines changed: 60 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@
8484
"description": "GitHub Advanced Security was disabled for new repositories in your enterprise.",
8585
"docs_reference_links": "/admin/code-security/managing-github-advanced-security-for-your-enterprise/managing-github-advanced-security-features-for-your-enterprise"
8686
},
87+
{
88+
"action": "business_advanced_security.disabled_for_new_user_namespace_repos",
89+
"description": "GitHub Advanced Security was disabled for new user namespace repositories in your enterprise.",
90+
"docs_reference_links": "/admin/code-security/managing-github-advanced-security-for-your-enterprise/managing-github-advanced-security-features-for-your-enterprise"
91+
},
8792
{
8893
"action": "business_advanced_security.enabled",
8994
"description": "GitHub Advanced Security was enabled for your enterprise.",
@@ -94,6 +99,11 @@
9499
"description": "GitHub Advanced Security was enabled for new repositories in your enterprise.",
95100
"docs_reference_links": "/admin/code-security/managing-github-advanced-security-for-your-enterprise/managing-github-advanced-security-features-for-your-enterprise"
96101
},
102+
{
103+
"action": "business_advanced_security.enabled_for_new_user_namespace_repos",
104+
"description": "GitHub Advanced Security was enabled for new user namespace repositories in your enterprise.",
105+
"docs_reference_links": "/admin/code-security/managing-github-advanced-security-for-your-enterprise/managing-github-advanced-security-features-for-your-enterprise"
106+
},
97107
{
98108
"action": "business.advanced_security_policy_update",
99109
"description": "An enterprise owner created, updated, or removed a policy for GitHub Advanced Security.",
@@ -104,6 +114,16 @@
104114
"description": "N/A",
105115
"docs_reference_links": "N/A"
106116
},
117+
{
118+
"action": "business_advanced_security.user_namespace_repos_disabled",
119+
"description": "GitHub Advanced Security was disabled for user namespace repositories in your enterprise.",
120+
"docs_reference_links": "/admin/code-security/managing-github-advanced-security-for-your-enterprise/managing-github-advanced-security-features-for-your-enterprise"
121+
},
122+
{
123+
"action": "business_advanced_security.user_namespace_repos_enabled",
124+
"description": "GitHub Advanced Security was enabled for user namespace repositories in your enterprise.",
125+
"docs_reference_links": "/admin/code-security/managing-github-advanced-security-for-your-enterprise/managing-github-advanced-security-features-for-your-enterprise"
126+
},
107127
{
108128
"action": "business.clear_actions_settings",
109129
"description": "An enterprise owner or site administrator cleared GitHub Actions policy settings for an enterprise.",
@@ -389,6 +409,11 @@
389409
"description": "A codespace was restored.",
390410
"docs_reference_links": "N/A"
391411
},
412+
{
413+
"action": "codespaces.start_environment",
414+
"description": "A codespace was started.",
415+
"docs_reference_links": "N/A"
416+
},
392417
{
393418
"action": "codespaces.suspend_environment",
394419
"description": "A codespace was stopped.",
@@ -864,11 +889,21 @@
864889
"description": "Token(s) for a GitHub App were revoked.",
865890
"docs_reference_links": "N/A"
866891
},
892+
{
893+
"action": "integration.suspend",
894+
"description": "A GitHub App was suspended.",
895+
"docs_reference_links": "/apps/maintaining-github-apps/suspending-a-github-app-installation"
896+
},
867897
{
868898
"action": "integration.transfer",
869899
"description": "Ownership of a GitHub App was transferred to another user or organization.",
870900
"docs_reference_links": "/apps/maintaining-github-apps/transferring-ownership-of-a-github-app"
871901
},
902+
{
903+
"action": "integration.unsuspend",
904+
"description": "A GitHub App was unsuspended.",
905+
"docs_reference_links": "/apps/maintaining-github-apps/suspending-a-github-app-installation"
906+
},
872907
{
873908
"action": "ip_allow_list.disable",
874909
"description": "An IP allow list was disabled.",
@@ -1154,11 +1189,6 @@
11541189
"description": "A user initiated a background job to delete an organization.",
11551190
"docs_reference_links": "N/A"
11561191
},
1157-
{
1158-
"action": "org.audit_log_export",
1159-
"description": "An export of the organization audit log was created. If the export included a query, the log will list the query used and the number of audit log entries matching that query.",
1160-
"docs_reference_links": "/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization#exporting-the-audit-log"
1161-
},
11621192
{
11631193
"action": "org.billing_signup_error",
11641194
"description": "N/A",
@@ -2114,6 +2144,26 @@
21142144
"description": "A code scanning configuration for a branch of a repository was deleted.",
21152145
"docs_reference_links": "/code-security/code-scanning/managing-code-scanning-alerts/managing-code-scanning-alerts-for-your-repository#removing-stale-configurations-and-alerts-from-a-branch"
21162146
},
2147+
{
2148+
"action": "repo.code_scanning_third_party_tools_disabled",
2149+
"description": "N/A",
2150+
"docs_reference_links": "N/A"
2151+
},
2152+
{
2153+
"action": "repo.code_scanning_third_party_tools_enabled",
2154+
"description": "N/A",
2155+
"docs_reference_links": "N/A"
2156+
},
2157+
{
2158+
"action": "repo.codeql_advanced_disabled",
2159+
"description": "N/A",
2160+
"docs_reference_links": "N/A"
2161+
},
2162+
{
2163+
"action": "repo.codeql_advanced_enabled",
2164+
"description": "N/A",
2165+
"docs_reference_links": "N/A"
2166+
},
21172167
{
21182168
"action": "repo.codeql_disabled",
21192169
"description": "Code scanning using the default setup was disabled for a repository.",
@@ -2574,6 +2624,11 @@
25742624
"description": "A secret scanning alert was revoked.",
25752625
"docs_reference_links": "N/A"
25762626
},
2627+
{
2628+
"action": "secret_scanning_alert.validate",
2629+
"description": "A secret scanning alert was validated.",
2630+
"docs_reference_links": "/code-security/secret-scanning/managing-alerts-from-secret-scanning"
2631+
},
25772632
{
25782633
"action": "secret_scanning.disable",
25792634
"description": "Secret scanning was disabled for all existing repositories.",

src/audit-logs/data/ghes-3.13/organization.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@
139139
"description": "A codespace was restored.",
140140
"docs_reference_links": "N/A"
141141
},
142+
{
143+
"action": "codespaces.start_environment",
144+
"description": "A codespace was started.",
145+
"docs_reference_links": "N/A"
146+
},
142147
{
143148
"action": "codespaces.suspend_environment",
144149
"description": "A codespace was stopped.",
@@ -159,6 +164,11 @@
159164
"description": "A commit comment was updated.",
160165
"docs_reference_links": "N/A"
161166
},
167+
{
168+
"action": "copilot.access_revoked",
169+
"description": "Copilot access was revoked for the organization or enterprise due to its Copilot subscription ending, an issue with billing the entity, the entity being marked spammy, or the entity being suspended.",
170+
"docs_reference_links": "N/A"
171+
},
162172
{
163173
"action": "copilot.cfb_org_settings_changed",
164174
"description": "Copilot feature settings were changed at the organization level.",
@@ -209,6 +219,21 @@
209219
"description": "The excluded paths for GitHub Copilot were updated.",
210220
"docs_reference_links": "N/A"
211221
},
222+
{
223+
"action": "copilot.knowledge_base_created",
224+
"description": "A knowledge base was created in the organization.",
225+
"docs_reference_links": "copilot/github-copilot-enterprise/copilot-chat-in-github/managing-copilot-knowledge-bases"
226+
},
227+
{
228+
"action": "copilot.knowledge_base_deleted",
229+
"description": "A knowledge base was deleted from the organization.",
230+
"docs_reference_links": "copilot/github-copilot-enterprise/copilot-chat-in-github/managing-copilot-knowledge-bases"
231+
},
232+
{
233+
"action": "copilot.knowledge_base_updated",
234+
"description": "A knowledge base was updated in the organization.",
235+
"docs_reference_links": "copilot/github-copilot-enterprise/copilot-chat-in-github/managing-copilot-knowledge-bases"
236+
},
212237
{
213238
"action": "custom_hosted_runner.create",
214239
"description": "N/A",
@@ -559,11 +584,21 @@
559584
"description": "Token(s) for a GitHub App were revoked.",
560585
"docs_reference_links": "N/A"
561586
},
587+
{
588+
"action": "integration.suspend",
589+
"description": "A GitHub App was suspended.",
590+
"docs_reference_links": "/apps/maintaining-github-apps/suspending-a-github-app-installation"
591+
},
562592
{
563593
"action": "integration.transfer",
564594
"description": "Ownership of a GitHub App was transferred to another user or organization.",
565595
"docs_reference_links": "/apps/maintaining-github-apps/transferring-ownership-of-a-github-app"
566596
},
597+
{
598+
"action": "integration.unsuspend",
599+
"description": "A GitHub App was unsuspended.",
600+
"docs_reference_links": "/apps/maintaining-github-apps/suspending-a-github-app-installation"
601+
},
567602
{
568603
"action": "ip_allow_list.disable",
569604
"description": "An IP allow list was disabled.",
@@ -2174,6 +2209,26 @@
21742209
"description": "A code scanning configuration for a branch of a repository was deleted.",
21752210
"docs_reference_links": "/code-security/code-scanning/managing-code-scanning-alerts/managing-code-scanning-alerts-for-your-repository#removing-stale-configurations-and-alerts-from-a-branch"
21762211
},
2212+
{
2213+
"action": "repo.code_scanning_third_party_tools_disabled",
2214+
"description": "N/A",
2215+
"docs_reference_links": "N/A"
2216+
},
2217+
{
2218+
"action": "repo.code_scanning_third_party_tools_enabled",
2219+
"description": "N/A",
2220+
"docs_reference_links": "N/A"
2221+
},
2222+
{
2223+
"action": "repo.codeql_advanced_disabled",
2224+
"description": "N/A",
2225+
"docs_reference_links": "N/A"
2226+
},
2227+
{
2228+
"action": "repo.codeql_advanced_enabled",
2229+
"description": "N/A",
2230+
"docs_reference_links": "N/A"
2231+
},
21772232
{
21782233
"action": "repo.codeql_disabled",
21792234
"description": "Code scanning using the default setup was disabled for a repository.",
@@ -2794,6 +2849,11 @@
27942849
"description": "A secret scanning alert was revoked.",
27952850
"docs_reference_links": "N/A"
27962851
},
2852+
{
2853+
"action": "secret_scanning_alert.validate",
2854+
"description": "A secret scanning alert was validated.",
2855+
"docs_reference_links": "/code-security/secret-scanning/managing-alerts-from-secret-scanning"
2856+
},
27972857
{
27982858
"action": "secret_scanning.disable",
27992859
"description": "Secret scanning was disabled for all existing repositories.",

src/audit-logs/data/ghes-3.13/user.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@
134134
"description": "A codespace was restored.",
135135
"docs_reference_links": "N/A"
136136
},
137+
{
138+
"action": "codespaces.start_environment",
139+
"description": "A codespace was started.",
140+
"docs_reference_links": "N/A"
141+
},
137142
{
138143
"action": "codespaces.suspend_environment",
139144
"description": "A codespace was stopped.",
@@ -449,11 +454,21 @@
449454
"description": "Token(s) for a GitHub App were revoked.",
450455
"docs_reference_links": "N/A"
451456
},
457+
{
458+
"action": "integration.suspend",
459+
"description": "A GitHub App was suspended.",
460+
"docs_reference_links": "/apps/maintaining-github-apps/suspending-a-github-app-installation"
461+
},
452462
{
453463
"action": "integration.transfer",
454464
"description": "Ownership of a GitHub App was transferred to another user or organization.",
455465
"docs_reference_links": "/apps/maintaining-github-apps/transferring-ownership-of-a-github-app"
456466
},
467+
{
468+
"action": "integration.unsuspend",
469+
"description": "A GitHub App was unsuspended.",
470+
"docs_reference_links": "/apps/maintaining-github-apps/suspending-a-github-app-installation"
471+
},
457472
{
458473
"action": "marketplace_agreement_signature.create",
459474
"description": "The GitHub Marketplace Developer Agreement was signed.",

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": "476743b7f0d4adcd4b825fb00ce54b76b2d623b5"
6+
"sha": "2bc4c0cf2a3ac556565c1336dbaf3bf79cc97938"
77
}

0 commit comments

Comments
 (0)