You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors.md
+4
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,10 @@ To fix this, you can do one of the following things.
146
146
command: ["/home/runner/run.sh"]
147
147
```
148
148
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
+
149
153
## Legal notice
150
154
151
155
{% data reusables.actions.actions-runner-controller-legal-notice %}
Copy file name to clipboardexpand all lines: 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 number
Diff line number
Diff line change
@@ -53,23 +53,23 @@ You can search the database, and use qualifiers to narrow your search. For examp
53
53
54
54
| Qualifier | Example |
55
55
| ---------- | ------- |
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. |
73
73
74
74
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).
Copy file name to clipboardexpand all lines: content/enterprise-onboarding/github-actions-for-your-enterprise/about-billing-for-github-actions.md
-6
Original file line number
Diff line number
Diff 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
146
146
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.
147
147
148
148
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.
"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
+
]
240568
240614
}
240569
240615
}
240570
240616
},
@@ -242467,6 +242513,20 @@
242467
242513
"runtime",
242468
242514
null
242469
242515
]
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
+
]
242470
242530
}
242471
242531
}
242472
242532
},
@@ -244268,6 +244328,20 @@
244268
244328
"runtime",
244269
244329
null
244270
244330
]
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
+
]
244271
244345
}
244272
244346
}
244273
244347
},
@@ -245244,6 +245318,20 @@
245244
245318
"runtime",
245245
245319
null
245246
245320
]
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
+
]
245247
245335
}
245248
245336
}
245249
245337
},
@@ -246256,6 +246344,20 @@
246256
246344
"runtime",
246257
246345
null
246258
246346
]
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",
0 commit comments