Skip to content

Commit 078b583

Browse files
authored
Merge pull request #45848 from github/repo-sync
Repo sync
2 parents ca58b18 + a2d810b commit 078b583

29 files changed

Lines changed: 5355 additions & 1178 deletions

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

Lines changed: 842 additions & 111 deletions
Large diffs are not rendered by default.

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

Lines changed: 215 additions & 23 deletions
Large diffs are not rendered by default.

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

Lines changed: 1373 additions & 484 deletions
Large diffs are not rendered by default.

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

Lines changed: 842 additions & 111 deletions
Large diffs are not rendered by default.

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

Lines changed: 215 additions & 23 deletions
Large diffs are not rendered by default.

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

Lines changed: 111 additions & 27 deletions
Large diffs are not rendered by default.

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

Lines changed: 87 additions & 23 deletions
Large diffs are not rendered by default.

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

Lines changed: 51 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@
578578
"actor_is_bot",
579579
"created_at",
580580
"name",
581+
"oauth_application_id",
581582
"operation_type",
582583
"policy"
583584
],
@@ -650,6 +651,7 @@
650651
"created_at",
651652
"limit",
652653
"name",
654+
"oauth_application_id",
653655
"operation_type"
654656
],
655657
"docs_reference_titles": "Enforcing policies for GitHub Actions in your enterprise"
@@ -683,6 +685,7 @@
683685
"user_agent",
684686
"actor_is_bot",
685687
"created_at",
688+
"default_workflow_permissions_value",
686689
"name",
687690
"oauth_application_id",
688691
"operation_type"
@@ -756,7 +759,8 @@
756759
"created_at",
757760
"name",
758761
"oauth_application_id",
759-
"operation_type"
762+
"operation_type",
763+
"workflow_permission_can_approve_pr_value"
760764
],
761765
"docs_reference_titles": "Enforcing policies for GitHub Actions in your enterprise"
762766
},
@@ -1198,6 +1202,7 @@
11981202
"user",
11991203
"user_id",
12001204
"user_agent",
1205+
"actor_is_agent",
12011206
"actor_is_bot",
12021207
"created_at",
12031208
"oauth_application_id",
@@ -1344,6 +1349,7 @@
13441349
"user",
13451350
"user_id",
13461351
"user_agent",
1352+
"actor_is_agent",
13471353
"actor_is_bot",
13481354
"created_at",
13491355
"operation_type",
@@ -2729,6 +2735,7 @@
27292735
"user",
27302736
"user_id",
27312737
"user_agent",
2738+
"actor_is_agent",
27322739
"actor_is_bot",
27332740
"created_at",
27342741
"name",
@@ -2765,6 +2772,7 @@
27652772
"user",
27662773
"user_id",
27672774
"user_agent",
2775+
"actor_is_agent",
27682776
"actor_is_bot",
27692777
"created_at",
27702778
"oauth_application_id",
@@ -2799,6 +2807,7 @@
27992807
"user",
28002808
"user_id",
28012809
"user_agent",
2810+
"actor_is_agent",
28022811
"actor_is_bot",
28032812
"created_at",
28042813
"name",
@@ -2871,6 +2880,7 @@
28712880
"user",
28722881
"user_id",
28732882
"user_agent",
2883+
"actor_is_agent",
28742884
"actor_is_bot",
28752885
"created_at",
28762886
"key",
@@ -3476,6 +3486,9 @@
34763486
"actor_is_bot",
34773487
"application_client_id",
34783488
"created_at",
3489+
"events_added",
3490+
"events_removed",
3491+
"events_unchanged",
34793492
"integration",
34803493
"name",
34813494
"operation_type",
@@ -3697,7 +3710,8 @@
36973710
"integration",
36983711
"name",
36993712
"oauth_application_id",
3700-
"operation_type"
3713+
"operation_type",
3714+
"user_programmatic_access_name"
37013715
],
37023716
"docs_reference_titles": "/apps/maintaining-github-apps/suspending-a-github-app-installation"
37033717
},
@@ -5029,8 +5043,10 @@
50295043
"user_agent",
50305044
"actor_is_bot",
50315045
"created_at",
5046+
"integration",
50325047
"oauth_application_name",
5033-
"operation_type"
5048+
"operation_type",
5049+
"topic"
50345050
],
50355051
"docs_reference_titles": "/apps/oauth-apps/using-oauth-apps/authorizing-oauth-apps"
50365052
},
@@ -5488,6 +5504,7 @@
54885504
"user",
54895505
"user_id",
54905506
"user_agent",
5507+
"actor_is_agent",
54915508
"actor_is_bot",
54925509
"created_at",
54935510
"oauth_application_id",
@@ -5564,6 +5581,7 @@
55645581
"actor_is_agent",
55655582
"actor_is_bot",
55665583
"created_at",
5584+
"default_workflow_permissions_value",
55675585
"oauth_application_id",
55685586
"operation_type",
55695587
"user_programmatic_access_name"
@@ -5639,7 +5657,8 @@
56395657
"created_at",
56405658
"oauth_application_id",
56415659
"operation_type",
5642-
"user_programmatic_access_name"
5660+
"user_programmatic_access_name",
5661+
"workflow_permission_can_approve_pr_value"
56435662
],
56445663
"docs_reference_titles": "/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization#preventing-github-actions-from-creating-or-approving-pull-requests"
56455664
},
@@ -6234,6 +6253,7 @@
62346253
"actor_is_bot",
62356254
"created_at",
62366255
"explanation",
6256+
"oauth_application_id",
62376257
"operation_type",
62386258
"user_programmatic_access_name"
62396259
]
@@ -7268,10 +7288,12 @@
72687288
"user",
72697289
"user_id",
72707290
"user_agent",
7291+
"actor_is_agent",
72717292
"actor_is_bot",
72727293
"created_at",
72737294
"oauth_application_id",
7274-
"operation_type"
7295+
"operation_type",
7296+
"user_programmatic_access_name"
72757297
],
72767298
"docs_reference_titles": "/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/managing-your-views"
72777299
},
@@ -7309,7 +7331,8 @@
73097331
"project_id",
73107332
"project_kind",
73117333
"project_name",
7312-
"public_project"
7334+
"public_project",
7335+
"user_programmatic_access_name"
73137336
]
73147337
},
73157338
{
@@ -7503,6 +7526,7 @@
75037526
"fingerprint",
75047527
"key",
75057528
"operation_type",
7529+
"public_repo",
75067530
"read_only",
75077531
"title"
75087532
],
@@ -9365,6 +9389,7 @@
93659389
"actor_is_agent",
93669390
"actor_is_bot",
93679391
"created_at",
9392+
"default_workflow_permissions_value",
93689393
"oauth_application_id",
93699394
"operation_type",
93709395
"public_repo",
@@ -9446,7 +9471,8 @@
94469471
"operation_type",
94479472
"public_repo",
94489473
"user_programmatic_access_name",
9449-
"visibility"
9474+
"visibility",
9475+
"workflow_permission_can_approve_pr_value"
94509476
],
94519477
"docs_reference_titles": "/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#preventing-github-actions-from-creating-or-approving-pull-requests"
94529478
},
@@ -11421,6 +11447,7 @@
1142111447
"user_id",
1142211448
"user_agent",
1142311449
"created_at",
11450+
"oauth_application_id",
1142411451
"operation_type"
1142511452
],
1142611453
"docs_reference_titles": "Maintaining ownership continuity of your personal account's repositories"
@@ -12221,6 +12248,7 @@
1222112248
"user",
1222212249
"user_id",
1222312250
"user_agent",
12251+
"actor_is_bot",
1222412252
"created_at",
1222512253
"oauth_application_id",
1222612254
"operation_type",
@@ -12394,6 +12422,7 @@
1239412422
"user",
1239512423
"user_id",
1239612424
"user_agent",
12425+
"actor_is_bot",
1239712426
"created_at",
1239812427
"operation_type"
1239912428
]
@@ -12559,7 +12588,7 @@
1255912588
},
1256012589
{
1256112590
"action": "user.disable_collaborators_only",
12562-
"description": "N/A",
12591+
"description": "The interaction limit for collaborators only was disabled for a personal account.",
1256312592
"docs_reference_links": "N/A",
1256412593
"fields": [
1256512594
"@timestamp",
@@ -12586,12 +12615,13 @@
1258612615
"user_agent",
1258712616
"created_at",
1258812617
"oauth_application_id",
12589-
"operation_type"
12618+
"operation_type",
12619+
"user_programmatic_access_name"
1259012620
]
1259112621
},
1259212622
{
1259312623
"action": "user.disable_contributors_only",
12594-
"description": "N/A",
12624+
"description": "The interaction limit for prior contributors only was disabled for a personal account.",
1259512625
"docs_reference_links": "N/A",
1259612626
"fields": [
1259712627
"@timestamp",
@@ -12617,12 +12647,13 @@
1261712647
"user_id",
1261812648
"user_agent",
1261912649
"created_at",
12650+
"oauth_application_id",
1262012651
"operation_type"
1262112652
]
1262212653
},
1262312654
{
1262412655
"action": "user.disable_sockpuppet_disallowed",
12625-
"description": "N/A",
12656+
"description": "The interaction limit for existing users only was disabled for a personal account.",
1262612657
"docs_reference_links": "N/A",
1262712658
"fields": [
1262812659
"@timestamp",
@@ -12648,6 +12679,7 @@
1264812679
"user_id",
1264912680
"user_agent",
1265012681
"created_at",
12682+
"oauth_application_id",
1265112683
"operation_type",
1265212684
"user_programmatic_access_name"
1265312685
]
@@ -12719,7 +12751,7 @@
1271912751
},
1272012752
{
1272112753
"action": "user.enable_collaborators_only",
12722-
"description": "N/A",
12754+
"description": "The interaction limit for collaborators only was enabled for a personal account.",
1272312755
"docs_reference_links": "N/A",
1272412756
"fields": [
1272512757
"@timestamp",
@@ -12746,12 +12778,13 @@
1274612778
"user_agent",
1274712779
"created_at",
1274812780
"oauth_application_id",
12749-
"operation_type"
12781+
"operation_type",
12782+
"user_programmatic_access_name"
1275012783
]
1275112784
},
1275212785
{
1275312786
"action": "user.enable_contributors_only",
12754-
"description": "N/A",
12787+
"description": "The interaction limit for prior contributors only was enabled for a personal account.",
1275512788
"docs_reference_links": "N/A",
1275612789
"fields": [
1275712790
"@timestamp",
@@ -12777,13 +12810,14 @@
1277712810
"user_id",
1277812811
"user_agent",
1277912812
"created_at",
12813+
"oauth_application_id",
1278012814
"operation_type",
1278112815
"user_programmatic_access_name"
1278212816
]
1278312817
},
1278412818
{
1278512819
"action": "user.enable_sockpuppet_disallowed",
12786-
"description": "N/A",
12820+
"description": "The interaction limit for existing users only was enabled for a personal account.",
1278712821
"docs_reference_links": "N/A",
1278812822
"fields": [
1278912823
"@timestamp",
@@ -12809,6 +12843,7 @@
1280912843
"user_id",
1281012844
"user_agent",
1281112845
"created_at",
12846+
"oauth_application_id",
1281212847
"operation_type",
1281312848
"user_programmatic_access_name"
1281412849
]
@@ -13761,6 +13796,7 @@
1376113796
"user",
1376213797
"user_id",
1376313798
"user_agent",
13799+
"actor_is_bot",
1376413800
"blocked_user",
1376513801
"created_at",
1376613802
"oauth_application_id",

0 commit comments

Comments
 (0)