зеркало из https://github.com/github/docs.git
remove 2.21 markup (#20954)
This commit is contained in:
Родитель
0c2f0d4ef0
Коммит
7398c30364
|
@ -9,7 +9,7 @@ redirect_from:
|
|||
- /actions/building-actions/about-actions
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: overview
|
||||
topics:
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: 'In this guide, you''ll learn how to build a composite run steps action.'
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -9,7 +9,7 @@ redirect_from:
|
|||
- /actions/building-actions/creating-a-docker-container-action
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -9,7 +9,7 @@ redirect_from:
|
|||
- /actions/building-actions/creating-a-javascript-action
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -7,7 +7,7 @@ redirect_from:
|
|||
- /actions/building-actions/dockerfile-support-for-github-actions
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: reference
|
||||
---
|
||||
|
|
|
@ -9,7 +9,7 @@ redirect_from:
|
|||
- /articles/creating-a-github-action/
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
children:
|
||||
- /about-actions
|
||||
|
|
|
@ -10,7 +10,7 @@ redirect_from:
|
|||
- /actions/building-actions/metadata-syntax-for-github-actions
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: reference
|
||||
---
|
||||
|
|
|
@ -7,7 +7,7 @@ redirect_from:
|
|||
- /actions/building-actions/setting-exit-codes-for-actions
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: how_to
|
||||
---
|
||||
|
|
|
@ -9,7 +9,7 @@ redirect_from:
|
|||
- /actions/building-and-testing-code-with-continuous-integration/about-continuous-integration
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: overview
|
||||
topics:
|
||||
|
|
|
@ -7,7 +7,7 @@ redirect_from:
|
|||
- /actions/publishing-packages-with-github-actions/about-packaging-with-github-actions
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: overview
|
||||
topics:
|
||||
|
|
|
@ -7,7 +7,7 @@ redirect_from:
|
|||
- /actions/configuring-and-managing-workflows/about-service-containers
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: overview
|
||||
topics:
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: 'You can use {% data variables.product.prodname_actions %} to automatical
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -6,7 +6,7 @@ redirect_from:
|
|||
- /actions/language-and-framework-guides/building-and-testing-java-with-ant
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -6,7 +6,7 @@ redirect_from:
|
|||
- /actions/language-and-framework-guides/building-and-testing-java-with-gradle
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -6,7 +6,7 @@ redirect_from:
|
|||
- /actions/language-and-framework-guides/building-and-testing-java-with-maven
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -4,9 +4,9 @@ intro: You can create a continuous integration (CI) workflow to build and test y
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
shortTitle: Build & test .NET
|
||||
shortTitle: Build & test .NET
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-beta %}
|
||||
|
|
|
@ -7,7 +7,7 @@ redirect_from:
|
|||
- /actions/language-and-framework-guides/using-nodejs-with-github-actions
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: You can create a continuous integration (CI) workflow to build and test y
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
authors:
|
||||
- potatoqualitee
|
||||
|
|
|
@ -7,7 +7,7 @@ redirect_from:
|
|||
- /actions/language-and-framework-guides/using-python-with-github-actions
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: You can create a continuous integration (CI) workflow to build and test y
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: You can create a continuous integration (CI) workflow to build and test y
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: You can create a continuous integration (CI) workflow in GitHub Actions t
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: 'You can use {% data variables.product.prodname_actions %} to comment on
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: 'You can use {% data variables.product.prodname_actions %} to automatical
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -8,7 +8,7 @@ redirect_from:
|
|||
- /actions/configuring-and-managing-workflows/creating-postgresql-service-containers
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -8,7 +8,7 @@ redirect_from:
|
|||
- /actions/configuring-and-managing-workflows/creating-redis-service-containers
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: You can deploy to Amazon Elastic Container Service (ECS) as part of your
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: You can deploy to Azure App Service as part of your continuous deployment
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: You can deploy to Google Kubernetes Engine as part of your continuous dep
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -16,7 +16,7 @@ redirect_from:
|
|||
- /actions/building-and-testing-code-with-continuous-integration
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
learningTracks:
|
||||
- getting_started
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: 'You can sign Xcode apps within your continuous integration (CI) workflow
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: 'You can use {% data variables.product.prodname_cli %} to interact with {
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: overview
|
||||
topics:
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: 'You can use {% data variables.product.prodname_actions %} to automatical
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -6,7 +6,7 @@ redirect_from:
|
|||
- /actions/language-and-framework-guides/publishing-docker-images
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -6,7 +6,7 @@ redirect_from:
|
|||
- /actions/language-and-framework-guides/publishing-java-packages-with-gradle
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -6,7 +6,7 @@ redirect_from:
|
|||
- /actions/language-and-framework-guides/publishing-java-packages-with-maven
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -7,7 +7,7 @@ redirect_from:
|
|||
- /actions/language-and-framework-guides/publishing-nodejs-packages
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: 'You can use {% data variables.product.prodname_actions %} to automatical
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: 'You can use {% data variables.product.prodname_actions %} to create an i
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -10,7 +10,7 @@ redirect_from:
|
|||
- /actions/building-and-testing-code-with-continuous-integration/setting-up-continuous-integration-using-github-actions
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -10,7 +10,7 @@ redirect_from:
|
|||
- /actions/configuring-and-managing-workflows/persisting-workflow-data-using-artifacts
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: 'You can use {% data variables.product.prodname_actions %} to automate ma
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: overview
|
||||
topics:
|
||||
|
|
|
@ -6,7 +6,7 @@ redirect_from:
|
|||
- /actions/automating-your-workflow-with-github-actions/about-self-hosted-runners
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: overview
|
||||
---
|
||||
|
|
|
@ -6,7 +6,7 @@ redirect_from:
|
|||
- /actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
shortTitle: Add self-hosted runners
|
||||
|
@ -61,7 +61,7 @@ You can add self-hosted runners to an enterprise, where they can be assigned to
|
|||
|
||||
{% ifversion fpt %}
|
||||
To add a self-hosted runner to an enterprise account, you must be an enterprise owner.
|
||||
{% elsif ghes > 2.21 or ghae %}
|
||||
{% elsif ghes or ghae %}
|
||||
To add a self-hosted runner at the enterprise level of {% data variables.product.product_location %}, you must be a site administrator.
|
||||
{% endif %}
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ redirect_from:
|
|||
- /actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
defaultPlatform: linux
|
||||
|
|
|
@ -6,7 +6,7 @@ redirect_from:
|
|||
- /actions/automating-your-workflow-with-github-actions/hosting-your-own-runners
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
children:
|
||||
- /about-self-hosted-runners
|
||||
|
|
|
@ -5,7 +5,7 @@ redirect_from:
|
|||
- /actions/hosting-your-own-runners/managing-access-to-self-hosted-runners
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
shortTitle: Manage access groups
|
||||
|
|
|
@ -7,7 +7,7 @@ redirect_from:
|
|||
- /actions/automating-your-workflow-with-github-actions/checking-the-status-of-self-hosted-runners
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
defaultPlatform: linux
|
||||
|
|
|
@ -6,7 +6,7 @@ redirect_from:
|
|||
- /actions/automating-your-workflow-with-github-actions/removing-self-hosted-runners
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
shortTitle: Remove self-hosted runners
|
||||
|
@ -67,7 +67,7 @@ To remove a self-hosted runner from an organization, you must be an organization
|
|||
|
||||
{% ifversion fpt %}
|
||||
To remove a self-hosted runner from an enterprise account, you must be an enterprise owner. We recommend that you also have access to the self-hosted runner machine.
|
||||
{% elsif ghes > 2.21 or ghae %}
|
||||
{% elsif ghes or ghae %}
|
||||
To remove a self-hosted runner at the enterprise level of {% data variables.product.product_location %}, you must be a site administrator. We recommend that you also have access to the self-hosted runner machine.
|
||||
{% endif %}
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ redirect_from:
|
|||
- /actions/automating-your-workflow-with-github-actions/using-a-proxy-server-with-self-hosted-runners
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
shortTitle: Proxy servers
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Using labels with self-hosted runners
|
|||
intro: You can use labels to organize your self-hosted runners based on their characteristics.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
shortTitle: Label runners
|
||||
|
|
|
@ -6,7 +6,7 @@ redirect_from:
|
|||
- /actions/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
shortTitle: Use runners in a workflow
|
||||
|
@ -70,7 +70,7 @@ These labels operate cumulatively, so a self-hosted runner’s labels must match
|
|||
|
||||
When routing a job to a self-hosted runner, {% data variables.product.prodname_dotcom %} looks for a runner that matches the job's `runs-on` labels:
|
||||
|
||||
1. {% data variables.product.prodname_dotcom %} first searches for a runner at the repository level, then at the organization level{% ifversion ghes > 2.21 or ghae %}, then at the enterprise level{% endif %}.
|
||||
1. {% data variables.product.prodname_dotcom %} first searches for a runner at the repository level, then at the organization level{% ifversion ghes or ghae %}, then at the enterprise level{% endif %}.
|
||||
2. The job is then sent to the first matching runner that is online and idle.
|
||||
- If all matching online runners are busy, the job will queue at the level with the highest number of matching online runners.
|
||||
- If all matching runners are offline, the job will queue at the level with the highest number of matching offline runners.
|
||||
|
|
|
@ -36,7 +36,7 @@ redirect_from:
|
|||
layout: product-landing
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
children:
|
||||
- /quickstart
|
||||
|
|
|
@ -4,7 +4,7 @@ shortTitle: Essential features
|
|||
intro: '{% data variables.product.prodname_actions %} are designed to help you build robust and dynamic automations. This guide will show you how to craft {% data variables.product.prodname_actions %} workflows that include environment variables, customized scripts, and more.'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: overview
|
||||
topics:
|
||||
|
|
|
@ -9,7 +9,7 @@ redirect_from:
|
|||
- /actions/getting-started-with-github-actions/using-community-workflows-and-actions
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: how_to
|
||||
topics:
|
||||
|
|
|
@ -27,7 +27,7 @@ redirect_from:
|
|||
- /actions/migrating-to-github-actions
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
children:
|
||||
- /introduction-to-github-actions
|
||||
|
|
|
@ -8,7 +8,7 @@ redirect_from:
|
|||
- /actions/getting-started-with-github-actions/core-concepts-for-github-actions
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: overview
|
||||
topics:
|
||||
|
|
|
@ -4,7 +4,7 @@ shortTitle: Managing complex workflows
|
|||
intro: 'This guide shows you how to use the advanced features of {% data variables.product.prodname_actions %}, with secret management, dependent jobs, caching, build matrices,{% ifversion fpt or ghes > 3.0 or ghae %} environments,{% endif %} and labels.'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: how_to
|
||||
topics:
|
||||
|
|
|
@ -5,7 +5,7 @@ redirect_from:
|
|||
- /actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -5,7 +5,7 @@ redirect_from:
|
|||
- /actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Migrating from GitLab CI/CD to GitHub Actions
|
|||
intro: '{% data variables.product.prodname_actions %} and GitLab CI/CD share several configuration similarities, which makes migrating to {% data variables.product.prodname_actions %} relatively straightforward.'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -5,7 +5,7 @@ redirect_from:
|
|||
- /actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -5,7 +5,7 @@ redirect_from:
|
|||
- /actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
|
|
|
@ -7,7 +7,7 @@ redirect_from:
|
|||
- /actions/getting-started-with-github-actions/security-hardening-for-github-actions
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: overview
|
||||
topics:
|
||||
|
@ -174,7 +174,6 @@ You can help mitigate this risk by following these good practices:
|
|||
{% endwarning %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
* **Audit the source code of the action**
|
||||
|
||||
Ensure that the action is handling the content of your repository and secrets as expected. For example, check that secrets are not sent to unintended hosts, or are not inadvertently logged.
|
||||
|
@ -276,7 +275,7 @@ The following tables describe the {% data variables.product.prodname_actions %}
|
|||
| `environment.update_actions_secret` | Triggered when a secret in an environment is updated. For more information, see ["Environment secrets](/actions/reference/environments#environment-secrets)."
|
||||
{% endif %}
|
||||
|
||||
{% ifversion fpt or ghes > 2.21 %}
|
||||
{% ifversion fpt or ghes %}
|
||||
### Events for configuration changes
|
||||
| Action | Description
|
||||
|------------------|-------------------
|
||||
|
|
|
@ -6,7 +6,7 @@ redirect_from:
|
|||
- /actions/configuring-and-managing-workflows/sharing-workflow-templates-within-your-organization
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: how_to
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: You can display a status badge in your repository to indicate the status
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
shortTitle: Add a status badge
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: 'You can cancel a workflow run that is in progress. When you cancel a wor
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
---
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: 'You can delete a workflow run that has been completed, or is more than t
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
---
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: You can download archived artifacts before they automatically expire.
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
shortTitle: Download workflow artifacts
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: 'If the workflow logs do not provide enough detail to diagnose why a work
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
---
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ redirect_from:
|
|||
- /actions/configuring-and-managing-workflows/configuring-and-managing-workflow-files-and-runs
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
children:
|
||||
- /using-the-visualization-graph
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: 'When a workflow is configured to run on the `workflow_dispatch` event, y
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
shortTitle: Manually run a workflow
|
||||
---
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
title: Re-running a workflow
|
||||
intro: You can re-run an instance of a workflow up to 30 days after the initial run.
|
||||
intro: You can re-run an instance of a workflow up to 30 days after the initial run.
|
||||
product: '{% data reusables.gated-features.actions %}'
|
||||
permissions: People with write permissions to a repository can re-run workflows in the repository.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
---
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: 'You can reclaim used {% data variables.product.prodname_actions %} stora
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
shortTitle: Remove workflow artifacts
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: 'You can view, search, and download the logs for each job in a workflow r
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
---
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: You can view logs for each run of a workflow. Logs include the status for
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
shortTitle: View workflow run history
|
||||
---
|
||||
|
|
|
@ -6,7 +6,7 @@ redirect_from:
|
|||
- /actions/getting-started-with-github-actions/starting-with-preconfigured-workflow-templates
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
type: quick_start
|
||||
topics:
|
||||
|
|
|
@ -8,7 +8,7 @@ redirect_from:
|
|||
- /actions/configuring-and-managing-workflows/authenticating-with-the-github_token
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
shortTitle: Authentication in a workflow
|
||||
---
|
||||
|
|
|
@ -10,7 +10,7 @@ redirect_from:
|
|||
- /actions/reference/contexts-and-expression-syntax-for-github-actions
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
miniTocMaxHeadingLevel: 3
|
||||
---
|
||||
|
|
|
@ -8,7 +8,7 @@ redirect_from:
|
|||
- /actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
---
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ redirect_from:
|
|||
- /actions/configuring-and-managing-workflows/using-environment-variables
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
---
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ redirect_from:
|
|||
- /actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
shortTitle: Events that trigger workflows
|
||||
---
|
||||
|
|
|
@ -5,7 +5,7 @@ redirect_from:
|
|||
- /actions/configuring-and-managing-workflows/using-variables-and-secrets-in-a-workflow
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
children:
|
||||
- /workflow-syntax-for-github-actions
|
||||
|
|
|
@ -6,7 +6,7 @@ redirect_from:
|
|||
- /actions/getting-started-with-github-actions/usage-and-billing-information-for-github-actions
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
topics:
|
||||
- Billing
|
||||
|
|
|
@ -11,7 +11,7 @@ redirect_from:
|
|||
- /actions/reference/logging-commands-for-github-actions
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
---
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ redirect_from:
|
|||
- /actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
---
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ redirect_from:
|
|||
- /actions/reference/specifications-for-github-hosted-runners
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
shortTitle: GitHub-hosted runners
|
||||
---
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ intro: You can install additional software on GitHub-hosted runners as a part of
|
|||
product: '{% data reusables.gated-features.actions %}'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
type: tutorial
|
||||
topics:
|
||||
- Workflows
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Using GitHub-hosted runners
|
|||
intro: You can use GitHub's runners to execute your GitHub Actions workflows.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
children:
|
||||
- /about-github-hosted-runners
|
||||
|
|
|
@ -8,7 +8,7 @@ redirect_from:
|
|||
- /enterprise/admin/configuration/configuring-code-scanning-for-your-appliance
|
||||
- /admin/configuration/configuring-code-scanning-for-your-appliance
|
||||
versions:
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
type: how_to
|
||||
topics:
|
||||
- Advanced Security
|
||||
|
|
|
@ -4,7 +4,7 @@ shortTitle: Enabling GitHub Advanced Security
|
|||
intro: 'You can configure {% data variables.product.product_name %} to include {% data variables.product.prodname_GH_advanced_security %}. This provides extra features that help users find and fix security problems in their code.'
|
||||
product: '{% data reusables.gated-features.ghas %}'
|
||||
versions:
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
type: how_to
|
||||
topics:
|
||||
- Advanced Security
|
||||
|
|
|
@ -7,7 +7,7 @@ redirect_from:
|
|||
- /enterprise/admin/configuration/configuring-advanced-security-features
|
||||
- /admin/configuration/configuring-advanced-security-features
|
||||
versions:
|
||||
ghes: '>=2.22'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- Enterprise
|
||||
children:
|
||||
|
|
|
@ -40,7 +40,7 @@ A mapping is created between the `NameID` and the {% data variables.product.prod
|
|||
|
||||
{% note %}
|
||||
|
||||
**Note**: If the `NameID` for a user does change on the IdP, the user will see an error message when they try to sign in to your {% data variables.product.prodname_ghe_server %} instance. {% ifversion ghes > 2.21 %}To restore the user's access, you'll need to update the user account's `NameID` mapping. For more information, see "[Updating a user's SAML `NameID`](#updating-a-users-saml-nameid)."{% else %} For more information, see "[Error: 'Another user already owns the account'](#error-another-user-already-owns-the-account)."{% endif %}
|
||||
**Note**: If the `NameID` for a user does change on the IdP, the user will see an error message when they try to sign in to your {% data variables.product.prodname_ghe_server %} instance. {% ifversion ghes %}To restore the user's access, you'll need to update the user account's `NameID` mapping. For more information, see "[Updating a user's SAML `NameID`](#updating-a-users-saml-nameid)."{% else %} For more information, see "[Error: 'Another user already owns the account'](#error-another-user-already-owns-the-account)."{% endif %}
|
||||
|
||||
{% endnote %}
|
||||
|
||||
|
@ -101,7 +101,7 @@ These attributes are available. You can change the attribute names in the [manag
|
|||
10. Modify the SAML attribute names to match your IdP if needed, or accept the default names.
|
||||
![SAML attribute names](/assets/images/enterprise/management-console/saml-attributes.png)
|
||||
|
||||
{% ifversion ghes > 2.21 %}
|
||||
{% ifversion ghes %}
|
||||
|
||||
## Updating a user's SAML `NameID`
|
||||
|
||||
|
@ -164,7 +164,7 @@ When the user signs in again, {% data variables.product.prodname_ghe_server %} c
|
|||
|
||||
> Another user already owns the account. Please have your administrator check the authentication log.
|
||||
|
||||
The message typically indicates that the person's username or email address has changed on the IdP. {% ifversion ghes > 2.21 %}Ensure that the `NameID` mapping for the user account on {% data variables.product.prodname_ghe_server %} matches the user's `NameID` on your IdP. For more information, see "[Updating a user's SAML `NameID`](#updating-a-users-saml-nameid)."{% else %}For help updating the `NameID` mapping, contact {% data variables.contact.contact_ent_support %}.{% endif %}
|
||||
The message typically indicates that the person's username or email address has changed on the IdP. {% ifversion ghes %}Ensure that the `NameID` mapping for the user account on {% data variables.product.prodname_ghe_server %} matches the user's `NameID` on your IdP. For more information, see "[Updating a user's SAML `NameID`](#updating-a-users-saml-nameid)."{% else %}For help updating the `NameID` mapping, contact {% data variables.contact.contact_ent_support %}.{% endif %}
|
||||
|
||||
### Error: Recipient in SAML response was blank or not valid
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ You can execute these commands from anywhere on the VM after signing in as an SS
|
|||
|
||||
This utility sets a banner at the top of every {% data variables.product.prodname_enterprise %} page. You can use it to broadcast a message to your users.
|
||||
|
||||
{% ifversion ghes > 2.21 %}
|
||||
{% ifversion ghes %}
|
||||
You can also set an announcement banner using the enterprise settings on {% data variables.product.product_name %}. For more information, see "[Customizing user messages on your instance](/enterprise/admin/user-management/customizing-user-messages-on-your-instance#creating-a-global-announcement-banner)."
|
||||
{% endif %}
|
||||
|
||||
|
@ -83,7 +83,7 @@ Allows you to find the universally unique identifier (UUID) of your node in `clu
|
|||
$ ghe-config <em>HOSTNAME</em>.uuid
|
||||
```
|
||||
|
||||
{% ifversion ghes > 2.21 %}
|
||||
{% ifversion ghes %}
|
||||
Allows you to exempt a list of users from API rate limits. For more information, see "[Resources in the REST API](/rest/overview/resources-in-the-rest-api#rate-limiting)."
|
||||
|
||||
``` shell
|
||||
|
@ -530,7 +530,7 @@ To send a bundle to {% data variables.contact.github_support %} and associate th
|
|||
$ ssh -p 122 admin@<em>hostname</em> -- 'ghe-cluster-support-bundle -t <em>ticket-id</em>'
|
||||
```
|
||||
|
||||
{% ifversion ghes > 2.21 %}
|
||||
{% ifversion ghes %}
|
||||
### ghe-cluster-failover
|
||||
|
||||
Fail over from active cluster nodes to passive cluster nodes. For more information, see "[Initiating a failover to your replica cluster](/enterprise/admin/enterprise-management/initiating-a-failover-to-your-replica-cluster)."
|
||||
|
|
|
@ -17,7 +17,7 @@ topics:
|
|||
|
||||
Enabling rate limits on {% data variables.product.prodname_enterprise_api %} can prevent overuse of resources by individual or unauthenticated users. For more information, see "[Resources in the REST API](/rest/overview/resources-in-the-rest-api#rate-limiting)."
|
||||
|
||||
{% ifversion ghes > 2.21 %}
|
||||
{% ifversion ghes %}
|
||||
You can exempt a list of users from API rate limits using the `ghe-config` utility in the administrative shell. For more information, see "[Command-line utilities](/enterprise/admin/configuration/command-line-utilities#ghe-config)."
|
||||
{% endif %}
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ topics:
|
|||
To access the dashboard, in the upper-right corner of any page, click {% octicon "rocket" aria-label="The rocket ship" %}.
|
||||
![Rocket ship icon for accessing site admin settings](/assets/images/enterprise/site-admin-settings/access-new-settings.png)
|
||||
|
||||
{% ifversion ghes > 2.21 %}
|
||||
{% ifversion ghes %}
|
||||
|
||||
## Search
|
||||
|
||||
|
@ -170,7 +170,7 @@ This controls how the [Issues][] index is repaired. You can
|
|||
- start a new index repair job
|
||||
- reset all index repair state
|
||||
|
||||
{% ifversion ghes > 2.21 %}
|
||||
{% ifversion ghes %}
|
||||
|
||||
## Enterprise overview
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ children:
|
|||
- /configuring-network-settings
|
||||
- /managing-connections-between-github-enterprise-server-and-github-enterprise-cloud
|
||||
---
|
||||
{% ifversion ghes > 2.21 %}
|
||||
{% ifversion ghes %}
|
||||
{% note %}
|
||||
|
||||
**Note:** To configure {% data variables.product.prodname_actions %} or {% data variables.product.prodname_registry %} for your enterprise, see "[Managing GitHub Actions for your enterprise](/admin/github-actions)" or "[Managing GitHub Packages for your enterprise](/admin/packages)."
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
title: Enabling alerts for vulnerable dependencies on GitHub Enterprise Server
|
||||
intro: 'You can connect {% data variables.product.product_location %} to {% data variables.product.prodname_ghe_cloud %} and enable the dependency graph and {% ifversion ghes > 2.21 %}{% data variables.product.prodname_dependabot %}{% else %}security{% endif %} alerts in repositories in your instance.'
|
||||
intro: 'You can connect {% data variables.product.product_location %} to {% data variables.product.prodname_ghe_cloud %} and enable the dependency graph and {% ifversion ghes %}{% data variables.product.prodname_dependabot %}{% else %}security{% endif %} alerts in repositories in your instance.'
|
||||
shortTitle: Enable alerts for dependencies
|
||||
redirect_from:
|
||||
- /enterprise/admin/installation/enabling-security-alerts-for-vulnerable-dependencies-on-github-enterprise-server
|
||||
- /enterprise/admin/configuration/enabling-security-alerts-for-vulnerable-dependencies-on-github-enterprise-server
|
||||
- /enterprise/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server
|
||||
- /admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server
|
||||
permissions: 'Site administrators for {% data variables.product.prodname_ghe_server %} who are also owners of the connected {% data variables.product.prodname_ghe_cloud %} organization or enterprise account can enable the dependency graph and {% ifversion ghes > 2.21 %}{% data variables.product.prodname_dependabot %}{% else %}security{% endif %} alerts on {% data variables.product.prodname_ghe_server %}.'
|
||||
permissions: 'Site administrators for {% data variables.product.prodname_ghe_server %} who are also owners of the connected {% data variables.product.prodname_ghe_cloud %} organization or enterprise account can enable the dependency graph and {% ifversion ghes %}{% data variables.product.prodname_dependabot %}{% else %}security{% endif %} alerts on {% data variables.product.prodname_ghe_server %}.'
|
||||
versions:
|
||||
ghes: '*'
|
||||
type: how_to
|
||||
|
@ -16,47 +16,41 @@ topics:
|
|||
- Security
|
||||
- Dependency graph
|
||||
- Dependabot
|
||||
|
||||
---
|
||||
## About alerts for vulnerable dependencies on {% data variables.product.prodname_ghe_server %}
|
||||
|
||||
To identify vulnerable dependencies in your repository and receive vulnerability alerts, you can use two security features:
|
||||
- The dependency graph
|
||||
- {% ifversion ghes > 2.21 %}{% data variables.product.prodname_dependabot %}{% else %}Security{% endif %} alerts
|
||||
- {% ifversion ghes %}{% data variables.product.prodname_dependabot %}{% else %}Security{% endif %} alerts
|
||||
|
||||
For more information, see "[About the dependency graph](/github/visualizing-repository-data-with-graphs/about-the-dependency-graph)" and "[About alerts for vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies)."
|
||||
|
||||
{% data reusables.repositories.tracks-vulnerabilities %}
|
||||
|
||||
You can connect {% data variables.product.product_location %} to {% data variables.product.prodname_dotcom_the_website %}, then sync vulnerability data to your instance and generate {% ifversion ghes > 2.21 %}{% data variables.product.prodname_dependabot %}{% else %}security{% endif %} alerts in repositories with a vulnerable dependency.
|
||||
You can connect {% data variables.product.product_location %} to {% data variables.product.prodname_dotcom_the_website %}, then sync vulnerability data to your instance and generate {% ifversion ghes %}{% data variables.product.prodname_dependabot %}{% else %}security{% endif %} alerts in repositories with a vulnerable dependency.
|
||||
|
||||
After connecting {% data variables.product.product_location %} to {% data variables.product.prodname_dotcom_the_website %} and enabling the dependency graph and {% ifversion ghes > 2.21 %}{% data variables.product.prodname_dependabot %}{% else %}security{% endif %} alerts for vulnerable dependencies, vulnerability data is synced from {% data variables.product.prodname_dotcom_the_website %} to your instance once every hour. You can also choose to manually sync vulnerability data at any time. No code or information about code from {% data variables.product.product_location %} is uploaded to {% data variables.product.prodname_dotcom_the_website %}.
|
||||
After connecting {% data variables.product.product_location %} to {% data variables.product.prodname_dotcom_the_website %} and enabling the dependency graph and {% ifversion ghes %}{% data variables.product.prodname_dependabot %}{% else %}security{% endif %} alerts for vulnerable dependencies, vulnerability data is synced from {% data variables.product.prodname_dotcom_the_website %} to your instance once every hour. You can also choose to manually sync vulnerability data at any time. No code or information about code from {% data variables.product.product_location %} is uploaded to {% data variables.product.prodname_dotcom_the_website %}.
|
||||
|
||||
{% ifversion ghes > 2.21 %}When {% data variables.product.product_location %} receives information about a vulnerability, it will identify repositories in your instance that use the affected version of the dependency and generate {% data variables.product.prodname_dependabot_alerts %}. You can customize how you receive {% data variables.product.prodname_dependabot_alerts %}. For more information, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies/#configuring-notifications-for-dependabot-alerts)."
|
||||
{% ifversion ghes %}When {% data variables.product.product_location %} receives information about a vulnerability, it will identify repositories in your instance that use the affected version of the dependency and generate {% data variables.product.prodname_dependabot_alerts %}. You can customize how you receive {% data variables.product.prodname_dependabot_alerts %}. For more information, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies/#configuring-notifications-for-dependabot-alerts)."
|
||||
{% endif %}
|
||||
|
||||
{% ifversion ghes = 2.21 %}When {% data variables.product.product_location %} receives information about a vulnerability, it will identify repositories in your instance that use the affected version of the dependency and generate security alerts. You can customize how you receive security alerts. For more information, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies/#configuring-notifications-for-security-alerts)."
|
||||
{% endif %}
|
||||
|
||||
{% ifversion ghes > 2.21 %}
|
||||
{% ifversion ghes %}
|
||||
## Enabling the dependency graph and {% data variables.product.prodname_dependabot_alerts %} for vulnerable dependencies on {% data variables.product.prodname_ghe_server %}
|
||||
{% else %}
|
||||
## Enabling the dependency graph and security alerts for vulnerable dependencies on {% data variables.product.prodname_ghe_server %}
|
||||
{% endif %}
|
||||
|
||||
Before enabling the dependency graph and {% ifversion ghes > 2.21 %}{% data variables.product.prodname_dependabot %}{% else %}security{% endif %} alerts for vulnerable dependencies on {% data variables.product.product_location %}, you must connect {% data variables.product.product_location %} to {% data variables.product.prodname_dotcom_the_website %}. For more information, see "[Connecting {% data variables.product.prodname_ghe_server %} to {% data variables.product.prodname_ghe_cloud %}](/enterprise/{{ currentVersion }}/admin/guides/installation/connecting-github-enterprise-server-to-github-enterprise-cloud)."
|
||||
Before enabling the dependency graph and {% ifversion ghes %}{% data variables.product.prodname_dependabot %}{% else %}security{% endif %} alerts for vulnerable dependencies on {% data variables.product.product_location %}, you must connect {% data variables.product.product_location %} to {% data variables.product.prodname_dotcom_the_website %}. For more information, see "[Connecting {% data variables.product.prodname_ghe_server %} to {% data variables.product.prodname_ghe_cloud %}](/enterprise/{{ currentVersion }}/admin/guides/installation/connecting-github-enterprise-server-to-github-enterprise-cloud)."
|
||||
|
||||
{% ifversion ghes %}
|
||||
|
||||
{% ifversion ghes > 2.21 %}We recommend configuring {% data variables.product.prodname_dependabot_alerts %} without notifications for the first few days to avoid an overload of emails. After a few days, you can enable notifications to receive {% data variables.product.prodname_dependabot_alerts %} as usual.{% endif %}
|
||||
|
||||
{% ifversion ghes = 2.21 %}We recommend configuring security alerts without notifications for the first few days to avoid an overload of emails. After a few days, you can enable notifications to receive security alerts as usual.{% endif %}
|
||||
{% ifversion ghes %}We recommend configuring {% data variables.product.prodname_dependabot_alerts %} without notifications for the first few days to avoid an overload of emails. After a few days, you can enable notifications to receive {% data variables.product.prodname_dependabot_alerts %} as usual.{% endif %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% data reusables.enterprise_site_admin_settings.sign-in %}
|
||||
|
||||
1. In the administrative shell, enable the dependency graph and {% ifversion ghes > 2.21 %}{% data variables.product.prodname_dependabot %}{% else %}security{% endif %} alerts for vulnerable dependencies on {% data variables.product.product_location %}:
|
||||
1. In the administrative shell, enable the dependency graph and {% ifversion ghes %}{% data variables.product.prodname_dependabot %}{% else %}security{% endif %} alerts for vulnerable dependencies on {% data variables.product.product_location %}:
|
||||
|
||||
``` shell
|
||||
$ ghe-dep-graph-enable
|
||||
|
|
|
@ -19,7 +19,7 @@ shortTitle: Configure a cluster network
|
|||
|
||||
The simplest network design for clustering is to place the nodes on a single LAN. If a cluster must span subnetworks, we do not recommend configuring any firewall rules between the networks. The latency between nodes should be less than 1 millisecond.
|
||||
|
||||
{% ifversion ghes > 2.21 %}For high availability, the latency between the network with the active nodes and the network with the passive nodes must be less than 70 milliseconds. We don't recommend configuring a firewall between the two networks.{% endif %}
|
||||
{% ifversion ghes %}For high availability, the latency between the network with the active nodes and the network with the passive nodes must be less than 70 milliseconds. We don't recommend configuring a firewall between the two networks.{% endif %}
|
||||
|
||||
### Application ports for end users
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ redirect_from:
|
|||
- /enterprise/admin/enterprise-management/configuring-high-availability-replication-for-a-cluster
|
||||
- /admin/enterprise-management/configuring-high-availability-replication-for-a-cluster
|
||||
versions:
|
||||
ghes: '>2.21'
|
||||
ghes: '*'
|
||||
type: how_to
|
||||
topics:
|
||||
- Clustering
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче