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/v3 #2099

Merged
merged 30 commits into from
Jan 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
4d7889a
Update changelog and version after v3.23.1
github-actions[bot] Jan 17, 2024
475e2af
Update checked-in dependencies
github-actions[bot] Jan 17, 2024
d13ca04
Merge pull request #2090 from github/mergeback/v3.23.1-to-main-0b21cf24
alexet Jan 17, 2024
f72cffc
add v2 deprecation warning
nickfyson Jan 18, 2024
a854253
ensure deprecation warning is only shown once per job
nickfyson Jan 19, 2024
4f9fb97
update wording of deprecation warning
nickfyson Jan 19, 2024
e86ee7f
fix typo in comment
nickfyson Jan 19, 2024
d0c8484
Merge pull request #2092 from github/nickfyson/v2-deprecation-warning
nickfyson Jan 19, 2024
bd00f23
Remove the lombok feature flag code
igfoo Jan 19, 2024
42edda9
Add a comment
igfoo Jan 19, 2024
545bf65
Run "npm run build"
igfoo Jan 19, 2024
b96e5e1
Merge pull request #2088 from github/igfoo/remove_lombok_ff
igfoo Jan 22, 2024
2949ab8
C++: Add feature flag for TRAP caching.
sashabu Jan 15, 2024
f1915cc
C++: Map C++ TRAP caching flag to env var.
sashabu Jan 17, 2024
a246aaa
C++: Make C++ TRAP caching conditional on TRAP caching being enabled …
sashabu Jan 17, 2024
d0c5ea0
C++: Set minimum version for CppTrapCachingEnabled FF.
sashabu Jan 19, 2024
c6fd1aa
Merge pull request #2087 from github/sashabu/cpp-trap-caching
sashabu Jan 22, 2024
baaf7d5
Bump the npm group with 2 updates
dependabot[bot] Jan 22, 2024
f034306
Update checked-in dependencies
github-actions[bot] Jan 22, 2024
2eaf014
Merge pull request #2095 from github/dependabot/npm_and_yarn/npm-52a5…
henrymercer Jan 22, 2024
65c7496
Respect Linux `cgroup` CPU number for `--threads` value (#2083)
angelapwen Jan 23, 2024
75af1f5
Update default bundle to codeql-bundle-v2.16.1
github-actions[bot] Jan 24, 2024
d43ae36
Add changelog note
github-actions[bot] Jan 24, 2024
666e2f9
Internal queries: Replace deprecated predicates
henrymercer Jan 24, 2024
a2619f6
Internal queries: Replace deprecated predicates
henrymercer Jan 24, 2024
bd67d8d
Merge pull request #2098 from github/henrymercer/update-internal-queries
henrymercer Jan 24, 2024
1615032
Merge pull request #2096 from github/update-bundle/codeql-bundle-v2.16.1
henrymercer Jan 25, 2024
61bf025
Send overall job status in init-post status report (#2097)
angelapwen Jan 26, 2024
f4cfe89
Update changelog for v3.23.2
github-actions[bot] Jan 26, 2024
33e354b
Changelog: Add missing PR link
henrymercer Jan 26, 2024
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th

Note that the only difference between `v2` and `v3` of the CodeQL Action is the node version they support, with `v3` running on node 20 while we continue to release `v2` to support running on node 16. For example `3.22.11` was the first `v3` release and is functionally identical to `2.22.11`. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

## 3.23.2 - 26 Jan 2024

- On Linux, the maximum possible value for the `--threads` option now respects the CPU count as specified in `cgroup` files to more accurately reflect the number of available cores when running in containers. [#2083](https://github.com/github/codeql-action/pull/2083)
- Update default CodeQL bundle version to 2.16.1. [#2096](https://github.com/github/codeql-action/pull/2096)

## 3.23.1 - 17 Jan 2024

- Update default CodeQL bundle version to 2.16.0. [#2073](https://github.com/github/codeql-action/pull/2073)
Expand Down
1 change: 1 addition & 0 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.

1 change: 1 addition & 0 deletions lib/autobuild-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/autobuild-action.js.map

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

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.16.0",
"cliVersion": "2.16.0",
"priorBundleVersion": "codeql-bundle-v2.15.5",
"priorCliVersion": "2.15.5"
"bundleVersion": "codeql-bundle-v2.16.1",
"cliVersion": "2.16.1",
"priorBundleVersion": "codeql-bundle-v2.16.0",
"priorCliVersion": "2.16.0"
}
8 changes: 8 additions & 0 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.

12 changes: 6 additions & 6 deletions lib/feature-flags.js

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