Skip to content

Commit b98a636

Browse files
authored
Merge branch 'main' into update-bundle/codeql-bundle-v2.15.1
2 parents 0132448 + 4a368f6 commit b98a636

File tree

6 files changed

+25
-12
lines changed

6 files changed

+25
-12
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
55
## [UNRELEASED]
66

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

913
## 2.22.3 - 13 Oct 2023
1014

README.md

+9
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).

python-setup/tests/pipenv/python-3.8/Pipfile.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python-setup/tests/pipenv/requests-3/Pipfile.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python-setup/tests/poetry/python-3.8/poetry.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python-setup/tests/poetry/requests-3/poetry.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)