Skip to content

Commit 922f968

Browse files
authored
Merge pull request #37173 from github/repo-sync
Repo sync
2 parents f42ff66 + daaf59b commit 922f968

File tree

24 files changed

+245
-950
lines changed

24 files changed

+245
-950
lines changed

content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/displaying-ip-addresses-in-the-audit-log-for-your-enterprise.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ If members of your enterprise access {% data variables.location.product_location
4141
{% data reusables.enterprise-accounts.access-enterprise %}
4242
{% data reusables.enterprise-accounts.settings-tab %}
4343
{% data reusables.enterprise-accounts.audit-log-tab %}
44-
1. Under "Audit log", click **Settings**.
4544
{% data reusables.audit_log.enable-ip-disclosure %}
4645
1. Click **Save**.
4746

content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/displaying-ip-addresses-in-the-audit-log-for-your-organization.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ After you enable the feature, you can access the audit log to view events that i
4343

4444
{% data reusables.profile.access_org %}
4545
{% data reusables.profile.org_settings %}
46-
1. Click **Source IP disclosure**.
47-
48-
![Screenshot of the "Audit log" page for an organization. A tab, labeled "Source IP disclosure," is outlined in dark orange.](/assets/images/help/organizations/audit-log-source-ip-disclosure-tab.png)
46+
{% data reusables.audit_log.audit_log_sidebar_for_org_admins %}
4947
{% data reusables.audit_log.enable-ip-disclosure %}
5048
1. Click **Save**.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. Under "Disclose actor IP addresses in audit logs", select **Enable source IP disclosure**.
1+
1. On the **Settings** tab, under "Disclose actor IP addresses in audit logs", select **Enable source IP disclosure**.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. Under "{% octicon "gear" aria-hidden="true" %} Settings", click **Audit log**.
1+
1. Under "Settings", click **{% octicon "log" aria-hidden="true" %} Audit log**.

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,11 @@
614614
"description": "An OAuth access token was regenerated.",
615615
"docs_reference_links": "N/A"
616616
},
617+
{
618+
"action": "oauth_access.revoke",
619+
"description": "An OAuth access token was revoked.",
620+
"docs_reference_links": "N/A"
621+
},
617622
{
618623
"action": "oauth_access.update",
619624
"description": "An OAuth access token was updated.",

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,11 @@
614614
"description": "An OAuth access token was regenerated.",
615615
"docs_reference_links": "N/A"
616616
},
617+
{
618+
"action": "oauth_access.revoke",
619+
"description": "An OAuth access token was revoked.",
620+
"docs_reference_links": "N/A"
621+
},
617622
{
618623
"action": "oauth_access.update",
619624
"description": "An OAuth access token was updated.",

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,6 +1319,11 @@
13191319
"description": "An OAuth access token was regenerated.",
13201320
"docs_reference_links": "N/A"
13211321
},
1322+
{
1323+
"action": "oauth_access.revoke",
1324+
"description": "An OAuth access token was revoked.",
1325+
"docs_reference_links": "N/A"
1326+
},
13221327
{
13231328
"action": "oauth_access.update",
13241329
"description": "An OAuth access token was updated.",

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,11 @@
614614
"description": "An OAuth access token was regenerated.",
615615
"docs_reference_links": "N/A"
616616
},
617+
{
618+
"action": "oauth_access.revoke",
619+
"description": "An OAuth access token was revoked.",
620+
"docs_reference_links": "N/A"
621+
},
617622
{
618623
"action": "oauth_access.update",
619624
"description": "An OAuth access token was 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": "93fbf4422a5f29f4ea8ac36ec14edcae99da2e1e"
6+
"sha": "4ed474dae7b3144e0ff51d1831cef1d556e9e980"
77
}

src/github-apps/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
"2022-11-28"
6161
]
6262
},
63-
"sha": "1827b0fbaf32b97302aa43ab28d04497d9990970"
63+
"sha": "87477e51bc28423c080137f93c1d646251157b74"
6464
}

src/rest/data/fpt-2022-11-28/schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162536,6 +162536,7 @@
162536162536
"javascript",
162537162537
"python",
162538162538
"ruby",
162539+
"rust",
162539162540
"swift"
162540162541
]
162541162542
},
@@ -163891,6 +163892,7 @@
163891163892
"javascript",
163892163893
"python",
163893163894
"ruby",
163895+
"rust",
163894163896
"swift"
163895163897
]
163896163898
},
@@ -165246,6 +165248,7 @@
165246165248
"javascript",
165247165249
"python",
165248165250
"ruby",
165251+
"rust",
165249165252
"swift"
165250165253
]
165251165254
},
@@ -166662,6 +166665,7 @@
166662166665
"javascript",
166663166666
"python",
166664166667
"ruby",
166668+
"rust",
166665166669
"swift"
166666166670
]
166667166671
},

src/rest/data/ghec-2022-11-28/schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173607,6 +173607,7 @@
173607173607
"javascript",
173608173608
"python",
173609173609
"ruby",
173610+
"rust",
173610173611
"swift"
173611173612
]
173612173613
},
@@ -174962,6 +174963,7 @@
174962174963
"javascript",
174963174964
"python",
174964174965
"ruby",
174966+
"rust",
174965174967
"swift"
174966174968
]
174967174969
},
@@ -176317,6 +176319,7 @@
176317176319
"javascript",
176318176320
"python",
176319176321
"ruby",
176322+
"rust",
176320176323
"swift"
176321176324
]
176322176325
},
@@ -177733,6 +177736,7 @@
177733177736
"javascript",
177734177737
"python",
177735177738
"ruby",
177739+
"rust",
177736177740
"swift"
177737177741
]
177738177742
},

0 commit comments

Comments
 (0)