6.2 KiB
title, shortTitle, intro, product, versions, topics
| title | shortTitle | intro | product | versions | topics | |||||
|---|---|---|---|---|---|---|---|---|---|---|
| Configuring larger runners for default setup | Configure larger runners | You can run {% data variables.product.prodname_code_scanning %} default setup more quickly on bigger codebases using {% data variables.actions.hosted_runners %}. | {% data reusables.actions.larger-runner-permissions %} |
|
|
{% data reusables.code-scanning.beta-larger-runners-support %}
About {% data variables.actions.hosted_runners %} for default setup
{% data reusables.actions.about-larger-runners %} For more information about {% data variables.actions.hosted_runners %}, see "AUTOTITLE."
Consider configuring {% data variables.actions.hosted_runners %} for default setup if:
- Your scans with standard {% data variables.product.prodname_dotcom %}-hosted runners are taking too long.
- Your scans with standard {% data variables.product.prodname_dotcom %}-hosted runners are returning memory or disk errors.
- You want to customize aspects of your {% data variables.product.prodname_code_scanning %} runner like the runner size, runner image, and job concurrency without using self-hosted runners.
Warning
Currently, Swift analysis is not available on {% data variables.actions.hosted_runners %} for default setup. Additionally, if your repository has access to a runner with the
code-scanninglabel, such as a {% data variables.actions.hosted_runner %} provisioned for default setup, default setup workflows will only use runners labeledcode-scanning. If you would like to configure default setup on {% data variables.actions.hosted_runners %} and analyze Swift, you have two options:
- Provision a self-hosted macOS runner with the
code-scanninglabel in addition to your {% data variables.actions.hosted_runner %}. For more information, see {% ifversion ghec %}"AUTOTITLE."{% else %}"AUTOTITLE."{% endif %}- Ensure any repositories containing Swift do not have access to runners with the label
code-scanning. Default setup workflows for that repository will only use standard runners.
{% ifversion ghec %}
Provisioning enterprise-level {% data variables.actions.hosted_runners %} for default setup
- Add a {% data variables.actions.hosted_runner %} to your enterprise. For more information, see "AUTOTITLE."
- To add the
code-scanninglabel to your {% data variables.actions.hosted_runner %}, name the runnercode-scanning. An enterprise can only have one {% data variables.actions.hosted_runner %} namedcode-scanning, and that runner will handle all {% data variables.product.prodname_code_scanning %} jobs for all organizations and repositories within your enterprise that:- Have access to the enterprise-level runner, and
- Don't have access to an organization-level {% data variables.actions.hosted_runner %} named
code-scanning. If an organization or repository also has access to an organization-level {% data variables.actions.hosted_runner %} namedcode-scanning, each {% data variables.product.prodname_code_scanning %} job will be randomly assigned to either the organization-level or enterprise-level runner. {% data reusables.actions.org-access-to-github-hosted-runners %}
- To add the
- To analyze repositories with default setup, grant the desired repositories access to the runner group your {% data variables.actions.hosted_runner %} is assigned to. For more information, see "AUTOTITLE."
- You can now configure default setup for your enterprise, organizations, and repositories, and your {% data variables.actions.hosted_runner %} will automatically pick up {% data variables.product.prodname_code_scanning %} jobs as previously specified. For more information on configuring default setup, see "AUTOTITLE" and "AUTOTITLE." {% endif %}
Provisioning organization-level {% data variables.actions.hosted_runners %} for default setup
- Add a {% data variables.actions.hosted_runner %} to your organization. For more information, see "AUTOTITLE."
- To add the
code-scanninglabel to your {% data variables.actions.hosted_runner %}, name the runnercode-scanning. An organization can only have one {% data variables.actions.hosted_runner %} with thecode-scanninglabel, and that runner will handle all {% data variables.product.prodname_code_scanning %} jobs from repositories within your organization with access to the runner's group.
- To add the
- By default, all repositories in your organization have access to organization-level runners, meaning every repository can use your {% data variables.actions.hosted_runner %}. For information on granting only select repositories access to a {% data variables.actions.hosted_runner %}, see "AUTOTITLE."
- You can now configure default setup for your organization and repositories, and your {% data variables.actions.hosted_runner %} will automatically pick up {% data variables.product.prodname_code_scanning %} jobs. For more information on configuring default setup, see "AUTOTITLE" and "AUTOTITLE."