## @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. # # 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", "source": "https://github.com/github/codeql-cli-binaries/releases/download/v2.16.1/codeql-win64.zip", "version": "2.16.1", "sha256": "9ebe5ea8a7d0a77425428d50d49912319117fccee24ecb62f6219c12584f4f28", "compression_type": "zip", "internal_path": "/codeql/", "flags": ["set_shell_var", ], "var_name": "STUART_CODEQL_PATH" }