From a4f3debdaab8e17a2cd77e69a1cc3ead79a5a730 Mon Sep 17 00:00:00 2001 From: Matt Schwager Date: Wed, 10 Jul 2024 13:13:34 -0400 Subject: [PATCH] Add note to CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35c51c548b..1fc1d262ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the ## [UNRELEASED] - Improve the reliability and performance of analyzing code when analyzing a compiled language with the `autobuild` [build mode](https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages#codeql-build-modes) on GitHub Enterprise Server. This feature is already available to GitHub.com users. [#2353](https://github.com/github/codeql-action/pull/2353) +- Add `codeql-version` to outputs [#2368](https://github.com/github/codeql-action/pull/2368) ## 3.25.11 - 28 Jun 2024