diff --git a/content/code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning.md b/content/code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning.md index 374599277a..ea9d717906 100644 --- a/content/code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning.md +++ b/content/code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning.md @@ -79,6 +79,13 @@ Compiled languages are not automatically included in default setup configuration ## Configuring default setup for a repository {% data reusables.repositories.navigate-to-repo %} + + {% note %} + + **Note:** If you are configuring default setup on a fork, you must first enable {% data variables.product.prodname_actions %}. To enable {% data variables.product.prodname_actions %}, under your repository name, click {% octicon "play" aria-hidden="true" %} **Actions**, then click **I understand my workflows, go ahead and enable them**. Be aware that this will enable all existing workflows on your fork. + + {% endnote %} + {% data reusables.repositories.sidebar-settings %} {% data reusables.user-settings.security-analysis %} 1. In the "{% data variables.product.prodname_code_scanning_caps %}" section, select **Set up** {% octicon "triangle-down" aria-hidden="true" %}, then click **Default**. diff --git a/content/rest/index.md b/content/rest/index.md index 25cb0fe2d2..1898bc2584 100644 --- a/content/rest/index.md +++ b/content/rest/index.md @@ -1,22 +1,20 @@ --- title: GitHub REST API documentation shortTitle: REST API -intro: >- - To create integrations, retrieve data, and automate your workflows, build with - the {% data variables.product.prodname_dotcom %} REST API. +intro: 'To create integrations, retrieve data, and automate your workflows, build with the {% data variables.product.prodname_dotcom %} REST API.' introLinks: quickstart: /rest/quickstart overview: /rest/guides/getting-started-with-the-rest-api featuredLinks: startHere: - /rest/guides/getting-started-with-the-rest-api - - /rest/guides/basics-of-authentication - - /rest/guides/best-practices-for-integrators + - /rest/overview/authenticating-to-the-rest-api + - /rest/guides/best-practices-for-using-the-rest-api - /rest/guides/using-pagination-in-the-rest-api popular: - /rest/overview/resources-in-the-rest-api - /rest/overview/api-versions - - /rest/overview/other-authentication-methods + - /rest/overview/authenticating-to-the-rest-api - /rest/overview/troubleshooting - /rest/guides/scripting-with-the-rest-api-and-javascript - /rest/overview/keeping-your-api-credentials-secure