You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This repository contains open-source components for supplemental use in developi
6
6
7
7
| Branch to use | CodeQL CLI version |
8
8
|--------------------------|--------------------|
9
-
| main | 2.15.1|
9
+
| main | 2.15.4|
10
10
11
11
### For Windows Hardware Compatibility Program Use
12
12
@@ -17,7 +17,7 @@ This repository contains open-source components for supplemental use in developi
17
17
| Windows 11 | WHCP_21H2 | 2.4.6 |
18
18
| Windows 11, version 22H2 | WHCP_22H2 | 2.6.3 |
19
19
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).
21
21
22
22
## Quickstart
23
23
@@ -30,7 +30,7 @@ For general use, use the `main` branch along with [version 2.15.1 of the CodeQL
30
30
31
31
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).
32
32
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).
34
34
35
35
36
36
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
56
56
1. Verify CodeQL is installed correctly by checking the version:
57
57
```
58
58
D:\codeql-home\codeql>codeql --version
59
-
CodeQL command-line toolchain release 2.15.1.
59
+
CodeQL command-line toolchain release 2.15.4.
60
60
Copyright (C) 2019-2023 GitHub, Inc.
61
61
Unpacked in: D:\codeql-home\codeql
62
62
Analysis results depend critically on separately distributed query and
0 commit comments