From fa5685c7f0e2922a94ac7f7c232075bbf52d378e Mon Sep 17 00:00:00 2001 From: Nick Fyson Date: Fri, 23 Feb 2024 10:36:52 +0000 Subject: [PATCH] fix the mergeback changelog --- CHANGELOG.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a4dca653..ce46b1f87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,22 +4,6 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th Note that the only difference between `v2` and `v3` of the CodeQL Action is the node version they support, with `v3` running on node 20 while we continue to release `v2` to support running on node 16. For example `3.22.11` was the first `v3` release and is functionally identical to `2.22.11`. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers. -## 2.24.4 - 21 Feb 2024 - -No user facing changes. - -## 2.24.3 - 15 Feb 2024 - -No user facing changes. - -## 2.24.2 - 15 Feb 2024 - -No user facing changes. - -## 2.22.12 - 22 Dec 2023 - -No user facing changes. - ## 2.24.5 - 23 Feb 2024 - Update default CodeQL bundle version to 2.16.3. [#2156](https://github.com/github/codeql-action/pull/2156)