Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BaseTools/codeql: Update to CodeQL 2.18.1 (#1069)
## Description Updates to the latest CodeQL version to resolve query dependencies. Currently, errors like this will be seen: ``` Not using precompiled NoSpaceForZeroTerminator.qlx: This QLX (written by CodeQL 2.18.1) uses a primitive 'internSets', which this QL engine is too old to evaluate. ``` This is related to a CodeQL release made a few hours ago: [Release v2.18.1 · github/codeql-cli-binaries · GitHub](https://github.com/github/codeql-cli-binaries/releases/tag/v2.18.1) - [ ] Impacts functionality? - **Functionality** - Does the change ultimately impact how firmware functions? - Examples: Add a new library, publish a new PPI, update an algorithm, ... - [ ] Impacts security? - **Security** - Does the change have a direct security impact on an application, flow, or firmware? - Examples: Crypto algorithm change, buffer overflow fix, parameter validation improvement, ... - [ ] Breaking change? - **Breaking change** - Will anyone consuming this change experience a break in build or boot behavior? - Examples: Add a new library class, move a module to a different repo, call a function in a new library class in a pre-existing module, ... - [ ] Includes tests? - **Tests** - Does the change include any explicit test code? - Examples: Unit tests, integration tests, robot tests, ... - [ ] Includes documentation? - **Documentation** - Does the change contain explicit documentation additions outside direct code modifications (and comments)? - Examples: Update readme file, add feature readme file, link to documentation on an a separate Web page, ... ## How This Was Tested - CI with CodeQL plugin enabled ## Integration Instructions - Verify queries being used are compatible with CodeQL 2.18.1 Signed-off-by: Michael Kubacki <[email protected]>
- Loading branch information