Skip to content

Commit b660272

Browse files
authored
Merge pull request #42671 from github/repo-sync
Repo sync
2 parents 3f5ac3d + 256ae22 commit b660272

File tree

11 files changed

+684
-1
lines changed

11 files changed

+684
-1
lines changed

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

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3432,6 +3432,57 @@
34323432
"programmatic_access_type"
34333433
]
34343434
},
3435+
{
3436+
"action": "issue_comment.pinned",
3437+
"description": "A comment on an issue was pinned to a repository.",
3438+
"docs_reference_links": "N/A",
3439+
"fields": [
3440+
"user_agent",
3441+
"request_id",
3442+
"request_access_security_header",
3443+
"hashed_token",
3444+
"programmatic_access_type",
3445+
"actor",
3446+
"actor_id",
3447+
"oauth_application_id",
3448+
"token_id",
3449+
"token_scopes",
3450+
"repo",
3451+
"repo_id",
3452+
"public_repo",
3453+
"org",
3454+
"org_id",
3455+
"action",
3456+
"_document_id",
3457+
"@timestamp",
3458+
"created_at",
3459+
"operation_type",
3460+
"actor_is_bot"
3461+
]
3462+
},
3463+
{
3464+
"action": "issue_comment.unpinned",
3465+
"description": "A comment on an issue was unpinned from a repository.",
3466+
"docs_reference_links": "N/A",
3467+
"fields": [
3468+
"actor",
3469+
"actor_id",
3470+
"user_agent",
3471+
"request_id",
3472+
"request_access_security_header",
3473+
"repo",
3474+
"repo_id",
3475+
"public_repo",
3476+
"org",
3477+
"org_id",
3478+
"action",
3479+
"_document_id",
3480+
"@timestamp",
3481+
"created_at",
3482+
"operation_type",
3483+
"actor_is_bot"
3484+
]
3485+
},
34353486
{
34363487
"action": "issue_comment.update",
34373488
"description": "A comment on an issue (other than the initial one) changed.",
@@ -13544,6 +13595,56 @@
1354413595
"actor_is_bot"
1354513596
]
1354613597
},
13598+
{
13599+
"action": "repository_dependency_updates_self_hosted.disabled",
13600+
"description": "Dependency updates on self-hosted runners was disabled.",
13601+
"docs_reference_links": "code-security/how-tos/secure-your-supply-chain/manage-your-dependency-security/managing-dependabot-on-self-hosted-runners",
13602+
"fields": [
13603+
"actor",
13604+
"actor_id",
13605+
"user_agent",
13606+
"request_id",
13607+
"request_access_security_header",
13608+
"user",
13609+
"user_id",
13610+
"repo",
13611+
"repo_id",
13612+
"public_repo",
13613+
"action",
13614+
"_document_id",
13615+
"@timestamp",
13616+
"created_at",
13617+
"operation_type"
13618+
],
13619+
"docs_reference_titles": "code-security/how-tos/secure-your-supply-chain/manage-your-dependency-security/managing-dependabot-on-self-hosted-runners"
13620+
},
13621+
{
13622+
"action": "repository_dependency_updates_self_hosted.enabled",
13623+
"description": "Dependency updates on self-hosted runners was enabled.",
13624+
"docs_reference_links": "code-security/how-tos/secure-your-supply-chain/manage-your-dependency-security/managing-dependabot-on-self-hosted-runners",
13625+
"fields": [
13626+
"topic",
13627+
"actor",
13628+
"actor_id",
13629+
"user",
13630+
"user_id",
13631+
"repo",
13632+
"repo_id",
13633+
"public_repo",
13634+
"org",
13635+
"org_id",
13636+
"action",
13637+
"_document_id",
13638+
"@timestamp",
13639+
"created_at",
13640+
"operation_type",
13641+
"business",
13642+
"business_id",
13643+
"actor_is_bot",
13644+
"actor_is_agent"
13645+
],
13646+
"docs_reference_titles": "code-security/how-tos/secure-your-supply-chain/manage-your-dependency-security/managing-dependabot-on-self-hosted-runners"
13647+
},
1354713648
{
1354813649
"action": "repository_image.create",
1354913650
"description": "An image to represent a repository was uploaded.",

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

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1898,6 +1898,29 @@
18981898
"user_id"
18991899
]
19001900
},
1901+
{
1902+
"action": "business.members_limit_reached",
1903+
"description": "An enterprise has reached its members limit.",
1904+
"docs_reference_links": "N/A",
1905+
"fields": [
1906+
"actor",
1907+
"actor_id",
1908+
"user_agent",
1909+
"request_id",
1910+
"request_access_security_header",
1911+
"name",
1912+
"limit",
1913+
"count",
1914+
"business",
1915+
"business_id",
1916+
"action",
1917+
"_document_id",
1918+
"@timestamp",
1919+
"created_at",
1920+
"operation_type",
1921+
"actor_is_bot"
1922+
]
1923+
},
19011924
{
19021925
"action": "business.organizations_limit_warning",
19031926
"description": "An enterprise is approaching its organizations limit.",
@@ -7462,6 +7485,57 @@
74627485
"programmatic_access_type"
74637486
]
74647487
},
7488+
{
7489+
"action": "issue_comment.pinned",
7490+
"description": "A comment on an issue was pinned to a repository.",
7491+
"docs_reference_links": "N/A",
7492+
"fields": [
7493+
"user_agent",
7494+
"request_id",
7495+
"request_access_security_header",
7496+
"hashed_token",
7497+
"programmatic_access_type",
7498+
"actor",
7499+
"actor_id",
7500+
"oauth_application_id",
7501+
"token_id",
7502+
"token_scopes",
7503+
"repo",
7504+
"repo_id",
7505+
"public_repo",
7506+
"org",
7507+
"org_id",
7508+
"action",
7509+
"_document_id",
7510+
"@timestamp",
7511+
"created_at",
7512+
"operation_type",
7513+
"actor_is_bot"
7514+
]
7515+
},
7516+
{
7517+
"action": "issue_comment.unpinned",
7518+
"description": "A comment on an issue was unpinned from a repository.",
7519+
"docs_reference_links": "N/A",
7520+
"fields": [
7521+
"actor",
7522+
"actor_id",
7523+
"user_agent",
7524+
"request_id",
7525+
"request_access_security_header",
7526+
"repo",
7527+
"repo_id",
7528+
"public_repo",
7529+
"org",
7530+
"org_id",
7531+
"action",
7532+
"_document_id",
7533+
"@timestamp",
7534+
"created_at",
7535+
"operation_type",
7536+
"actor_is_bot"
7537+
]
7538+
},
74657539
{
74667540
"action": "issue_comment.update",
74677541
"description": "A comment on an issue (other than the initial one) changed.",
@@ -17032,6 +17106,56 @@
1703217106
"actor_is_bot"
1703317107
]
1703417108
},
17109+
{
17110+
"action": "repository_dependency_updates_self_hosted.disabled",
17111+
"description": "Dependency updates on self-hosted runners was disabled.",
17112+
"docs_reference_links": "code-security/how-tos/secure-your-supply-chain/manage-your-dependency-security/managing-dependabot-on-self-hosted-runners",
17113+
"fields": [
17114+
"actor",
17115+
"actor_id",
17116+
"user_agent",
17117+
"request_id",
17118+
"request_access_security_header",
17119+
"user",
17120+
"user_id",
17121+
"repo",
17122+
"repo_id",
17123+
"public_repo",
17124+
"action",
17125+
"_document_id",
17126+
"@timestamp",
17127+
"created_at",
17128+
"operation_type"
17129+
],
17130+
"docs_reference_titles": "code-security/how-tos/secure-your-supply-chain/manage-your-dependency-security/managing-dependabot-on-self-hosted-runners"
17131+
},
17132+
{
17133+
"action": "repository_dependency_updates_self_hosted.enabled",
17134+
"description": "Dependency updates on self-hosted runners was enabled.",
17135+
"docs_reference_links": "code-security/how-tos/secure-your-supply-chain/manage-your-dependency-security/managing-dependabot-on-self-hosted-runners",
17136+
"fields": [
17137+
"topic",
17138+
"actor",
17139+
"actor_id",
17140+
"user",
17141+
"user_id",
17142+
"repo",
17143+
"repo_id",
17144+
"public_repo",
17145+
"org",
17146+
"org_id",
17147+
"action",
17148+
"_document_id",
17149+
"@timestamp",
17150+
"created_at",
17151+
"operation_type",
17152+
"business",
17153+
"business_id",
17154+
"actor_is_bot",
17155+
"actor_is_agent"
17156+
],
17157+
"docs_reference_titles": "code-security/how-tos/secure-your-supply-chain/manage-your-dependency-security/managing-dependabot-on-self-hosted-runners"
17158+
},
1703517159
{
1703617160
"action": "repository_image.create",
1703717161
"description": "An image to represent a repository was uploaded.",

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

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3432,6 +3432,57 @@
34323432
"programmatic_access_type"
34333433
]
34343434
},
3435+
{
3436+
"action": "issue_comment.pinned",
3437+
"description": "A comment on an issue was pinned to a repository.",
3438+
"docs_reference_links": "N/A",
3439+
"fields": [
3440+
"user_agent",
3441+
"request_id",
3442+
"request_access_security_header",
3443+
"hashed_token",
3444+
"programmatic_access_type",
3445+
"actor",
3446+
"actor_id",
3447+
"oauth_application_id",
3448+
"token_id",
3449+
"token_scopes",
3450+
"repo",
3451+
"repo_id",
3452+
"public_repo",
3453+
"org",
3454+
"org_id",
3455+
"action",
3456+
"_document_id",
3457+
"@timestamp",
3458+
"created_at",
3459+
"operation_type",
3460+
"actor_is_bot"
3461+
]
3462+
},
3463+
{
3464+
"action": "issue_comment.unpinned",
3465+
"description": "A comment on an issue was unpinned from a repository.",
3466+
"docs_reference_links": "N/A",
3467+
"fields": [
3468+
"actor",
3469+
"actor_id",
3470+
"user_agent",
3471+
"request_id",
3472+
"request_access_security_header",
3473+
"repo",
3474+
"repo_id",
3475+
"public_repo",
3476+
"org",
3477+
"org_id",
3478+
"action",
3479+
"_document_id",
3480+
"@timestamp",
3481+
"created_at",
3482+
"operation_type",
3483+
"actor_is_bot"
3484+
]
3485+
},
34353486
{
34363487
"action": "issue_comment.update",
34373488
"description": "A comment on an issue (other than the initial one) changed.",
@@ -13544,6 +13595,56 @@
1354413595
"actor_is_bot"
1354513596
]
1354613597
},
13598+
{
13599+
"action": "repository_dependency_updates_self_hosted.disabled",
13600+
"description": "Dependency updates on self-hosted runners was disabled.",
13601+
"docs_reference_links": "code-security/how-tos/secure-your-supply-chain/manage-your-dependency-security/managing-dependabot-on-self-hosted-runners",
13602+
"fields": [
13603+
"actor",
13604+
"actor_id",
13605+
"user_agent",
13606+
"request_id",
13607+
"request_access_security_header",
13608+
"user",
13609+
"user_id",
13610+
"repo",
13611+
"repo_id",
13612+
"public_repo",
13613+
"action",
13614+
"_document_id",
13615+
"@timestamp",
13616+
"created_at",
13617+
"operation_type"
13618+
],
13619+
"docs_reference_titles": "code-security/how-tos/secure-your-supply-chain/manage-your-dependency-security/managing-dependabot-on-self-hosted-runners"
13620+
},
13621+
{
13622+
"action": "repository_dependency_updates_self_hosted.enabled",
13623+
"description": "Dependency updates on self-hosted runners was enabled.",
13624+
"docs_reference_links": "code-security/how-tos/secure-your-supply-chain/manage-your-dependency-security/managing-dependabot-on-self-hosted-runners",
13625+
"fields": [
13626+
"topic",
13627+
"actor",
13628+
"actor_id",
13629+
"user",
13630+
"user_id",
13631+
"repo",
13632+
"repo_id",
13633+
"public_repo",
13634+
"org",
13635+
"org_id",
13636+
"action",
13637+
"_document_id",
13638+
"@timestamp",
13639+
"created_at",
13640+
"operation_type",
13641+
"business",
13642+
"business_id",
13643+
"actor_is_bot",
13644+
"actor_is_agent"
13645+
],
13646+
"docs_reference_titles": "code-security/how-tos/secure-your-supply-chain/manage-your-dependency-security/managing-dependabot-on-self-hosted-runners"
13647+
},
1354713648
{
1354813649
"action": "repository_image.create",
1354913650
"description": "An image to represent a repository was uploaded.",

0 commit comments

Comments
 (0)