1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Delete first 100 mentions of 'ghae' from data/features (#48718)

This commit is contained in:
Peter Bengtsson
2024-01-17 07:44:09 -05:00
committed by GitHub
parent 35a2ab5911
commit 5770658b22
102 changed files with 6 additions and 121 deletions

View File

@@ -1,7 +1,7 @@
--- ---
title: Managing code scanning alerts for your repository title: Managing code scanning alerts for your repository
shortTitle: Manage alerts shortTitle: Manage alerts
intro: 'From the security view, {% ifversion delete-code-scanning-alerts %}you can view, fix, dismiss, or delete alerts {% else %}you can view, fix, or dismiss alerts{% endif %} for potential vulnerabilities or errors in your project''s code.' intro: 'From the security view, you can view, fix, or dismiss alerts for potential vulnerabilities or errors in your project''s code.'
product: '{% data reusables.gated-features.code-scanning %}' product: '{% data reusables.gated-features.code-scanning %}'
permissions: 'If you have write permission to a repository you can manage {% data variables.product.prodname_code_scanning %} alerts for that repository.' permissions: 'If you have write permission to a repository you can manage {% data variables.product.prodname_code_scanning %} alerts for that repository.'
versions: versions:
@@ -161,9 +161,9 @@ If you run {% data variables.product.prodname_code_scanning %} using multiple co
{% endif %} {% endif %}
{% endnote %} {% endnote %}
## Dismissing {% ifversion delete-code-scanning-alerts %}or deleting{% endif %} alerts ## Dismissing alerts
There are two ways of closing an alert. You can fix the problem in the code, or you can dismiss the alert. {% ifversion delete-code-scanning-alerts %}Alternatively, if you have admin permissions for the repository, you can delete alerts. Deleting alerts is useful in situations where you have set up a {% data variables.product.prodname_code_scanning %} tool and then decided to remove it, or where you have configured {% data variables.product.prodname_codeql %} analysis with a larger set of queries than you want to continue using, and you've then removed some queries from the tool. In both cases, deleting alerts allows you to clean up your {% data variables.product.prodname_code_scanning %} results. You can delete alerts from the summary list within the **Security** tab.{% endif %} There are two ways of closing an alert. You can fix the problem in the code, or you can dismiss the alert.
Dismissing an alert is a way of closing an alert that you don't think needs to be fixed. {% data reusables.code-scanning.close-alert-examples %} You can dismiss alerts from {% data variables.product.prodname_code_scanning %} annotations in code, or from the summary list within the **Security** tab. Dismissing an alert is a way of closing an alert that you don't think needs to be fixed. {% data reusables.code-scanning.close-alert-examples %} You can dismiss alerts from {% data variables.product.prodname_code_scanning %} annotations in code, or from the summary list within the **Security** tab.
@@ -176,22 +176,11 @@ When you dismiss an alert:
- Optionally, you can comment on a dismissal to record the context of an alert dismissal.{% endif %} - Optionally, you can comment on a dismissal to record the context of an alert dismissal.{% endif %}
- Next time {% data variables.product.prodname_code_scanning %} runs, the same code won't generate an alert. - Next time {% data variables.product.prodname_code_scanning %} runs, the same code won't generate an alert.
{% ifversion delete-code-scanning-alerts %}When you delete an alert: To dismiss alerts:
- It's deleted in all branches.
- The alert is removed from the number of current alerts for your project.
- It is _not_ added to the "Closed" list in the summary of alerts.
- If the code that generated the alert stays the same, and the same {% data variables.product.prodname_code_scanning %} tool runs again without any configuration changes, the alert will be shown again in your analysis results.{% endif %}
To dismiss {% ifversion delete-code-scanning-alerts %}or delete{% endif %} alerts:
{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-security %} {% data reusables.repositories.sidebar-security %}
{% data reusables.repositories.sidebar-code-scanning-alerts %}{% ifversion delete-code-scanning-alerts %} {% data reusables.repositories.sidebar-code-scanning-alerts %}
1. If you have admin permissions for the repository, and you want to delete alerts for this {% data variables.product.prodname_code_scanning %} tool, select some or all of the check boxes and click **Delete**.
Optionally, you can use the free text search or the filters to display a subset of alerts and then delete all matching alerts at once. For example, if you have removed a query from {% data variables.product.prodname_codeql %} analysis, you can use the "Rule" filter to list just the alerts for that query and then select and delete all of those alerts.
{% endif %}
1. If you want to dismiss an alert, it's important to explore the alert first, so that you can choose the correct dismissal reason. Click the alert you'd like to explore. 1. If you want to dismiss an alert, it's important to explore the alert first, so that you can choose the correct dismissal reason. Click the alert you'd like to explore.
{%- ifversion comment-dismissed-code-scanning-alert %} {%- ifversion comment-dismissed-code-scanning-alert %}
1. Review the alert, then click **Dismiss alert** and choose, or type, a reason for closing the alert. 1. Review the alert, then click **Dismiss alert** and choose, or type, a reason for closing the alert.

View File

@@ -166,4 +166,4 @@ An alternative way of closing an alert is to dismiss it. You can dismiss an aler
{% data reusables.code-scanning.false-positive-fix-codeql %} {% data reusables.code-scanning.false-positive-fix-codeql %}
For more information about dismissing alerts, see {% ifversion delete-code-scanning-alerts %}"[AUTOTITLE](/code-security/code-scanning/managing-code-scanning-alerts/managing-code-scanning-alerts-for-your-repository#dismissing-or-deleting-alerts)."{% else %} "[AUTOTITLE](/code-security/code-scanning/managing-code-scanning-alerts/managing-code-scanning-alerts-for-your-repository#dismissing--alerts)."{% endif %} For more information about dismissing alerts, see "[AUTOTITLE](/code-security/code-scanning/managing-code-scanning-alerts/managing-code-scanning-alerts-for-your-repository#dismissing--alerts)."

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.10' ghes: '>=3.10'
ghae: '>=3.10'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.9' ghes: '>=3.9'
ghae: '>=3.9'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>= 3.6' ghes: '>= 3.6'
ghae: '>= 3.6'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>3.5' ghes: '>3.5'
ghae: '>= 3.6'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.9' ghes: '>=3.9'
ghae: '>=3.9'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>= 3.8' ghes: '>= 3.8'
ghae: '>= 3.8'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.7' ghes: '>=3.7'
ghae: '>= 3.7'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.8' ghes: '>=3.8'
ghae: '>=3.8'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.4' ghes: '>=3.4'
ghae: '>= 3.4'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>= 3.8' ghes: '>= 3.8'
ghae: '>= 3.8'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.9' ghes: '>=3.9'
ghae: '>=3.9'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.7' ghes: '>=3.7'
ghae: '>=3.7'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>3.4' ghes: '>3.4'
ghae: '>= 3.5'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '> 3.7' ghes: '> 3.7'
ghae: '>= 3.8'

View File

@@ -3,4 +3,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.6' ghes: '>=3.6'
ghae: '>= 3.6'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.8' ghes: '>=3.8'
ghae: '>=3.8'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.6' ghes: '>=3.6'
ghae: '>= 3.5'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.5' ghes: '>=3.5'
ghae: '>= 3.5'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.9' ghes: '>=3.9'
ghae: '>= 3.9'

View File

@@ -2,4 +2,3 @@
# Documentation for the "Audit data retention" tab in the enterprise audit log # Documentation for the "Audit data retention" tab in the enterprise audit log
versions: versions:
ghes: '>=3.4' ghes: '>=3.4'
ghae: '>= 3.4'

View File

@@ -3,4 +3,3 @@
versions: versions:
ghec: '*' ghec: '*'
ghes: '>=3.8' ghes: '>=3.8'
ghae: '>= 3.8'

View File

@@ -2,4 +2,3 @@ versions:
ghec: '*' ghec: '*'
fpt: '*' fpt: '*'
ghes: '>=3.9' ghes: '>=3.9'
ghae: '>=3.9'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.7' ghes: '>=3.7'
ghae: '>=3.7'

View File

@@ -5,4 +5,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>3.10' ghes: '>3.10'
ghae: '>3.10'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>= 3.8' ghes: '>= 3.8'
ghae: '>= 3.8'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>3.6' ghes: '>3.6'
ghae: '>= 3.7'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>3.6' ghes: '>3.6'
ghae: '>= 3.7'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>= 3.10' ghes: '>= 3.10'
ghae: '>= 3.10'

View File

@@ -3,4 +3,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>3.9' ghes: '>3.9'
ghae: '>3.9'

View File

@@ -3,4 +3,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>3.10' ghes: '>3.10'
ghae: '>3.10'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>3.6' ghes: '>3.6'
ghae: '>= 3.7'

View File

@@ -2,4 +2,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.7' ghes: '>=3.7'
ghae: '>= 3.7'

View File

@@ -3,4 +3,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>= 3.9' ghes: '>= 3.9'
ghae: '>= 3.9'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '> 3.9' ghes: '> 3.9'
ghae: '> 3.9'

View File

@@ -2,4 +2,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>3.8' ghes: '>3.8'
ghae: '>3.8'

View File

@@ -1,4 +1,3 @@
versions: versions:
ghec: '*' ghec: '*'
ghes: '>3.7' ghes: '>3.7'
ghae: '>3.7'

View File

@@ -2,4 +2,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.5' ghes: '>=3.5'
ghae: '>= 3.5'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>3.6' ghes: '>3.6'
ghae: '>= 3.7'

View File

@@ -2,4 +2,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>3.7' ghes: '>3.7'
ghae: '>3.7'

View File

@@ -2,4 +2,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>3.8' ghes: '>3.8'
ghae: '>3.8'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '> 3.11' ghes: '> 3.11'
ghae: '> 3.11'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.11' ghes: '>=3.11'
ghae: '>= 3.11'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>3.9' ghes: '>3.9'
ghae: '>3.9'

View File

@@ -2,4 +2,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.6' ghes: '>=3.6'
ghae: '>= 3.6'

View File

@@ -2,4 +2,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.6' ghes: '>=3.6'
ghae: '>= 3.6'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.7' ghes: '>=3.7'
ghae: '>=3.7'

View File

@@ -3,4 +3,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '*' ghes: '*'
ghae: '*'

View File

@@ -2,4 +2,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.7' ghes: '>=3.7'
ghae: '>= 3.7'

View File

@@ -4,4 +4,3 @@
versions: versions:
ghec: '*' ghec: '*'
ghes: '>=3.9' ghes: '>=3.9'
ghae: '>=3.9'

View File

@@ -2,4 +2,3 @@
versions: versions:
ghec: '*' ghec: '*'
ghes: '>3.6' ghes: '>3.6'
ghae: '>3.6'

View File

@@ -3,4 +3,3 @@
versions: versions:
ghec: '*' ghec: '*'
ghes: '>=3.9' ghes: '>=3.9'
ghae: '>=3.9'

View File

@@ -1,4 +1,3 @@
versions: versions:
ghec: '*' ghec: '*'
ghes: '>=3.5' ghes: '>=3.5'
ghae: '>= 3.5'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.6' ghes: '>=3.6'
ghae: '>= 3.6'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.7' ghes: '>=3.7'
ghae: '>=3.7'

View File

@@ -5,4 +5,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>3.10' ghes: '>3.10'
ghae: '>3.10'

View File

@@ -1,5 +0,0 @@
# Tracking removing ability to delete code scanning alerts: ghae
versions:
ghae: '*'
ghes: '<3.6'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>= 3.8' ghes: '>= 3.8'
ghae: '>= 3.8'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>3.6' ghes: '>3.6'
ghae: '>= 3.7'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>3.6' ghes: '>3.6'
ghae: '>= 3.7'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>= 3.9' ghes: '>= 3.9'
ghae: '>= 3.9'

View File

@@ -3,4 +3,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>3.6' ghes: '>3.6'
ghae: '>3.6'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>= 3.8' ghes: '>= 3.8'
ghae: '>= 3.8'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>3.5' ghes: '>3.5'
ghae: '>= 3.6'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>= 3.8' ghes: '>= 3.8'
ghae: '>= 3.8'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>3.6' ghes: '>3.6'
ghae: '>= 3.7'

View File

@@ -2,4 +2,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.8' ghes: '>=3.8'
ghae: '>=3.8'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.8' ghes: '>=3.8'
ghae: '>= 3.8'

View File

@@ -3,4 +3,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>= 3.8' ghes: '>= 3.8'
ghae: '>= 3.8'

View File

@@ -3,4 +3,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>3.5' ghes: '>3.5'
ghae: '>= 3.6'

View File

@@ -3,4 +3,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>3.5' ghes: '>3.5'
ghae: '>= 3.6'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '> 3.7' ghes: '> 3.7'
ghae: '> 3.7'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>3.6' ghes: '>3.6'
ghae: '>= 3.7'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '*' ghes: '*'
ghae: '*'

View File

@@ -3,4 +3,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>3.4' ghes: '>3.4'
ghae: '>= 3.5'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.9' ghes: '>=3.9'
ghae: '>=3.9'

View File

@@ -1,3 +1,2 @@
versions: versions:
ghes: '>3.6' ghes: '>3.6'
ghae: '>3.6'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.9' ghes: '>=3.9'
ghae: '>=3.9'

View File

@@ -2,4 +2,3 @@
# Documentation for enabling Git events in the audit log # Documentation for enabling Git events in the audit log
versions: versions:
ghes: '>=3.5' ghes: '>=3.5'
ghae: '>= 3.5'

View File

@@ -3,4 +3,3 @@
versions: versions:
ghec: '*' ghec: '*'
ghes: '>=3.6' ghes: '>=3.6'
ghae: '>= 3.6'

View File

@@ -3,4 +3,3 @@
versions: versions:
ghec: '*' ghec: '*'
ghes: '>=3.7' ghes: '>=3.7'
ghae: '>= 3.7'

View File

@@ -1,4 +1,3 @@
versions: versions:
ghec: '*' ghec: '*'
ghes: '>=3.6' ghes: '>=3.6'
ghae: '>= 3.6'

View File

@@ -2,5 +2,4 @@
# Documentation for enterprise owners UI updates # Documentation for enterprise owners UI updates
versions: versions:
ghes: '>=3.4' ghes: '>=3.4'
ghae: '>= 3.4'
ghec: '*' ghec: '*'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.7' ghes: '>=3.7'
ghae: '>= 3.7'

View File

@@ -2,5 +2,4 @@
# Documentation about the "Type" dropdown filter for EMU organization membership lists # Documentation about the "Type" dropdown filter for EMU organization membership lists
versions: versions:
ghes: '>3.7' ghes: '>3.7'
ghae: '>3.7'
ghec: '*' ghec: '*'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.4' ghes: '>=3.4'
ghae: '>= 3.4'

View File

@@ -2,4 +2,3 @@
# Dotcom now uses Azure maps for geoJSON, but GHES/AE will still use the existing MapBox system # Dotcom now uses Azure maps for geoJSON, but GHES/AE will still use the existing MapBox system
versions: versions:
ghes: '*' ghes: '*'
ghae: '*'

View File

@@ -4,4 +4,3 @@
versions: versions:
ghec: '*' ghec: '*'
ghes: '>=3.7' ghes: '>=3.7'
ghae: '>= 3.7'

View File

@@ -2,4 +2,3 @@
versions: versions:
ghec: '*' ghec: '*'
ghes: '>= 3.6' ghes: '>= 3.6'
ghae: '>= 3.6'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '*' ghes: '*'
ghae: '*'

View File

@@ -2,4 +2,3 @@
# Documentation for dismissing GHES announcement banner # Documentation for dismissing GHES announcement banner
versions: versions:
ghes: '>=3.6' ghes: '>=3.6'
ghae: '>= 3.6'

View File

@@ -2,6 +2,5 @@
# Documentation for GitHub Actions workflow dependencies appearing in the dependency graph # Documentation for GitHub Actions workflow dependencies appearing in the dependency graph
versions: versions:
fpt: '*' fpt: '*'
ghae: '>= 3.5'
ghes: '>3.4' ghes: '>3.4'
ghec: '*' ghec: '*'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>3.9' ghes: '>3.9'
ghae: '>3.9'

View File

@@ -4,4 +4,3 @@
versions: versions:
ghec: '*' ghec: '*'
ghes: '>3.6' ghes: '>3.6'
ghae: '>= 3.7'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>= 3.6' ghes: '>= 3.6'
ghae: '>= 3.6'

View File

@@ -1,4 +1,3 @@
versions: versions:
ghec: '*' ghec: '*'
ghes: '>=3.5' ghes: '>=3.5'
ghae: '>= 3.5'

View File

@@ -4,4 +4,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.6' ghes: '>=3.6'
ghae: '>= 3.6'

View File

@@ -3,4 +3,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.11' ghes: '>=3.11'
ghae: '>=3.11'

View File

@@ -3,4 +3,3 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
ghes: '>=3.9' ghes: '>=3.9'
ghae: '>=3.9'

Some files were not shown because too many files have changed in this diff Show More