From 2830b750e5012e0a57cb63888cd5720f2326ca5c Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Fri, 27 Jun 2025 13:49:45 +0100 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 629fbf9c0..76f2883b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th ## [UNRELEASED] -No user facing changes. +- 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. [#2376](https://github.com/github/codeql-action/pull/2935) ## 3.29.1 - 27 Jun 2025