From 0db4734a49e5c6c725e6f6b8e91ef6eebe437c5d Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Wed, 18 Oct 2023 14:17:22 -0700 Subject: [PATCH] Add announcement on Node 16 deprecation --- CHANGELOG.md | 5 ++++- README.md | 9 +++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03e926d72e..2008836e03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th ## [UNRELEASED] -No user facing changes. +- Users will begin to see warnings on Node.js 16 deprecation in their Actions logs on code scanning runs starting October 23, 2023. + - All code scanning workflows should continue to succeed regardless of the warning. + - The team at GitHub maintaining the CodeQL Action is aware of the deprecation timeline and actively working on creating another version of the CodeQL Action, v3, that will bump us to Node 20. + - For more information, and to communicate with the maintaining team, please use [this issue](https://github.com/github/codeql-action/issues/1959). ## 2.21.8 - 19 Sep 2023 diff --git a/README.md b/README.md index 781f2aa192..e4fe26e359 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,15 @@ This action runs GitHub's industry-leading semantic code analysis engine, [CodeQ For a list of recent changes, see the CodeQL Action's [changelog](CHANGELOG.md). +## :loudspeaker: Node 16 deprecation, upcoming CodeQL Action v3 :loudspeaker: +Announcement for users of this Action and code scanning workflows on GitHub.com: + +- You will begin to see these warnings about Node.js 16 deprecation in your Actions logs on code scanning runs starting October 23, 2023. +- All code scanning workflows should continue to succeed regardless of the warning. +- The team at GitHub maintaining the CodeQL Action is aware of the deprecation timeline and actively working on creating another version of the CodeQL Action, v3, that will bump us to Node 20. + +For more information, and to communicate with the maintaining team, please use [this issue](https://github.com/github/codeql-action/issues/1959). + ## License This project is released under the [MIT License](LICENSE).