From 645e36c9696fcec0dc65c45e31aef09cab5f07b3 Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Tue, 7 Jan 2025 14:00:28 -0800 Subject: [PATCH] [WIP] Add changenote for deprecation --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2fe67071e..1787beea09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,9 @@ See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. -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. - ## [UNRELEASED] -No user facing changes. +- CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see [this changelog post](TODO). [#1467](TODO) ## 3.28.0 - 20 Dec 2024