Skip to content

Commit 4a368f6

Browse files
authored
Add announcement on Node 16 deprecation (#1960)
1 parent 77bbb99 commit 4a368f6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
44

55
## [UNRELEASED]
66

7-
No user facing changes.
7+
- Users will begin to see warnings on Node.js 16 deprecation in their Actions logs on code scanning runs starting October 23, 2023.
8+
- All code scanning workflows should continue to succeed regardless of the warning.
9+
- 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.
10+
- For more information, and to communicate with the maintaining team, please use [this issue](https://github.com/github/codeql-action/issues/1959).
811

912
## 2.22.3 - 13 Oct 2023
1013

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ This action runs GitHub's industry-leading semantic code analysis engine, [CodeQ
44

55
For a list of recent changes, see the CodeQL Action's [changelog](CHANGELOG.md).
66

7+
## :loudspeaker: Node 16 deprecation, upcoming CodeQL Action v3 :loudspeaker:
8+
Announcement for users of this Action and code scanning workflows on GitHub.com:
9+
10+
- You will begin to see these warnings about Node.js 16 deprecation in your Actions logs on code scanning runs starting October 23, 2023.
11+
- All code scanning workflows should continue to succeed regardless of the warning.
12+
- 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.
13+
14+
For more information, and to communicate with the maintaining team, please use [this issue](https://github.com/github/codeql-action/issues/1959).
15+
716
## License
817

918
This project is released under the [MIT License](LICENSE).

0 commit comments

Comments
 (0)