From c06f1126f7b492ae86e0096e9abe6fb7cc6b2dd1 Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Sat, 16 Oct 2021 05:44:26 +0100 Subject: [PATCH] [GHES 3.3 versioning] - Dependency review GA (#22189) * add versioning for GHES 3.3 and fix a bug --- .../learning-about-github/about-github-advanced-security.md | 2 +- data/reusables/dependency-review/beta.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/get-started/learning-about-github/about-github-advanced-security.md b/content/get-started/learning-about-github/about-github-advanced-security.md index 96f810f3ce..c2b7028d2a 100644 --- a/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/content/get-started/learning-about-github/about-github-advanced-security.md @@ -28,7 +28,7 @@ A {% data variables.product.prodname_GH_advanced_security %} license provides th - **{% data variables.product.prodname_secret_scanning_caps %}** - Detect secrets, for example keys and tokens, that have been checked into the repository. For more information, see "[About {% data variables.product.prodname_secret_scanning %}](/github/administering-a-repository/about-secret-scanning)." -{% ifversion fpt or ghes > 3.1 or ghec %} +{% ifversion fpt or ghes > 3.1 or ghec or ghae-issue-4864 %} - **Dependency review** - Show the full impact of changes to dependencies and see details of any vulnerable versions before you merge a pull request. For more information, see "[About dependency review](/code-security/supply-chain-security/about-dependency-review)." {% endif %} diff --git a/data/reusables/dependency-review/beta.md b/data/reusables/dependency-review/beta.md index 3ca1720c35..73c0f8fdaa 100644 --- a/data/reusables/dependency-review/beta.md +++ b/data/reusables/dependency-review/beta.md @@ -1,4 +1,4 @@ -{% ifversion ghes > 3.1 %} +{% ifversion ghes = 3.2 %} {% note %} **Note:** Dependency review is currently in beta and subject to change.