Skip to content

Commit 49abf0b

Browse files
authored
Merge pull request #1961 from github/update-v2.22.4-63470275e
Merge main into releases/v2
2 parents 0116bc2 + 907abca commit 49abf0b

File tree

300 files changed

+1451
-3056
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

300 files changed

+1451
-3056
lines changed

Diff for: .github/workflows/codeql.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
schedule:
1212
# Weekly on Sunday.
1313
- cron: '30 1 * * 0'
14+
workflow_dispatch:
1415

1516
env:
1617
CODEQL_ACTION_TESTING_ENVIRONMENT: codeql-action-pr-checks

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
44

5+
## 2.22.4 - 20 Oct 2023
6+
7+
- 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).
12+
513
## 2.22.3 - 13 Oct 2023
614

715
- Provide an authentication token when downloading the CodeQL Bundle from the API of a GitHub Enterprise Server instance. [#1945](https://github.com/github/codeql-action/pull/1945)

Diff for: 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).

Diff for: lib/analyze-action.js

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

Diff for: lib/analyze-action.js.map

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

Diff for: lib/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.15.0",
3-
"cliVersion": "2.15.0",
4-
"priorBundleVersion": "codeql-bundle-v2.14.6",
5-
"priorCliVersion": "2.14.6"
2+
"bundleVersion": "codeql-bundle-v2.15.1",
3+
"cliVersion": "2.15.1",
4+
"priorBundleVersion": "codeql-bundle-v2.15.0",
5+
"priorCliVersion": "2.15.0"
66
}

Diff for: lib/environment.js

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

Diff for: lib/environment.js.map

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

Diff for: lib/init-action.js

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

0 commit comments

Comments
 (0)