Skip to content

Commit 49a3a80

Browse files
authored
Merge pull request github#6108 from github/repo-sync
repo sync
2 parents 31e2e64 + fe50d2d commit 49a3a80

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

content/admin/advanced-security/configuring-code-scanning-for-your-appliance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can configure {% data variables.product.prodname_code_scanning %} to run {%
2525

2626
### Prerequisites for {% data variables.product.prodname_code_scanning %}
2727

28-
- A license for {% data variables.product.prodname_GH_advanced_security %} (see "[About licensing for {% data variables.product.prodname_GH_advanced_security %}](/admin/advanced-security/about-licensing-for-github-advanced-security)")
28+
- A license for {% data variables.product.prodname_GH_advanced_security %}{% if currentVersion ver_gt "[email protected]" %} (see "[About licensing for {% data variables.product.prodname_GH_advanced_security %}](/admin/advanced-security/about-licensing-for-github-advanced-security)"){% endif %}
2929

3030
- {% data variables.product.prodname_code_scanning_capc %} enabled in the management console (see "[Enabling {% data variables.product.prodname_GH_advanced_security %} for your enterprise](/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise)")
3131

content/admin/advanced-security/enabling-github-advanced-security-for-your-enterprise.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ topics:
1616
{% if currentVersion ver_gt "[email protected]" %}
1717
When you enable {% data variables.product.prodname_GH_advanced_security %} for your enterprise, repository administrators in all organizations can enable the features unless you set up a policy to restrict access. For more information, see "[Enforcing policies for {% data variables.product.prodname_advanced_security %} in your enterprise](/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise)."
1818
{% else %}
19-
When you enable {% data variables.product.prodname_GH_advanced_security %}for your enterprise, repository administrators in all organizations can enable the features. For more information, see "[Managing security and analysis settings for your organization](/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization)" and "[Managing security and analysis settings for your repository](/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository)."
19+
When you enable {% data variables.product.prodname_GH_advanced_security %} for your enterprise, repository administrators in all organizations can enable the features. {% if currentVersion == "[email protected]" %}For more information, see "[Managing security and analysis settings for your organization](/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization)" and "[Managing security and analysis settings for your repository](/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository)."{% endif %}
2020
{% endif %}
2121

2222
### Prerequisites for enabling {% data variables.product.prodname_GH_advanced_security %}
2323

24-
1. Upgrade your license for {% data variables.product.product_name %} to include {% data variables.product.prodname_GH_advanced_security %}. For information about licensing, see "[About licensing for {% data variables.product.prodname_GH_advanced_security %}](/admin/advanced-security/about-licensing-for-github-advanced-security)."
24+
1. Upgrade your license for {% data variables.product.product_name %} to include {% data variables.product.prodname_GH_advanced_security %}.{% if currentVersion ver_gt "[email protected]" %} For information about licensing, see "[About licensing for {% data variables.product.prodname_GH_advanced_security %}](/admin/advanced-security/about-licensing-for-github-advanced-security)."{% endif %}
2525
2. Upload the new license to {% data variables.product.product_location %}. For more information, see "[Managing your GitHub Enterprise license](/admin/overview/managing-your-github-enterprise-license#uploading-a-new-license-to-github-enterprise-server)."{% if currentVersion ver_gt "[email protected]" %}
2626
3. Review the prerequisites for the features you plan to enable.
2727

data/release-notes/3-1/0-rc1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ sections:
7373
- heading: Administration Changes
7474
notes:
7575
- By precomputing checksums, the amount of time a repository is under the lock has reduced dramatically, allowing more write operations to succeed immediately and improving monorepo performance.
76-
- The latest release of the CodeQL CLI supports uploading analysis results to GitHub. This makes it easier to run code analysis for customers who wish to use CI/CD systems other than GitHub Actions. Previously, such users had to use the separate [CodeQL Runner](/[email protected]/code-security/secure-coding/running-codeql-code-scanning-in-your-ci-system#about-the-codeql-runner), which will continue to be available.(https://github.com/github/blog/pull/2346/files)
76+
- The latest release of the CodeQL CLI supports uploading analysis results to GitHub. This makes it easier to run code analysis for customers who wish to use CI/CD systems other than GitHub Actions. Previously, such users had to use the separate CodeQL runner, which will continue to be available. For more information, see "[About CodeQL code scanning in your CI system](/[email protected]/code-security/secure-coding/about-codeql-code-scanning-in-your-ci-system)."
7777
- GitHub Actions now supports skipping `push` and `pull_request` workflows by looking for some common keywords in your commit message.
7878
- Check annotations older than four months will be archived.
7979

Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
{% data variables.product.prodname_GH_advanced_security %} helps developers improve and maintain the security and quality of code. For more information, see "[About {% data variables.product.prodname_GH_advanced_security %}](/github/getting-started-with-github/about-github-advanced-security)."
1+
{% data variables.product.prodname_GH_advanced_security %} helps developers improve and maintain the security and quality of code.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "[email protected]" or currentVersion == "github-ae@latest" %} For more information, see "[About {% data variables.product.prodname_GH_advanced_security %}](/github/getting-started-with-github/about-github-advanced-security)."
2+
{% endif %}

0 commit comments

Comments
 (0)