Skip to content

Commit

Permalink
CodeQL version update (#102)
Browse files Browse the repository at this point in the history
* update codeql pack versions

* update readme with new codeql version
  • Loading branch information
jacob-ronstadt authored Dec 15, 2023
1 parent f1b0cd2 commit c133ba4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
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.15.1 |
| main | 2.15.4 |

### 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.15.1 of the CodeQL CLI](https://github.com/github/codeql-cli-binaries/releases/tag/v2.15.1).
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).

## Quickstart

Expand All @@ -30,7 +30,7 @@ For general use, use the `main` branch along with [version 2.15.1 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.15.1](https://github.com/github/codeql-cli-binaries/releases/tag/v2.15.1).
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).
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.15.1 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.15.1.
CodeQL command-line toolchain release 2.15.4.
Copyright (C) 2019-2023 GitHub, Inc.
Unpacked in: D:\codeql-home\codeql
Analysis results depend critically on separately distributed query and
Expand Down
18 changes: 10 additions & 8 deletions src/codeql-pack.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,21 @@
lockVersion: 1.0.0
dependencies:
codeql/cpp-all:
version: 0.10.1
version: 0.12.1
codeql/cpp-queries:
version: 0.8.1
version: 0.9.0
codeql/dataflow:
version: 0.1.1
version: 0.1.4
codeql/rangeanalysis:
version: 0.0.3
codeql/ssa:
version: 0.2.1
version: 0.2.4
codeql/suite-helpers:
version: 0.7.1
version: 0.7.4
codeql/tutorial:
version: 0.2.1
version: 0.2.4
codeql/typetracking:
version: 0.2.1
version: 0.2.4
codeql/util:
version: 0.2.1
version: 0.2.4
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.8.1
codeql/cpp-all: 0.10.1
codeql/cpp-queries: 0.9.0
codeql/cpp-all: 0.12.1
suites: suites
extractor: cpp
licenses: MIT
Expand Down

0 comments on commit c133ba4

Please sign in to comment.