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/automating-builds-and-tests/about-continuous-integration.md
+1
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ For a definition of common terms, see "[AUTOTITLE](/actions/learn-github-actions
51
51
Browse the complete list of CI starter workflow offered by {% data variables.product.company_short %} in the {% ifversion fpt or ghec %}[actions/starter-workflows](https://github.com/actions/starter-workflows/tree/main/ci) repository{% else %} `actions/starter-workflows` repository on {% data variables.location.product_location %}{% endif %}.
Copy file name to clipboardExpand all lines: content/actions/examples/using-concurrency-expressions-and-a-test-matrix.md
+1
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ topics:
45
45
| Running tests on the runner |`npm test`|
46
46
47
47
## Example workflow
48
+
48
49
The following workflow was created by the {% data variables.product.prodname_dotcom %} Docs Engineering team. The workflow runs tests against the code in a pull request. To review the latest version of this file in the [`github/docs`](https://github.com/github/docs) repository, see [`test.yml`](https://github.com/github/docs/blob/main/.github/workflows/test.yml).
Copy file name to clipboardExpand all lines: content/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups.md
+7
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ type: tutorial
46
46
{% endif %}
47
47
48
48
{% ifversion ghec or ghes or ghae %}
49
+
49
50
## Changing which organizations can access a runner group
50
51
51
52
{%- ifversion fpt or ghec or ghes %}
@@ -110,12 +111,14 @@ You can edit the name of your runner groups at the enterprise and organization l
110
111
-[Changing the name of an enterprise runner group](#changing-the-name-of-an-enterprise-runner-group)
111
112
112
113
### Changing the name of an organization runner group
114
+
113
115
{% endif %}
114
116
115
117
{% data reusables.actions.runner-groups-org-navigation %}
116
118
{% data reusables.actions.changing-the-name-of-a-runner-group %}
117
119
118
120
{% ifversion ghes or ghec or ghae %}
121
+
119
122
### Changing the name of an enterprise runner group
120
123
121
124
{% data reusables.actions.runner-groups-enterprise-navigation %}
@@ -135,6 +138,7 @@ You can edit the name of your runner groups at the enterprise and organization l
135
138
-[Moving an enterprise runner to a group](#moving-an-enterprise-runner-to-a-group)
136
139
137
140
### Moving an organization runner to a group
141
+
138
142
{% endif %}
139
143
140
144
{% data reusables.organizations.navigate-to-org %}
@@ -143,6 +147,7 @@ You can edit the name of your runner groups at the enterprise and organization l
143
147
{% data reusables.actions.moving-a-runner-to-a-group %}
144
148
145
149
{% ifversion ghes or ghec or ghae %}
150
+
146
151
### Moving an enterprise runner to a group
147
152
148
153
{% data reusables.enterprise-accounts.access-enterprise %}
@@ -161,12 +166,14 @@ You can edit the name of your runner groups at the enterprise and organization l
161
166
-[Removing a runner group from an enterprise](#removing-a-runner-group-from-an-enterprise)
162
167
163
168
### Removing a runner group from an organization
169
+
164
170
{% endif %}
165
171
166
172
{% data reusables.actions.runner-groups-org-navigation %}
167
173
{% data reusables.actions.removing-a-runner-group %}
168
174
169
175
{% ifversion ghes or ghec or ghae %}
176
+
170
177
### Removing a runner group from an enterprise
171
178
172
179
{% data reusables.actions.runner-groups-enterprise-navigation %}
Copy file name to clipboardExpand all lines: content/actions/hosting-your-own-runners/managing-self-hosted-runners/using-labels-with-self-hosted-runners.md
+5
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ You can create custom labels for runners at the repository{% ifversion ghec or g
37
37
{% data reusables.actions.self-hosted-runners-create-label-steps %}
38
38
39
39
{% ifversion ghec or ghes or ghae %}
40
+
40
41
### Creating a custom label for an enterprise runner
41
42
42
43
{% data reusables.enterprise-accounts.access-enterprise %}
@@ -46,6 +47,7 @@ You can create custom labels for runners at the repository{% ifversion ghec or g
46
47
{% data reusables.actions.self-hosted-runners-create-label-steps %}
47
48
48
49
{% endif %}
50
+
49
51
## Assigning a label to a self-hosted runner
50
52
51
53
You can assign labels to self-hosted runners at the repository{% ifversion ghec or ghes or ghae %}, organization, and enterprise{% else %} and organization{% endif %} levels.
@@ -65,6 +67,7 @@ You can assign labels to self-hosted runners at the repository{% ifversion ghec
65
67
{% data reusables.actions.self-hosted-runner-assign-label-steps %}
66
68
67
69
{% ifversion ghec or ghes or ghae %}
70
+
68
71
### Assigning a label to an enterprise runner
69
72
70
73
{% data reusables.enterprise-accounts.access-enterprise %}
@@ -75,6 +78,7 @@ You can assign labels to self-hosted runners at the repository{% ifversion ghec
75
78
{% data reusables.actions.self-hosted-runner-assign-label-steps %}
76
79
77
80
{% endif %}
81
+
78
82
## Removing a custom label from a self-hosted runner
79
83
80
84
You can remove custom labels from self-hosted runners at the repository{% ifversion ghec or ghes or ghae %}, organization, and enterprise{% else %} and organization{% endif %} levels.
@@ -94,6 +98,7 @@ You can remove custom labels from self-hosted runners at the repository{% ifvers
94
98
{% data reusables.actions.self-hosted-runner-remove-label-steps %}
95
99
96
100
{% ifversion ghec or ghes or ghae %}
101
+
97
102
### Removing a custom label from an enterprise runner
98
103
99
104
{% data reusables.enterprise-accounts.access-enterprise %}
Copy file name to clipboardExpand all lines: content/actions/using-github-hosted-runners/about-larger-runners/managing-larger-runners.md
+8
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ redirect_from:
10
10
---
11
11
12
12
{% ifversion ghec %}
13
+
13
14
## Adding a {% data variables.actions.hosted_runner %} to an enterprise
14
15
15
16
Enterprise owners can add {% data variables.actions.hosted_runner %}s to an enterprise and assign them to organizations. By default, when a {% data variables.actions.hosted_runner %} is created for an enterprise, it is added to a default runner group that all organizations in the enterprise have access to. While all organizations are granted access to the runner, the repositories in each organization **are not** granted access. For each organization, an organization owner must configure the runner group to specify which repositories have access to the enterprise runner. For more information, see "[Allowing repositories to access a runner group](#allowing-repositories-to-access-a-runner-group)."
@@ -69,6 +70,7 @@ You can edit the name of your {% data variables.actions.hosted_runner %}s.
69
70
-[Changing the name of an enterprise runner](#changing-the-name-of-an-enterprise-runner)
70
71
71
72
### Changing the name of an organization runner
73
+
72
74
{% endif %}
73
75
74
76
{% data reusables.organizations.navigate-to-org %}
@@ -78,6 +80,7 @@ You can edit the name of your {% data variables.actions.hosted_runner %}s.
78
80
{% data reusables.actions.rename-larger-runner %}
79
81
80
82
{% ifversion ghec %}
83
+
81
84
### Changing the name of an enterprise runner
82
85
83
86
{% data reusables.enterprise-accounts.access-enterprise %}
@@ -95,7 +98,9 @@ You can control the maximum number of jobs allowed to run concurrently for speci
95
98
{% ifversion ghec %}
96
99
-[Configuring autoscaling for an organization runner](#configuring-autoscaling-for-an-organization-runner)
97
100
-[Configuring autoscaling for an enterprise runner](#configuring-autoscaling-for-an-enterprise-runner)
101
+
98
102
### Configuring autoscaling for an organization runner
103
+
99
104
{% endif %}
100
105
101
106
{% data reusables.organizations.navigate-to-org %}
@@ -105,6 +110,7 @@ You can control the maximum number of jobs allowed to run concurrently for speci
105
110
{% data reusables.actions.configure-autoscaling-for-larger-runners %}
106
111
107
112
{% ifversion ghec %}
113
+
108
114
### Configuring autoscaling for an enterprise runner
109
115
110
116
{% data reusables.enterprise-accounts.access-enterprise %}
@@ -133,6 +139,7 @@ The number of available IP addresses in the assigned ranges does not restrict nu
133
139
-[Creating static IP addresses for enterprise runners](#creating-static-ip-addresses-for-enterprise-runners)
134
140
135
141
### Creating static IP addresses for organization runners
142
+
136
143
{% endif %}
137
144
138
145
{% data reusables.organizations.navigate-to-org %}
@@ -142,6 +149,7 @@ The number of available IP addresses in the assigned ranges does not restrict nu
142
149
{% data reusables.actions..networking-for-larger-runners %}
143
150
144
151
{% ifversion ghec %}
152
+
145
153
### Creating static IP addresses for enterprise runners
146
154
147
155
{% data reusables.enterprise-accounts.access-enterprise %}
Copy file name to clipboardExpand all lines: content/admin/backing-up-and-restoring-your-instance/configuring-backups-on-your-instance.md
+1
Original file line number
Diff line number
Diff line change
@@ -277,6 +277,7 @@ On an instance in a high-availability configuration, after you restore to new di
277
277
To remediate after the restoration completes and before starting replication, you can tear down stale UUIDs using `ghe-repl-teardown`. If you need further assistance, contact {% data variables.contact.contact_ent_support %}.
278
278
279
279
{% ifversion backup-utilities-progress %}
280
+
280
281
## Monitoring backup or restoration progress
281
282
282
283
During a backup or restoration operation, you can use the `ghe-backup-progress` utility on your backup host to monitor the operation's progress. The utility prints the progress of each job sequentially.
Copy file name to clipboardExpand all lines: content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise.md
+1
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,7 @@ Optionally, organization owners can further restrict the access policy of the ru
107
107
For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#changing-the-access-policy-of-a-self-hosted-runner-group)."
108
108
109
109
## 5. Automatically scale your self-hosted runners
110
+
110
111
{% ifversion actions-runner-controller %}Optionally, you can use {% data variables.product.prodname_actions_runner_controller %} (ARC) to automatically scale self-hosted runners. {% data reusables.actions.actions-runner-controller-about-arc %}
111
112
112
113
{% else %}Optionally, you can build custom tooling to automatically scale the self-hosted runners for {% ifversion ghec or ghae %}your enterprise{% elsif ghes %}{% data variables.location.product_location %}{% endif %}. For example, your tooling can respond to webhook events from {% data variables.location.product_location %} to automatically scale a cluster of runner machines. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/autoscaling-with-self-hosted-runners)."
Copy file name to clipboardExpand all lines: content/authentication/authenticating-with-a-passkey/signing-in-with-a-passkey.md
+1
Original file line number
Diff line number
Diff line change
@@ -31,5 +31,6 @@ Some authenticators allow passkeys to be used with nearby devices. For example,
31
31
1. On your nearby device, follow the prompts to complete the authentication process. For example, if you are using an iPhone, you might perform FaceID or enter your passcode.
Copy file name to clipboardExpand all lines: content/authentication/keeping-your-account-and-data-secure/sudo-mode.md
+1
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,7 @@ To confirm access for sudo mode, you {% ifversion totp-and-mobile-sudo-challenge
63
63
{%- endif %}
64
64
65
65
{% ifversion passkeys %}
66
+
66
67
## Confirming access using a passkey
67
68
68
69
You must have a passkey registered to your account to confirm access to your account for sudo mode using a passkey. For more information, see "[AUTOTITLE](/authentication/authenticating-with-a-passkey/about-passkeys)" and "[AUTOTITLE](/authentication/authenticating-with-a-passkey/managing-your-passkeys)."
Copy file name to clipboardExpand all lines: content/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication.md
+1
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ If you've set up a security key on your account, and your browser supports secur
51
51
1. Select the appropriate option in the prompt. Depending on your security key configuration, you may type a PIN, complete a biometric prompt, or use a physical security key.
52
52
53
53
{% ifversion passkeys %}
54
+
54
55
### Using a passkey
55
56
56
57
If you have enabled 2FA, and you have added a passkey to your account, you can use the passkey to sign in. Since passkeys satisfy both password and 2FA requirements, you can complete your sign in with a single step. For more information, see "[AUTOTITLE](/authentication/authenticating-with-a-passkey/about-passkeys)" and "[AUTOTITLE](/authentication/authenticating-with-a-passkey/signing-in-with-a-passkey)."
Copy file name to clipboardExpand all lines: content/billing/managing-the-plan-for-your-github-account/downgrading-your-accounts-plan.md
+1
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ To reduce the number of paid seats your organization uses, you can remove member
89
89
1. Review the information about your new payment on your next billing date, then click **Remove seats**.
90
90
91
91
{% ifversion ghec %}
92
+
92
93
## Downgrading your enterprise account's plan
93
94
94
95
Enterprise accounts are only available with {% data variables.product.prodname_enterprise %}, so it's not possible to downgrade an enterprise account to another plan.
Copy file name to clipboardExpand all lines: content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning.md
+1
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,7 @@ For information on bulk enablement, see "[AUTOTITLE](/code-security/code-scannin
167
167
168
168
{% endif %}
169
169
{% ifversion ghes < 3.5 %}
170
+
170
171
## Reasons for the "Analysis not found" message
171
172
172
173
If you used a pull request to add {% data variables.product.prodname_code_scanning %} to the repository, you will initially see an "Analysis not found" message when you click **Details** on the "{% data variables.product.prodname_code_scanning_caps %} results / TOOL NAME" check in a pull request.
Copy file name to clipboardExpand all lines: content/code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning-at-scale.md
+2
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ If the code in a repository changes to include {% ifversion code-scanning-defaul
54
54
55
55
{% endif %}
56
56
{% ifversion org-enable-code-scanning %}
57
+
57
58
## Configuring default setup for all eligible repositories in an organization
58
59
59
60
Through the "Code security and analysis" page of your organization's settings, you can enable default setup for all eligible repositories in your organization. For more information on repository eligibility, see "[Eligible repositories for {% data variables.product.prodname_codeql %} default setup at scale](#eligible-repositories-default-setup)."
@@ -80,6 +81,7 @@ Through the "Code security and analysis" page of your organization's settings, y
80
81
{% data variables.product.prodname_code_scanning_caps %} is configured at the repository level. For more information, see "[AUTOTITLE](/code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning)."
## Configuring default setup for a subset of repositories in an organization
84
86
85
87
Through security overview for your organization, you can find eligible repositories for default setup, then enable default setup across each of those repositories simultaneously. For more information on repository eligibility, see "[Eligible repositories for {% data variables.product.prodname_codeql %} default setup at scale](#eligible-repositories-default-setup)."
Copy file name to clipboardExpand all lines: content/code-security/code-scanning/managing-your-code-scanning-configuration/editing-your-configuration-of-default-setup.md
+2
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ If your codebase depends on a library or framework that is not recognized by the
26
26
If you need to change any other aspects of your {% data variables.product.prodname_code_scanning %} configuration, consider configuring advanced setup. For more information, see "[AUTOTITLE](/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning)."
## Customizing your existing configuration of default setup
30
31
31
32
{% data reusables.repositories.navigate-to-repo %}
@@ -38,6 +39,7 @@ If you need to change any other aspects of your {% data variables.product.prodna
38
39
1. To update your configuration, as well as run an initial analysis of your code with the new configuration, click **Save changes**. All future analyses will use your new configuration.
39
40
40
41
{% else %}
42
+
41
43
## Changing the selected query suite for your configuration of default setup
42
44
43
45
{% data reusables.repositories.navigate-to-repo %}
Copy file name to clipboardExpand all lines: content/code-security/code-scanning/troubleshooting-code-scanning/out-of-disk-or-memory.md
+3
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,14 @@ versions:
18
18
On very large projects, you may see `Error: "Out of disk"` or `Error: "Out of memory"` on self-hosted runners when running {% data variables.product.prodname_codeql %}. In this case, you may need to increase the memory or disk space available on your runners. You can review the recommended hardware resources for running {% data variables.product.prodname_codeql %} to make sure your self-hosted runners meet those requirements. For more information, see "[AUTOTITLE](/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/recommended-hardware-resources-for-running-codeql)."
19
19
20
20
{% else %}
21
+
21
22
## Use self-hosted runners
22
23
23
24
Self-hosted runners offer more control of hardware, operating system, and software tools than {% data variables.product.company_short %}-hosted runners can provide. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners)." You can review the recommended hardware resources for running {% data variables.product.prodname_codeql %} to make sure your self-hosted runners meet those requirements. For more information, see "[AUTOTITLE](/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/recommended-hardware-resources-for-running-codeql)."
24
25
25
26
{% ifversion actions-hosted-runners %}
27
+
26
28
## Use larger runners
29
+
27
30
You can use larger runners, which are {% data variables.product.company_short %}-hosted runners with more RAM, CPU, and disk space than standard runners. These runners have the runner application and other tools preinstalled. For more information about larger runners and the specifications you can use with them, see "[AUTOTITLE](/actions/using-github-hosted-runners/about-larger-runners)."{% endif %}
Copy file name to clipboardExpand all lines: content/code-security/codeql-cli/getting-started-with-the-codeql-cli/analyzing-your-code-with-codeql-queries.md
### Adding file coverage information to your results for monitoring
135
136
136
137
You can optionally submit file coverage information to {% data variables.product.product_name %} for display on the {% data variables.code-scanning.tool_status_page %} for {% data variables.product.prodname_code_scanning %}. For more information about file coverage information, see "[AUTOTITLE](/code-security/code-scanning/managing-your-code-scanning-configuration/about-the-tool-status-page#how-codeql-defines-scanned-files)."
0 commit comments