Updates CodeQL to work with the latest queries. Includes functional and security fixes within the CodeQL CLI binary. For more information on release details see: https://github.com/github/codeql-cli-binaries/releases For changes between the previous version (2.14.5) and 2.16.1 see: https://github.com/github/codeql-cli-binaries/compare/v2.14.5...v2.16.1 Cc: Bob Feng <bob.c.feng@intel.com> Cc: Joey Vagedes <joey.vagedes@gmail.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Rebecca Cran <rebecca@bsdio.com> Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Yuwei Chen <yuwei.chen@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Joey Vagedes <joey.vagedes@gmail.com>
27 lines
1.1 KiB
YAML
27 lines
1.1 KiB
YAML
## @file codeqlcli_ext_dep.yaml
|
|
#
|
|
# Downloads the CodeQL Command-Line Interface (CLI) application that support Linux, Windows, and Mac OS X.
|
|
#
|
|
# This download is very large but conveniently provides support for all operating systems. Use it if you
|
|
# need CodeQL CLI support without concern for the host operating system.
|
|
#
|
|
# 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-ext-dep",
|
|
"type": "web",
|
|
"name": "codeql_cli",
|
|
"source": "https://github.com/github/codeql-cli-binaries/releases/download/v2.16.1/codeql.zip",
|
|
"version": "2.16.1",
|
|
"sha256": "86a98f6ebb8fd49efadf367f3275c438669fcb8426962c33415129aad8e093e6",
|
|
"compression_type": "zip",
|
|
"internal_path": "/codeql/",
|
|
"flags": ["set_shell_var", ],
|
|
"var_name": "STUART_CODEQL_PATH"
|
|
}
|