You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/billing/using-the-new-billing-platform/about-the-billing-cycle.md
+52-3Lines changed: 52 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,57 @@ product: '{% data reusables.billing.enhanced-billing-platform-product %}'
16
16
>
17
17
> 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).
18
18
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.
20
20
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
22
23
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.
Copy file name to clipboardExpand all lines: content/code-security/security-overview/assessing-code-security-risk.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,14 +26,16 @@ redirect_from:
26
26
You can use the different views on your **Security** tab to explore the security risks in your code.
27
27
28
28
***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 %}
30
31
***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.
31
32
32
33
These views provide you with the data and filters to:
33
34
34
35
* Assess the landscape of security risk of code stored in all your repositories.
35
36
* 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 %}
37
39
* Export your current selection of data for further analysis and reporting. {% endif %}
Copy file name to clipboardExpand all lines: content/code-security/security-overview/filtering-alerts-in-security-overview.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,9 @@ In the "Risk" and "Coverage" views, you can show data only for repositories wher
121
121
122
122
| Qualifier | Description |
123
123
| -------- | -------- |
124
+
| {% ifversion ghes < 3.17 %} |
124
125
|`advanced-security`| Display data for repositories where {% data variables.product.prodname_GHAS %} is enabled or not enabled. |
126
+
| {% endif %} |
125
127
|`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. |
126
128
|`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. |
127
129
|`dependabot-security-updates`| Display data for repositories where {% data variables.product.prodname_dependabot_security_updates %} is enabled or not enabled. |
Copy file name to clipboardExpand all lines: content/site-policy/github-terms/github-terms-for-additional-products-and-features.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,16 @@ topics:
14
14
- Legal
15
15
---
16
16
17
-
Version Effective Date: December 18, 2024
17
+
Version Effective Date: April 1, 2025
18
18
19
19
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.
20
20
21
21
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.
22
22
23
23
**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.
25
25
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.
27
27
28
28
## Actions
29
29
@@ -56,11 +56,11 @@ If you use self-hosted runners, you have the ability to turn off automatic updat
56
56
57
57
## Advanced Security
58
58
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.
60
60
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.
62
62
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.
0 commit comments