Skip to content

Commit be4c77e

Browse files
Update CodeQL version (#103)
* update readme with new codeql version * update codeql pack versions
1 parent a55920b commit be4c77e

3 files changed

Lines changed: 16 additions & 14 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository contains open-source components for supplemental use in developi
66

77
| Branch to use | CodeQL CLI version |
88
|--------------------------|--------------------|
9-
| main | 2.15.1 |
9+
| main | 2.15.4 |
1010

1111
### For Windows Hardware Compatibility Program Use
1212

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

20-
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).
20+
For general use, use the `main` branch along with [version 2.15.4 of the CodeQL CLI](https://github.com/github/codeql-cli-binaries/releases/tag/v2.15.4).
2121

2222
## Quickstart
2323

@@ -30,7 +30,7 @@ For general use, use the `main` branch along with [version 2.15.1 of the CodeQL
3030
3131
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).
3232
33-
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).
33+
For general use with the `main` branch, use [CodeQL CLI version 2.15.4](https://github.com/github/codeql-cli-binaries/releases/tag/v2.15.4).
3434
3535
3636
1. Clone and install the Windows Driver Developer Supplemental Tools repository which contains the CodeQL queries specific for drivers:
@@ -56,7 +56,7 @@ For general use, use the `main` branch along with [version 2.15.1 of the CodeQL
5656
1. Verify CodeQL is installed correctly by checking the version:
5757
```
5858
D:\codeql-home\codeql>codeql --version
59-
CodeQL command-line toolchain release 2.15.1.
59+
CodeQL command-line toolchain release 2.15.4.
6060
Copyright (C) 2019-2023 GitHub, Inc.
6161
Unpacked in: D:\codeql-home\codeql
6262
Analysis results depend critically on separately distributed query and

src/codeql-pack.lock.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,21 @@
22
lockVersion: 1.0.0
33
dependencies:
44
codeql/cpp-all:
5-
version: 0.10.1
5+
version: 0.12.1
66
codeql/cpp-queries:
7-
version: 0.8.1
7+
version: 0.9.0
88
codeql/dataflow:
9-
version: 0.1.1
9+
version: 0.1.4
10+
codeql/rangeanalysis:
11+
version: 0.0.3
1012
codeql/ssa:
11-
version: 0.2.1
13+
version: 0.2.4
1214
codeql/suite-helpers:
13-
version: 0.7.1
15+
version: 0.7.4
1416
codeql/tutorial:
15-
version: 0.2.1
17+
version: 0.2.4
1618
codeql/typetracking:
17-
version: 0.2.1
19+
version: 0.2.4
1820
codeql/util:
19-
version: 0.2.1
21+
version: 0.2.4
2022
compiled: false

src/qlpack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
name: microsoft/windows-drivers
55
version: 0.2.0
66
dependencies:
7-
codeql/cpp-queries: 0.8.1
8-
codeql/cpp-all: 0.10.1
7+
codeql/cpp-queries: 0.9.0
8+
codeql/cpp-all: 0.12.1
99
suites: suites
1010
extractor: cpp
1111
licenses: MIT

0 commit comments

Comments
 (0)