Co-authored-by: Henry Mercer <henrymercer@github.com> Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com> Co-authored-by: Florin Coada <coadaflorin@github.com>
17 lines
749 B
YAML
17 lines
749 B
YAML
# Variables used in code scanning that are not product names
|
|
|
|
# Descriptive name for the workflow used to run code scanning using the CodeQL action
|
|
codeql_workflow: 'CodeQL analysis workflow'
|
|
|
|
# The tool status page
|
|
tool_status_page: 'tool status page'
|
|
|
|
# List of compiled languages supported for `no-build` extraction
|
|
no_build_support: 'Java'
|
|
|
|
# List of compiled languages
|
|
compiled_languages: 'C/C++, C#, {% ifversion codeql-go-autobuild %} Go,{% endif %} {% ifversion codeql-swift-beta %} Java, and Swift{% else %} and Java{% endif %}'
|
|
|
|
# List of languages where the libraries support expansion using CodeQL model packs at the repository level.
|
|
codeql_model_packs_support: 'Java/Kotlin{% ifversion fpt or ghec or ghes > 3.12 %} and C#{% endif %}'
|