Skip to content

Commit 4c5e440

Browse files
authored
Merge pull request #36335 from github/repo-sync
Repo sync
2 parents b5460cb + df481a3 commit 4c5e440

File tree

6 files changed

+48
-3
lines changed

6 files changed

+48
-3
lines changed

content/billing/managing-billing-for-your-products/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,18 @@ If you started a trial of {% data variables.product.prodname_GH_advanced_securit
3131

3232
There are a few key differences between metered and volume billing for {% data variables.product.prodname_GH_advanced_security %}.
3333

34-
* **Metered billing:**
34+
* **GHE Metered billing**
3535

3636
* Billed per active committer, with no pre-defined license limit.
3737
* No overage state, pay only for what you use.
3838

39-
* **Volume billing:**
39+
* **GHE Volume/Subscription billing**
4040

4141
* Purchase a defined number of licenses (for example, 100 licenses).
4242
* If usage exceeds purchased licenses, you will need to purchase additional licenses to cover this overage usage.
4343

44+
For more detailed information about these two types of billing, see [AUTOTITLE](/billing/using-the-new-billing-platform/about-usage-based-billing-for-licenses).
45+
4446
### Managing committers and repositories
4547

4648
{% data variables.product.prodname_GH_advanced_security %} is billed per committer and enabled by repository. If you remove a committer from an organization or enterprise, or if you disable {% data variables.product.prodname_GH_advanced_security %} on a repository, the committers will remain billable until the end of the current monthly billing cycle. Prorated billing applies only when a committer starts partway through the month. For examples of how committers are tracked and billed, see [Understanding usage](/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security#understanding-usage).

content/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ shortTitle: About licenses
2525

2626
To ensure the same user isn't consuming more than one license for multiple enterprise deployments, you can synchronize license usage between your {% data variables.product.prodname_ghe_server %} and {% data variables.product.prodname_ghe_cloud %} deployments.
2727

28+
{% ifversion ghes %}
29+
30+
{% data reusables.billing.license-type-overview %}
31+
{% data reusables.billing.license-models %}
32+
33+
{% endif %}
34+
2835
In order to use a {% data variables.product.prodname_ghe_server %} instance, you must upload a license file that {% data variables.product.company_short %} provides when you purchase, renew, or add user licenses to {% data variables.product.prodname_enterprise %}.
2936

3037
## About synchronization of license usage for {% data variables.product.prodname_enterprise %}

content/billing/using-the-new-billing-platform/about-usage-based-billing-for-licenses.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ product: '{% data reusables.billing.enhanced-billing-platform-product %}'
1818
shortTitle: Usage-based billing for licenses
1919
---
2020

21-
With the enhanced billing platform, you pay monthly for the number of {% data variables.product.prodname_enterprise %} and {% data variables.product.prodname_GH_advanced_security %} licenses you use. You will not need to buy a predefined number of licenses in advance.
21+
## About usage-based billing
22+
23+
With the enhanced billing platform, you pay monthly for the number of {% data variables.product.prodname_enterprise %} and {% data variables.product.prodname_GH_advanced_security %} licenses you use. You will not need to buy a predefined number of licenses in advance. Usage-based billing provides flexibility and cost savings compared to more traditional licensing models, such as volume or subscription models.
24+
25+
{% data reusables.billing.license-type-overview %}
26+
{% data reusables.billing.license-models %}
2227

2328
If a user starts consuming a {% ifversion enterprise-licensing-language %}license{% else %}licensed seat{% endif %} during the month, you will pay pro rata for the user's license usage that month. If a user stops consuming a {% ifversion enterprise-licensing-language %}license{% else %}licensed seat{% endif %} during the month, your bill for the following month will reflect the change.
2429

content/code-security/codeql-cli/getting-started-with-the-codeql-cli/preparing-your-code-for-codeql-analysis.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ The following examples are designed to give you an idea of some of the build com
227227
* C/C++ project built using `make`:
228228

229229
```shell
230+
# Disable parallel execution via `-j1` or other techniques: https://www.gnu.org/software/make/manual/make.html#Parallel-Execution
230231
codeql database create cpp-database --language={% ifversion codeql-language-identifiers-311 %}c-cpp{% else %}cpp{% endif %} --command=make
231232
```
232233

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
### Comparison of licensing models
2+
3+
{% rowheaders %}
4+
5+
| License model | GHE (Metered) | GHE (Volume/subscription) |
6+
|----------------------------------|-------------------------------------|------------------------------------|
7+
| **Billing type** | Usage-based | Volume-based |
8+
| **Cloud vs. Server** | Cloud-first, with a Server use right for Cloud users | 1 user license covers both Cloud and Server (hybrid, Cloud-only, or Server-only) |
9+
| **Setup** | Self-service | Manual setup via {% data variables.product.github %} Sales |
10+
| **Server license generation** | Users generate their own {% data variables.product.prodname_enterprise %} Server license | License file provided by {% data variables.product.github %} Sales |
11+
| **License file scope** | Covers Cloud-assigned users at time of generation | Covers all purchased users for both Cloud and Server |
12+
| **License expiration** | Expires in 12 months | Aligned with volume license term |
13+
| **License key usage** | Limits max Server users | Covers all users in the volume subscription |
14+
| **Required {% data variables.product.prodname_enterprise %} version** | {% data variables.product.prodname_enterprise %} 3.13+, with {% data variables.product.prodname_github_connect %} | No specific version required |
15+
| **Billing model** | Invoiced for users not assigned on Cloud via {% data variables.product.prodname_github_connect %} | Fixed cost based on purchased volume |
16+
17+
{% endrowheaders %}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### {% data variables.product.prodname_enterprise %} licensing models
2+
3+
There are two types of {% data variables.product.prodname_enterprise %} (GHE) licenses.
4+
5+
* **GHE (Metered)**: A cloud-first license where users must first be assigned to a {% data variables.product.prodname_ghe_cloud %} organization.
6+
* All Cloud users automatically receive a use right for {% data variables.product.prodname_ghe_server %}.
7+
* Billing is based on the number of active users each month.
8+
* Users can generate their own Server license, which covers the number of assigned Cloud seats at the time of generation and is valid for one year.
9+
10+
* **GHE (Volume/Subscription, also called GHE Unified)**: A bundled license for both {% data variables.product.prodname_ghe_cloud %} and {% data variables.product.prodname_ghe_server %}.
11+
* One license covers both {% data variables.product.prodname_ghe_cloud %} and {% data variables.product.prodname_ghe_server %}, allowing users to work in either or both.
12+
* Users can access both services via {% data variables.product.prodname_github_connect %}.
13+
* This license requires manual setup and is provided by {% data variables.product.github %} Sales.

0 commit comments

Comments
 (0)