1
0
mirror of synced 2025-12-25 11:03:37 -05:00
Files
docs/data/variables/code-scanning.yml

14 lines
543 B
YAML

# Variables used in code scanning that are not product names
# Deprecated product for running CodeQL analysis outside GitHub
codeql_runner: 'CodeQL runner'
# 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
compiled_languages: 'C/C++, C#, {% ifversion codeql-go-autobuild %} Go,{% endif %} {% ifversion codeql-swift-beta %} Java, and Swift{% else %} and Java{% endif %}'