2023-09-25 12:11:13 -04:00
|
|
|
## @file codeqlcli_windows_ext_dep.yaml
|
|
|
|
|
#
|
|
|
|
|
# Downloads the Windows CodeQL Command-Line Interface (CLI) application.
|
|
|
|
|
#
|
|
|
|
|
# This download only supports Windows. In an environment where a platform might build in different operating
|
|
|
|
|
# systems, it is recommended to set the scope for the appropriate CodeQL external dependency based on the
|
|
|
|
|
# host operating system being used.
|
|
|
|
|
#
|
2024-07-26 11:50:33 -04:00
|
|
|
# ****VERSION UPDATE INSTRUCTIONS****
|
|
|
|
|
#
|
2026-05-04 21:16:39 +00:00
|
|
|
# Use BaseTools/Plugin/CodeQL/CodeQlVersionUpdate.py to update this file,
|
|
|
|
|
# the platform-specific CodeQL CLI dependency files, and CodeQlQueries.qls together.
|
|
|
|
|
# The script refreshes the CLI version, release digests, and cpp query pack pin.
|
|
|
|
|
#
|
2024-07-26 11:50:33 -04:00
|
|
|
# When updating the CodeQL CLI used here, update the corresponding codeql/cpp-queries version in CodeQlQueries.qls.
|
|
|
|
|
# Visit the `qlpack.yml` in the release branch for the CodeQL CLI to get the version to use there. For example, the
|
|
|
|
|
# CodeQL CLI 2.18.1 file is https://github.com/github/codeql/blob/codeql-cli-2.18.1/cpp/ql/src/qlpack.yml and the
|
|
|
|
|
# pack version there is 1.1.0.
|
|
|
|
|
#
|
2023-09-25 12:11:13 -04:00
|
|
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
|
|
|
##
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"scope": "codeql-windows-ext-dep",
|
|
|
|
|
"type": "web",
|
|
|
|
|
"name": "codeql_windows_cli",
|
2026-05-04 20:54:12 +00:00
|
|
|
"source": "https://github.com/github/codeql-cli-binaries/releases/download/v2.25.3/codeql-win64.zip",
|
|
|
|
|
"version": "2.25.3",
|
|
|
|
|
"sha256": "268950c5ca1444bb8439ecdb20e60be9080ba0d786c5a690871251a4b7677647",
|
2023-09-25 12:11:13 -04:00
|
|
|
"compression_type": "zip",
|
|
|
|
|
"internal_path": "/codeql/",
|
|
|
|
|
"flags": ["set_shell_var", ],
|
|
|
|
|
"var_name": "STUART_CODEQL_PATH"
|
|
|
|
|
}
|