Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main into releases/v2 #1961

Merged
merged 18 commits into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
632d58c
Update Go path documentation in analyze Action
mbg Oct 13, 2023
325a0b0
Make Go binary path check unconditional
mbg Oct 13, 2023
8e460e9
Update changelog and version after v2.22.3
github-actions[bot] Oct 13, 2023
1d83a63
Update checked-in dependencies
github-actions[bot] Oct 13, 2023
7e7f0cc
Merge pull request #1948 from github/mergeback/v2.22.3-to-main-0116bc2d
henrymercer Oct 13, 2023
d859d17
Merge pull request #1946 from github/mbg/unconditioal-go-warning
mbg Oct 13, 2023
1d83e52
Bump the npm group with 5 updates (#1951)
dependabot[bot] Oct 17, 2023
bad3413
Add `workflow_dispatch` manual trigger (#1952)
angelapwen Oct 17, 2023
070e92e
Update default bundle to codeql-bundle-v2.15.1
github-actions[bot] Oct 17, 2023
0132448
Add changelog note
github-actions[bot] Oct 17, 2023
b6b0833
Bump urllib3 in /python-setup/tests/pipenv/python-3.8 (#1954)
dependabot[bot] Oct 17, 2023
aa55b87
Bump urllib3 in /python-setup/tests/pipenv/requests-3 (#1955)
dependabot[bot] Oct 17, 2023
a75a0d5
Bump urllib3 in /python-setup/tests/poetry/requests-3 (#1956)
dependabot[bot] Oct 17, 2023
77bbb99
Bump urllib3 in /python-setup/tests/poetry/python-3.8 (#1957)
dependabot[bot] Oct 17, 2023
4a368f6
Add announcement on Node 16 deprecation (#1960)
angelapwen Oct 18, 2023
b98a636
Merge branch 'main' into update-bundle/codeql-bundle-v2.15.1
dbartol Oct 19, 2023
6347027
Merge pull request #1953 from github/update-bundle/codeql-bundle-v2.15.1
dbartol Oct 19, 2023
907abca
Update changelog for v2.22.4
github-actions[bot] Oct 20, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
schedule:
# Weekly on Sunday.
- cron: '30 1 * * 0'
workflow_dispatch:

env:
CODEQL_ACTION_TESTING_ENVIRONMENT: codeql-action-pr-checks
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## 2.22.4 - 20 Oct 2023

- Update default CodeQL bundle version to 2.15.1. [#1953](https://github.com/github/codeql-action/pull/1953)
- 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.22.3 - 13 Oct 2023

- 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)
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
18 changes: 10 additions & 8 deletions lib/analyze-action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/analyze-action.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions lib/defaults.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bundleVersion": "codeql-bundle-v2.15.0",
"cliVersion": "2.15.0",
"priorBundleVersion": "codeql-bundle-v2.14.6",
"priorCliVersion": "2.14.6"
"bundleVersion": "codeql-bundle-v2.15.1",
"cliVersion": "2.15.1",
"priorBundleVersion": "codeql-bundle-v2.15.0",
"priorCliVersion": "2.15.0"
}
5 changes: 2 additions & 3 deletions lib/environment.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/environment.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 30 additions & 20 deletions lib/init-action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.