Skip to content

Commit 3b5c0db

Browse files
authored
Merge pull request github#36658 from github/repo-sync
Repo sync
2 parents d3a8cb3 + 3d2b1de commit 3b5c0db

File tree

12 files changed

+382
-252
lines changed

12 files changed

+382
-252
lines changed

content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors.md

+4
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@ To fix this, you can do one of the following things.
146146
command: ["/home/runner/run.sh"]
147147
```
148148

149+
## Error: `failed to get access token for {% data variables.product.prodname_github_app %} auth: 401 Unauthorized`
150+
151+
A `401 Unauthorized` error when attempting to obtain an access token for a {% data variables.product.prodname_github_app %} could be a result of a Network Time Protocol (NTP) drift. Ensure that your Kubernetes system is accurately syncing with an NTP server and that there isn't a significant time drift. There is more leeway if your system time is behind {% data variables.product.github %}'s time, but if the environment is more than a few seconds ahead, 401 errors will occur when using {% data variables.product.prodname_github_app %}.
152+
149153
## Legal notice
150154

151155
{% data reusables.actions.actions-runner-controller-legal-notice %}

content/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/browsing-security-advisories-in-the-github-advisory-database.md

+17-17
Original file line numberDiff line numberDiff line change
@@ -53,23 +53,23 @@ You can search the database, and use qualifiers to narrow your search. For examp
5353

5454
| Qualifier | Example |
5555
| ---------- | ------- |
56-
| `type:reviewed`| [**type:reviewed**](https://github.com/advisories?query=type%3Areviewed) will show {% data variables.product.company_short %}-reviewed advisories for security vulnerabilities. |
57-
| `type:malware` | [**type:malware**](https://github.com/advisories?query=type%3Amalware) will show malware advisories. |
58-
| `type:unreviewed`| [**type:unreviewed**](https://github.com/advisories?query=type%3Aunreviewed) will show unreviewed advisories. |
59-
| `GHSA-ID`| [**GHSA-49wp-qq6x-g2rf**](https://github.com/advisories?query=GHSA-49wp-qq6x-g2rf) will show the advisory with this {% data variables.product.prodname_advisory_database %} ID. |
60-
| `CVE-ID`| [**CVE-2020-28482**](https://github.com/advisories?query=CVE-2020-28482) will show the advisory with this CVE ID number. |
61-
| `ecosystem:ECOSYSTEM`| [**ecosystem:npm**](https://github.com/advisories?utf8=%E2%9C%93&query=ecosystem%3Anpm) will show only advisories affecting npm packages. |
62-
| `severity:LEVEL`| [**severity:high**](https://github.com/advisories?utf8=%E2%9C%93&query=severity%3Ahigh) will show only advisories with a high severity level. |
63-
| `affects:LIBRARY`| [**affects:lodash**](https://github.com/advisories?utf8=%E2%9C%93&query=affects%3Alodash) will show only advisories affecting the lodash library. |
64-
| `cwe:ID`| [**cwe:352**](https://github.com/advisories?query=cwe%3A352) will show only advisories with this CWE number. |
65-
| `credit:USERNAME`| [**credit:octocat**](https://github.com/advisories?query=credit%3Aoctocat) will show only advisories credited to the "octocat" user account. |
66-
| `sort:created-asc`| [**sort:created-asc**](https://github.com/advisories?utf8=%E2%9C%93&query=sort%3Acreated-asc) will sort by the oldest advisories first. |
67-
| `sort:created-desc`| [**sort:created-desc**](https://github.com/advisories?utf8=%E2%9C%93&query=sort%3Acreated-desc) will sort by the newest advisories first. |
68-
| `sort:updated-asc`| [**sort:updated-asc**](https://github.com/advisories?utf8=%E2%9C%93&query=sort%3Aupdated-asc) will sort by the least recently updated first. |
69-
| `sort:updated-desc`| [**sort:updated-desc**](https://github.com/advisories?utf8=%E2%9C%93&query=sort%3Aupdated-desc) will sort by the most recently updated first. |
70-
| `is:withdrawn`| [**is:withdrawn**](https://github.com/advisories?utf8=%E2%9C%93&query=is%3Awithdrawn) will show only advisories that have been withdrawn. |
71-
| `created:YYYY-MM-DD`| [**created:2021-01-13**](https://github.com/advisories?utf8=%E2%9C%93&query=created%3A2021-01-13) will show only advisories created on this date. |
72-
| `updated:YYYY-MM-DD`| [**updated:2021-01-13**](https://github.com/advisories?utf8=%E2%9C%93&query=updated%3A2021-01-13) will show only advisories updated on this date. |
56+
| `type:reviewed`| [`type:reviewed`](https://github.com/advisories?query=type%3Areviewed) will show {% data variables.product.company_short %}-reviewed advisories for security vulnerabilities. |
57+
| `type:malware` | [`type:malware`](https://github.com/advisories?query=type%3Amalware) will show malware advisories. |
58+
| `type:unreviewed`| [`type:unreviewed`](https://github.com/advisories?query=type%3Aunreviewed) will show unreviewed advisories. |
59+
| `GHSA-ID`| [`GHSA-49wp-qq6x-g2rf`](https://github.com/advisories?query=GHSA-49wp-qq6x-g2rf) will show the advisory with this {% data variables.product.prodname_advisory_database %} ID. |
60+
| `CVE-ID`| [`CVE-2020-28482`](https://github.com/advisories?query=CVE-2020-28482) will show the advisory with this CVE ID number. |
61+
| `ecosystem:ECOSYSTEM`| [`ecosystem:npm`](https://github.com/advisories?utf8=%E2%9C%93&query=ecosystem%3Anpm) will show only advisories affecting npm packages. |
62+
| `severity:LEVEL`| [`severity:high`](https://github.com/advisories?utf8=%E2%9C%93&query=severity%3Ahigh) will show only advisories with a high severity level. |
63+
| `affects:LIBRARY`| [`affects:lodash`](https://github.com/advisories?utf8=%E2%9C%93&query=affects%3Alodash) will show only advisories affecting the lodash library. |
64+
| `cwe:ID`| [`cwe:352`](https://github.com/advisories?query=cwe%3A352) will show only advisories with this CWE number. |
65+
| `credit:USERNAME`| [`credit:octocat`](https://github.com/advisories?query=credit%3Aoctocat) will show only advisories credited to the "octocat" user account. |
66+
| `sort:created-asc`| [`sort:created-asc`](https://github.com/advisories?utf8=%E2%9C%93&query=sort%3Acreated-asc) will sort by the oldest advisories first. |
67+
| `sort:created-desc`| [`sort:created-desc`](https://github.com/advisories?utf8=%E2%9C%93&query=sort%3Acreated-desc) will sort by the newest advisories first. |
68+
| `sort:updated-asc`| [`sort:updated-asc`](https://github.com/advisories?utf8=%E2%9C%93&query=sort%3Aupdated-asc) will sort by the least recently updated first. |
69+
| `sort:updated-desc`| [`sort:updated-desc`](https://github.com/advisories?utf8=%E2%9C%93&query=sort%3Aupdated-desc) will sort by the most recently updated first. |
70+
| `is:withdrawn`| [`is:withdrawn`](https://github.com/advisories?utf8=%E2%9C%93&query=is%3Awithdrawn) will show only advisories that have been withdrawn. |
71+
| `created:YYYY-MM-DD`| [`created:2021-01-13`](https://github.com/advisories?utf8=%E2%9C%93&query=created%3A2021-01-13) will show only advisories created on this date. |
72+
| `updated:YYYY-MM-DD`| [`updated:2021-01-13`](https://github.com/advisories?utf8=%E2%9C%93&query=updated%3A2021-01-13) will show only advisories updated on this date. |
7373

7474
A `GHSA-ID` qualifier is a unique ID that we at {% data variables.product.prodname_dotcom %} automatically assign to every advisory in the {% data variables.product.prodname_advisory_database %}. For more information about these identifiers, see [About the {% data variables.product.prodname_advisory_database %}](/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/about-the-github-advisory-database#about-ghsa-ids).
7575

content/enterprise-onboarding/github-actions-for-your-enterprise/about-billing-for-github-actions.md

-6
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,6 @@ For example, if you use 3 GB of storage for 10 days of March and 12 GB for 21 da
146146
At the end of the month, {% data variables.product.prodname_dotcom %} rounds your storage to the nearest MB. Therefore, your storage usage for March would be 9.097 GB.
147147

148148
Your {% data variables.product.prodname_actions %} usage shares your account's existing billing date, payment method, and receipt. {% data reusables.dotcom_billing.view-all-subscriptions %}
149-
<!-- expires 2025-04-06 -->
150-
151-
> [!NOTE]
152-
> Coming April 6, 2025: Usage ingestion for {% data variables.product.github %}’s [enhanced billing platform](/billing/using-the-new-billing-platform/about-the-new-billing-platform) will change from every minute to every hour.
153-
154-
<!-- end expires 2025-04-06 -->
155149

156150
## About spending limits
157151

src/github-apps/lib/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
"2022-11-28"
6161
]
6262
},
63-
"sha": "bd20ee69c1c322d490ad715db8d0c68e8f92f432"
63+
"sha": "8474aa52ebc657dd2ac31b5ac18283a5708c5a68"
6464
}

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

+102
Original file line numberDiff line numberDiff line change
@@ -168529,6 +168529,18 @@
168529168529
],
168530168530
"default": "disabled"
168531168531
},
168532+
{
168533+
"type": "string",
168534+
"name": "secret_scanning_delegated_alert_dismissal",
168535+
"in": "body",
168536+
"description": "<p>The enablement status of secret scanning delegated alert dismissal</p>",
168537+
"enum": [
168538+
"enabled",
168539+
"disabled",
168540+
"not_set"
168541+
],
168542+
"default": "disabled"
168543+
},
168532168544
{
168533168545
"type": "string",
168534168546
"name": "private_vulnerability_reporting",
@@ -168602,6 +168614,7 @@
168602168614
"secret_scanning_validity_checks": "disabled",
168603168615
"secret_scanning_non_provider_patterns": "disabled",
168604168616
"secret_scanning_generic_secrets": "disabled",
168617+
"secret_scanning_delegated_alert_dismissal": "disabled",
168605168618
"private_vulnerability_reporting": "disabled",
168606168619
"enforcement": "enforced",
168607168620
"url": "https://api.github.com/enterprises/octo-enterprise/code-security/configurations/1325",
@@ -169342,6 +169355,7 @@
169342169355
"secret_scanning_validity_checks": "disabled",
169343169356
"secret_scanning_non_provider_patterns": "disabled",
169344169357
"secret_scanning_generic_secrets": "disabled",
169358+
"secret_scanning_delegated_alert_dismissal": "disabled",
169345169359
"private_vulnerability_reporting": "disabled",
169346169360
"enforcement": "enforced",
169347169361
"url": "https://api.github.com/enterprises/octo-enterprise/code-security/configurations/1325",
@@ -169818,6 +169832,18 @@
169818169832
],
169819169833
"default": "disabled"
169820169834
},
169835+
{
169836+
"type": "string",
169837+
"name": "secret_scanning_delegated_alert_dismissal",
169838+
"in": "body",
169839+
"description": "<p>The enablement status of secret scanning delegated alert dismissal</p>",
169840+
"enum": [
169841+
"enabled",
169842+
"disabled",
169843+
"not_set"
169844+
],
169845+
"default": "disabled"
169846+
},
169821169847
{
169822169848
"type": "string",
169823169849
"name": "private_vulnerability_reporting",
@@ -169887,6 +169913,7 @@
169887169913
"secret_scanning_validity_checks": "disabled",
169888169914
"secret_scanning_non_provider_patterns": "disabled",
169889169915
"secret_scanning_generic_secrets": "disabled",
169916+
"secret_scanning_delegated_alert_dismissal": "disabled",
169890169917
"private_vulnerability_reporting": "disabled",
169891169918
"enforcement": "enforced",
169892169919
"url": "https://api.github.com/enterprises/octo-enterprise/code-security/configurations/1325",
@@ -170432,6 +170459,7 @@
170432170459
"secret_scanning_validity_checks": "disabled",
170433170460
"secret_scanning_non_provider_patterns": "disabled",
170434170461
"secret_scanning_generic_secrets": "disabled",
170462+
"secret_scanning_delegated_alert_dismissal": "disabled",
170435170463
"private_vulnerability_reporting": "disabled",
170436170464
"enforcement": "enforced",
170437170465
"url": "https://api.github.com/orgs/octo-org/code-security/configurations/1325",
@@ -172238,6 +172266,7 @@
172238172266
"secret_scanning_validity_checks": "disabled",
172239172267
"secret_scanning_non_provider_patterns": "disabled",
172240172268
"secret_scanning_generic_secrets": "disabled",
172269+
"secret_scanning_delegated_alert_dismissal": "disabled",
172241172270
"private_vulnerability_reporting": "disabled",
172242172271
"enforcement": "enforced",
172243172272
"url": "https://api.github.com/orgs/octo-org/code-security/configurations/1325",
@@ -173074,6 +173103,7 @@
173074173103
"secret_scanning_validity_checks": "disabled",
173075173104
"secret_scanning_non_provider_patterns": "disabled",
173076173105
"secret_scanning_generic_secrets": "disabled",
173106+
"secret_scanning_delegated_alert_dismissal": "disabled",
173077173107
"private_vulnerability_reporting": "disabled",
173078173108
"enforcement": "enforced",
173079173109
"url": "https://api.github.com/orgs/octo-org/code-security/configurations/1325",
@@ -173679,6 +173709,7 @@
173679173709
"secret_scanning_validity_checks": "disabled",
173680173710
"secret_scanning_non_provider_patterns": "disabled",
173681173711
"secret_scanning_generic_secrets": "disabled",
173712+
"secret_scanning_delegated_alert_dismissal": "disabled",
173682173713
"private_vulnerability_reporting": "disabled",
173683173714
"enforcement": "enforced",
173684173715
"url": "https://api.github.com/orgs/octo-org/code-security/configurations/1325",
@@ -174225,6 +174256,7 @@
174225174256
"secret_scanning_validity_checks": "disabled",
174226174257
"secret_scanning_non_provider_patterns": "disabled",
174227174258
"secret_scanning_generic_secrets": "disabled",
174259+
"secret_scanning_delegated_alert_dismissal": "disabled",
174228174260
"private_vulnerability_reporting": "disabled",
174229174261
"enforcement": "enforced",
174230174262
"url": "https://api.github.com/orgs/octo-org/code-security/configurations/1325",
@@ -240565,6 +240597,20 @@
240565240597
"runtime",
240566240598
null
240567240599
]
240600+
},
240601+
"relationship": {
240602+
"type": [
240603+
"string",
240604+
"null"
240605+
],
240606+
"description": "The vulnerable dependency's relationship to your project.\n\n> [!NOTE]\n> We are rolling out support for dependency relationship across ecosystems. This value will be \"unknown\" for all dependencies in unsupported ecosystems.\n",
240607+
"readOnly": true,
240608+
"enum": [
240609+
"unknown",
240610+
"direct",
240611+
"transitive",
240612+
null
240613+
]
240568240614
}
240569240615
}
240570240616
},
@@ -242467,6 +242513,20 @@
242467242513
"runtime",
242468242514
null
242469242515
]
242516+
},
242517+
"relationship": {
242518+
"type": [
242519+
"string",
242520+
"null"
242521+
],
242522+
"description": "The vulnerable dependency's relationship to your project.\n\n> [!NOTE]\n> We are rolling out support for dependency relationship across ecosystems. This value will be \"unknown\" for all dependencies in unsupported ecosystems.\n",
242523+
"readOnly": true,
242524+
"enum": [
242525+
"unknown",
242526+
"direct",
242527+
"transitive",
242528+
null
242529+
]
242470242530
}
242471242531
}
242472242532
},
@@ -244268,6 +244328,20 @@
244268244328
"runtime",
244269244329
null
244270244330
]
244331+
},
244332+
"relationship": {
244333+
"type": [
244334+
"string",
244335+
"null"
244336+
],
244337+
"description": "The vulnerable dependency's relationship to your project.\n\n> [!NOTE]\n> We are rolling out support for dependency relationship across ecosystems. This value will be \"unknown\" for all dependencies in unsupported ecosystems.\n",
244338+
"readOnly": true,
244339+
"enum": [
244340+
"unknown",
244341+
"direct",
244342+
"transitive",
244343+
null
244344+
]
244271244345
}
244272244346
}
244273244347
},
@@ -245244,6 +245318,20 @@
245244245318
"runtime",
245245245319
null
245246245320
]
245321+
},
245322+
"relationship": {
245323+
"type": [
245324+
"string",
245325+
"null"
245326+
],
245327+
"description": "The vulnerable dependency's relationship to your project.\n\n> [!NOTE]\n> We are rolling out support for dependency relationship across ecosystems. This value will be \"unknown\" for all dependencies in unsupported ecosystems.\n",
245328+
"readOnly": true,
245329+
"enum": [
245330+
"unknown",
245331+
"direct",
245332+
"transitive",
245333+
null
245334+
]
245247245335
}
245248245336
}
245249245337
},
@@ -246256,6 +246344,20 @@
246256246344
"runtime",
246257246345
null
246258246346
]
246347+
},
246348+
"relationship": {
246349+
"type": [
246350+
"string",
246351+
"null"
246352+
],
246353+
"description": "The vulnerable dependency's relationship to your project.\n\n> [!NOTE]\n> We are rolling out support for dependency relationship across ecosystems. This value will be \"unknown\" for all dependencies in unsupported ecosystems.\n",
246354+
"readOnly": true,
246355+
"enum": [
246356+
"unknown",
246357+
"direct",
246358+
"transitive",
246359+
null
246360+
]
246259246361
}
246260246362
}
246261246363
},

0 commit comments

Comments
 (0)