Skip to content

Commit

Permalink
Update to CodeQL version v2.15.1. (#89)
Browse files Browse the repository at this point in the history
Update to CodeQL v2.15.1.
  • Loading branch information
NateD-MSFT authored Oct 27, 2023
1 parent 1afd4c0 commit 45e474f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
owner: "github"
repo: "codeql-cli-binaries"
tag: "v2.14.4"
tag: "v2.15.1"
file: "codeql-win64.zip"

- name: Unzip CodeQL CLI
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This repository contains open-source components for supplemental use in developi

| Branch to use | CodeQL CLI version |
|--------------------------|--------------------|
| main | 2.14.4 |
| main | 2.15.1 |

### For Windows Hardware Compatibility Program Use

Expand All @@ -17,7 +17,7 @@ This repository contains open-source components for supplemental use in developi
| Windows 11 | WHCP_21H2 | 2.4.6 |
| Windows 11, version 22H2 | WHCP_22H2 | 2.6.3 |

For general use, use the `main` branch along with [version 2.14.4 of the CodeQL CLI](https://github.com/github/codeql-cli-binaries/releases/tag/v2.14.4).
For general use, use the `main` branch along with [version 2.15.1 of the CodeQL CLI](https://github.com/github/codeql-cli-binaries/releases/tag/v2.15.1).

## Quickstart

Expand All @@ -30,7 +30,7 @@ For general use, use the `main` branch along with [version 2.14.4 of the CodeQL
For the WHCP Program, use the CodeQL CLI version in accordance with the table above and Windows release you are certifying for: [version 2.4.6](https://github.com/github/codeql-cli-binaries/releases/tag/v2.4.6) or [version 2.6.3](https://github.com/github/codeql-cli-binaries/releases/tag/v2.6.3).
For general use with the `main` branch, use [CodeQL CLI version 2.14.4](https://github.com/github/codeql-cli-binaries/releases/tag/v2.14.4).
For general use with the `main` branch, use [CodeQL CLI version 2.15.1](https://github.com/github/codeql-cli-binaries/releases/tag/v2.15.1).
1. Clone and install the Windows Driver Developer Supplemental Tools repository which contains the CodeQL queries specific for drivers:
Expand All @@ -56,7 +56,7 @@ For general use, use the `main` branch along with [version 2.14.4 of the CodeQL
1. Verify CodeQL is installed correctly by checking the version:
```
D:\codeql-home\codeql>codeql --version
CodeQL command-line toolchain release 2.14.4.
CodeQL command-line toolchain release 2.15.1.
Copyright (C) 2019-2023 GitHub, Inc.
Unpacked in: D:\codeql-home\codeql
Analysis results depend critically on separately distributed query and
Expand Down
16 changes: 9 additions & 7 deletions src/codeql-pack.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@
lockVersion: 1.0.0
dependencies:
codeql/cpp-all:
version: 0.9.2
version: 0.10.1
codeql/cpp-queries:
version: 0.7.4
version: 0.8.1
codeql/dataflow:
version: 0.0.3
version: 0.1.1
codeql/ssa:
version: 0.1.4
version: 0.2.1
codeql/suite-helpers:
version: 0.6.4
version: 0.7.1
codeql/tutorial:
version: 0.1.4
version: 0.2.1
codeql/typetracking:
version: 0.2.1
codeql/util:
version: 0.1.4
version: 0.2.1
compiled: false
4 changes: 2 additions & 2 deletions src/qlpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
name: microsoft/windows-drivers
version: 0.2.0
dependencies:
codeql/cpp-queries: 0.7.4
codeql/cpp-all: 0.9.2
codeql/cpp-queries: 0.8.1
codeql/cpp-all: 0.10.1
suites: suites
extractor: cpp
licenses: MIT
Expand Down

0 comments on commit 45e474f

Please sign in to comment.