From 49c1e2f719f28bcf939b573741c0cc3e660ba259 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Wed, 16 Feb 2022 12:43:10 +0000 Subject: [PATCH] Add changelog note --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfec4fe3e..b446659ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## [UNRELEASED] +- The CodeQL CLI versions up to and including version 2.4.4 are not compatible with the CodeQL Action 1.1.1 and later. The Action will emit an error if it detects that it is being used by an incompatible version of the CLI. [#931](https://github.com/github/codeql-action/pull/931) - Update default CodeQL bundle version to 2.8.1. [#925](https://github.com/github/codeql-action/pull/925) ## 1.1.0 - 11 Feb 2022