Skip to content

Commit

Permalink
[GHES 3.3 versioning] - Dependency review GA (#22189)
Browse files Browse the repository at this point in the history
* add versioning for GHES 3.3 and fix a bug
  • Loading branch information
mchammer01 authored Oct 16, 2021
1 parent 232af7a commit c06f112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down
2 changes: 1 addition & 1 deletion data/reusables/dependency-review/beta.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% ifversion ghes > 3.1 %}
{% ifversion ghes = 3.2 %}
{% note %}

**Note:** Dependency review is currently in beta and subject to change.
Expand Down

0 comments on commit c06f112

Please sign in to comment.