Merge pull request #2957 from github/update-v3.29.2-4c57370d0 · github/codeql-action@181d5ee

Original file line numberDiff line numberDiff line change

@@ -2,6 +2,10 @@

22
33

See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.

44
5+

## 3.29.2 - 30 Jun 2025

6+
7+

- Experimental: When the `quality-queries` input for the `init` action is provided with an argument, separate `.quality.sarif` files are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. [#2935](https://github.com/github/codeql-action/pull/2935)

8+
59

## 3.29.1 - 27 Jun 2025

610
711

- Fix bug in PR analysis where user-provided `include` query filter fails to exclude non-included queries. [#2938](https://github.com/github/codeql-action/pull/2938)