1
0
mirror of synced 2026-01-10 09:02:35 -05:00

Merge pull request #40218 from github/subatoi/codeql-cli-rec-ghes310

Updates codeql_cli_ghes_recommended_version for GHES 3.10
This commit is contained in:
Ben Ahmady
2023-08-07 11:13:40 +01:00
committed by GitHub

View File

@@ -83,7 +83,7 @@ prodname_codeql_cli: 'CodeQL CLI'
# CodeQL usually bumps its minor version for each minor version of GHES.
# Update this whenever a new enterprise version of CodeQL is being prepared.
codeql_cli_ghes_recommended_version: >-
{% ifversion ghae < 3.5 %}2.7.6{% elsif ghae = 3.5 %}2.11.6{% elsif ghes < 3.10 or ghae < 3.10 %}2.12.7{% endif %}
{% ifversion ghae < 3.5 %}2.7.6{% elsif ghae = 3.5 %}2.11.6{% elsif ghes < 3.10 or ghae < 3.10 %}2.12.7{% elsif ghes < 3.11 %}2.13.5{% endif %}
# Projects v2
prodname_projects_v2: '{% ifversion ghes = 3.8 or ghes = 3.9 %}Projects (beta){% else %}Projects{% endif %}'