Skip to content

Commit 45d6be3

Browse files
authored
Merge pull request #37233 from github/repo-sync
Repo sync
2 parents cb52ed3 + daaa0fe commit 45d6be3

37 files changed

+129
-178
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# ---------------------------------------------------------------
99
# To update the sha:
1010
# https://github.com/github/gh-base-image/pkgs/container/gh-base-image%2Fgh-base-noble
11-
FROM ghcr.io/github/gh-base-image/gh-base-noble:20250328-000607-gf66d47491 AS base
11+
FROM ghcr.io/github/gh-base-image/gh-base-noble:20250319-193531-g83d4e6244 AS base
1212

1313
# Install curl for Node install and determining the early access branch
1414
# Install git for cloning docs-early-access & translations repos

content/billing/using-the-new-billing-platform/about-the-billing-cycle.md

Lines changed: 52 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,57 @@ product: '{% data reusables.billing.enhanced-billing-platform-product %}'
1616
>
1717
> To check if you are on the new billing platform, see [How do I know if I can access the new billing platform?](/billing/using-the-new-billing-platform/about-the-new-billing-platform-for-enterprises#how-do-i-know-if-i-can-access-the-enhanced-billing-platform).
1818
19-
If your {% data variables.enterprise.enterprise_or_org %} {% ifversion fpt %}or personal account{% endif %} uses the new billing platform, you have a fixed billing period for metered usage which runs from the first day of the month to the last day of the month. When the month ends, the usage is scheduled to be billed on your bill cycle day. Your bill cycle day {% ifversion fpt %}is the day you created your organization. For example, if you created the account{% elsif ghec %}is dictated by the moment you converted from a trial to a paid enterprise account. For example, if you converted{% endif %} on the fifteenth of the month, you will be billed on the fifteenth of each subsequent month.
19+
Your billing experience depends on whether your products are metered, volume-based, or a combination of both. Some products, like {% data variables.product.prodname_enterprise %} and {% data variables.product.prodname_GHAS %}, can be either volume-based or metered, depending on when and how your account was created.
2020

21-
This applies to all products available through the new billing platform.
21+
* **Metered**: Pay monthly for the number of licenses you use
22+
* **Volume-based**: Traditional annual subscriptions with a fixed number of licenses
2223

23-
If you still use the previous billing platform, for more information about the billing cycle for your account, see [AUTOTITLE](/billing/using-the-billing-platform/changing-the-duration-of-your-billing-cycle).
24+
## Billing cycles for metered products
25+
26+
If your {% data variables.enterprise.enterprise_or_org %} {% ifversion fpt %}or personal account{% endif %} uses the new billing platform for **metered** products, you have a fixed **billing period** that runs from the first day of each month to the last day of the month.
27+
28+
At the end of each month, your metered usage is calculated and scheduled to be billed on your **bill cycle day**.
29+
30+
{% ifversion fpt %}For personal accounts and organizations, your bill cycle day is typically the day you started a paid plan (not necessarily when the account was created).{% elsif ghec %}Your bill cycle day is typically determined by when you converted from a trial to a paid enterprise account.{% endif %} For example, if you {% ifversion fpt %}started a paid plan{% elsif ghec %}converted from a trial{% endif %} on the 15th of a month, you will be billed on the 15th of each subsequent month.
31+
32+
## Billing cycles for volume-based products
33+
34+
Volume-based licenses may follow a different billing cycle, even if your account is on the new billing platform. These products are often billed based on the anniversary date of your subscription rather than by calendar month.
35+
36+
## How mid-cycle changes affect your billing
37+
38+
Mid-cycle changes to your account can affect your bill.
39+
40+
### Changes to metered products
41+
42+
Metered products (such as {% data variables.product.prodname_actions %} minutes, {% data variables.product.prodname_registry %} storage, or {% data variables.product.prodname_codespaces %} compute) are billed based on your actual usage throughout the month. For more information on how usage is calculated for a specific product, see [Where to find usage details for specific products](#where-to-find-usage-details-for-specific-products).
43+
44+
### Changes to volume-based products
45+
46+
Volume-based products are billed per user, seat, or resource. Changes to these mid-cycle won’t always immediately change your bill—but they may affect your next invoice.
47+
48+
#### Adding users or resources
49+
50+
* **Add users or licenses**: For license-based products like {% data variables.product.prodname_copilot_short %}, {% data variables.product.prodname_enterprise %}, or {% data variables.product.prodname_GHAS %}, you'll be billed a **prorated amount** based on how many days remain in the current billing cycle.
51+
* **Add organizations or repositories**: These will also result in **prorated charges**, which appear on your next invoice.
52+
53+
#### Removing users or resources
54+
55+
* **Remove users or seats**: The user’s access is revoked immediately, but you'll still be billed for the **full billing cycle**. Removing a user won't reduce your current bill.
56+
* **Remove organizations or repositories**: Charges **stop immediately** when removed, but you'll still be billed for any usage **up to that point**.
57+
58+
#### Transferring users or resources
59+
60+
* **Within the same billing account**: No double-billing. Moving users or resources between organizations under the same account is handled automatically.
61+
* **Between different billing accounts**: Each account is billed according to its own cycle. You may see charges in both accounts if the move overlaps billing periods.
62+
63+
## Where to find usage details for specific products
64+
65+
Find product-specific guidance on how usage is calculated and billed.
66+
67+
* [AUTOTITLE](/billing/managing-billing-for-your-products/managing-billing-for-github-actions/about-billing-for-github-actions)
68+
* [AUTOTITLE](/billing/managing-billing-for-your-products/managing-billing-for-github-codespaces/about-billing-for-github-codespaces)
69+
* [AUTOTITLE](/billing/managing-billing-for-your-products/managing-billing-for-github-packages/about-billing-for-github-packages)
70+
* [AUTOTITLE](/billing/managing-billing-for-your-products/managing-billing-for-github-copilot/about-billing-for-github-copilot)
71+
* [AUTOTITLE](/billing/managing-billing-for-your-products/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise#about-licenses-for-visual-studio-subscriptions-with-github-enterprise-cloud)
72+
* [AUTOTITLE](/billing/managing-billing-for-your-products/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage)

content/code-security/security-overview/assessing-code-security-risk.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,16 @@ redirect_from:
2626
You can use the different views on your **Security** tab to explore the security risks in your code.
2727

2828
* **Overview:** use to explore trends in **Detection**, **Remediation**, and **Prevention** of security alerts.
29-
* **Risk:** use to explore the current state of repositories, across all alert types.
29+
* **Risk:** use to explore the current state of repositories, across all alert types.{% ifversion secret-risk-assessment %}
30+
* **Assessments:** use to explore the current state of repositories, for secret leaks specifically{% endif %}
3031
* **Alerts views:** use to explore {% data variables.product.prodname_code_scanning %}, {% data variables.product.prodname_dependabot %}, or {% data variables.product.prodname_secret_scanning %} alerts in greater detail.
3132

3233
These views provide you with the data and filters to:
3334

3435
* Assess the landscape of security risk of code stored in all your repositories.
3536
* Identify the highest impact vulnerabilities to address.
36-
* Monitor your progress in remediating potential vulnerabilities. {% ifversion security-overview-export-data %}
37+
* Monitor your progress in remediating potential vulnerabilities.{% ifversion secret-risk-assessment %}
38+
* Understand how your organization is affected by secret leaks and exposures.{% endif %}{% ifversion security-overview-export-data %}
3739
* Export your current selection of data for further analysis and reporting. {% endif %}
3840

3941
{% ifversion security-overview-dashboard %}

content/code-security/security-overview/filtering-alerts-in-security-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ In the "Risk" and "Coverage" views, you can show data only for repositories wher
121121

122122
| Qualifier | Description |
123123
| -------- | -------- |
124+
| {% ifversion ghes < 3.17 %} |
124125
| `advanced-security` | Display data for repositories where {% data variables.product.prodname_GHAS %} is enabled or not enabled. |
126+
| {% endif %} |
125127
| `code-scanning-default-setup`| Display data for repositories where {% data variables.product.prodname_code_scanning %} is enabled or not enabled using {% data variables.product.prodname_codeql %} default setup. |
126128
| `code-scanning-pull-request-alerts`| Display data for repositories where {% data variables.product.prodname_code_scanning %} is enabled or not enabled to run on pull requests. |
127129
| `dependabot-security-updates` | Display data for repositories where {% data variables.product.prodname_dependabot_security_updates %} is enabled or not enabled. |

content/enterprise-onboarding/getting-started-with-your-enterprise/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Getting started with your enterprise
44
intro: 'Learn how to start a trial of {% data variables.product.prodname_enterprise %}, and about enterprise billing and migrations.'
55
versions:
66
ghec: '*'
7-
ghes: '*'
87
topics:
98
- Accounts
109
- Enterprise

content/enterprise-onboarding/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ featuredLinks:
1515
layout: product-landing
1616
versions:
1717
ghec: '*'
18-
ghes: '*'
1918
topics:
2019
- Administrator
2120
- Enterprise

content/site-policy/github-terms/github-terms-for-additional-products-and-features.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ topics:
1414
- Legal
1515
---
1616

17-
Version Effective Date: December 18, 2024
17+
Version Effective Date: April 1, 2025
1818

1919
When you use GitHub, you may be given access to lots of additional products and features ("Additional Products and Features"). Because many of the Additional Products and Features offer different functionality, your Agreement with us (the "Agreement") includes the specific terms for that product or feature combined with your main agreement — the GitHub Terms of Service or GitHub Customer Agreement, or the GitHub Corporate Terms of Service or other legacy GitHub contract, or a Microsoft volume licensing agreement. Below, we've listed those products and features, along with the corresponding additional terms that apply to your use of them.
2020

2121
By using the Additional Products and Features, you also agree to the applicable GitHub Terms for Additional Products and Features listed below. A violation of these GitHub Terms for Additional Products and Features is a violation of the Agreement. Capitalized terms not defined here have the meaning given in the Agreement.
2222

2323
**For Enterprise users**
24-
* **GitHub Enterprise Cloud** users may have access to the following Additional Products and Features: Actions, Advanced Security, Advisory Database, Codespaces, Dependabot Preview, GitHub Enterprise Importer, Packages, and Pages.
24+
* **GitHub Enterprise Cloud** users may have access to the following Additional Products and Features: Actions, Advanced Security (including Code Security and Secret Protection), Advisory Database, Codespaces, Dependabot, GitHub Enterprise Importer, Packages, and Pages.
2525

26-
* **GitHub Enterprise Server** users may have access to the following Additional Products and Features: Actions, Advanced Security, Advisory Database, Connect, Dependabot Preview, GitHub Enterprise Importer, Packages, Pages, and SQL Server Images.
26+
* **GitHub Enterprise Server** users may have access to the following Additional Products and Features: Actions, Advanced Security (including Code Security and Secret Protection), Advisory Database, Connect, Dependabot, GitHub Enterprise Importer, Packages, Pages, and SQL Server Images.
2727

2828
## Actions
2929

@@ -56,11 +56,11 @@ If you use self-hosted runners, you have the ability to turn off automatic updat
5656

5757
## Advanced Security
5858

59-
GitHub makes extra security features available to customers under an Advanced Security license. These features include code scanning, secret scanning, and dependency review. The [Advanced Security documentation](/get-started/learning-about-github/about-github-advanced-security) provides more details.
59+
GitHub makes extra security features available to customers under Advanced Security licenses. From April 1, 2025, features that were previously only available under a single GitHub Advanced Security license will be alternatively available under two separate licenses: GitHub Code Security (code scanning and dependency scanning features) and GitHub Secret Protection (secret scanning features). The [Advanced Security documentation](/get-started/learning-about-github/about-github-advanced-security) provides more details.
6060

61-
Advanced Security is licensed on a "Unique Committer" basis. A "Unique Committer" is a licensed user of GitHub Enterprise, GitHub Enterprise Cloud, or GitHub Enterprise Server, who has made a commit in the last 90 days to any repository with any GitHub Advanced Security functionality activated. You must acquire a GitHub Advanced Security User license for each of your Unique Committers. You may only use GitHub Advanced Security on codebases that are developed by or for you. For GitHub Enterprise Cloud users, some Advanced Security features also require the use of GitHub Actions.
61+
Advanced Security features are licensed on a "Unique Committer" basis. A "Unique Committer" is a licensed user of GitHub Team, GitHub Enterprise, GitHub Enterprise Cloud, or GitHub Enterprise Server, who has made a commit in the last 90 days to any repository with any GitHub Advanced Security functionality activated. You must acquire an appropriate GitHub Advanced Security User license for each of your Unique Committers. You may only use GitHub Advanced Security features on codebases that are developed by or for you. For GitHub Team and GitHub Enterprise Cloud users, some Advanced Security features may also require the use of GitHub Actions.
6262

63-
For secret scanning with GitHub Advanced Security, when you opt-in to automatic validity checks for partner patterns, exposed third-party tokens may be shared with the relevant partner, in order to provide you with more information about the validity of the token. Not all partners are based in the United States. The [Secret scanning patterns documentation](/enterprise-cloud@latest/code-security/secret-scanning/introduction/supported-secret-scanning-patterns) provides more details on which partners support the validity check.
63+
For secret scanning with GitHub Advanced Security or GitHub Secret Protection, when you opt-in to automatic validity checks for partner patterns, exposed third-party tokens may be shared with the relevant partner, in order to provide you with more information about the validity of the token. Not all partners are based in the United States. The [Secret scanning patterns documentation](/enterprise-cloud@latest/code-security/secret-scanning/introduction/supported-secret-scanning-patterns) provides more details on which partners support the validity check.
6464

6565
## Advisory Database
6666

data/features/re-run-jobs.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

data/features/read-audit-scope.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

data/features/releases-set-latest-release.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

data/features/rename-and-transfer-repository.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

data/features/replication-management-api.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

data/features/repositories-forks-page-improvement.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

data/features/repository-activity-view.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

data/features/require-tls-for-smtp.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

data/features/required-deployments.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

data/features/required-workflows.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

data/features/rest-permissions-header.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

data/features/restrict-groups-to-workflows.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

data/features/restrict-pushes-create-branch.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

data/features/restricted-permissions-oidc.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

data/features/scim-for-ghes.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

data/features/secret-scanning-backfills-historical-issues.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

data/features/secret-scanning-custom-link-on-block.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

data/features/secret-scanning-enterprise-level-api.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

data/features/secret-scanning-enterprise-level.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

data/features/secret-scanning-issue-body-comments.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

data/features/secret-scanning-notification-settings.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

data/features/secret-scanning-push-protection-email.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

data/features/secret-scanning-validity-check-audit-log.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

data/features/security-advisories-ghes.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

data/features/security-advisories-rest-api.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

data/ui.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ search:
5555
thumbs_up: This answer was helpful
5656
thumbs_down: This answer was not helpful
5757
thumbs_announcement: Thank you for your feedback!
58+
back_to_search: Back to search
5859
failure:
5960
general_title: There was an error loading search results.
6061
ai_title: There was an error loading Copilot.

src/fixtures/fixtures/data/ui.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ search:
5555
thumbs_up: This answer was helpful
5656
thumbs_down: This answer was not helpful
5757
thumbs_announcement: Thank you for your feedback!
58+
back_to_search: Back to search
5859
failure:
5960
general_title: There was an error loading search results.
6061
ai_title: There was an error loading Copilot.

0 commit comments

Comments
 (0)