8000 Merge main into releases/v3 by github-actions[bot] · Pull Request #2099 · github/codeql-action · GitHub
[go: up one dir, main page]

Skip to content

Merge main into releases/v3 #2099

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

Merged
merged 30 commits into from
Jan 26, 2024
Merged
Changes from 1 commit
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000 Diff view
Prev Previous commit
Changelog: Add missing PR link
  • Loading branch information
henrymercer authored Jan 26, 2024
commit 33e354b34bc9d95d28ae4f055fa1faeb59e59ae5
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the

## 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.
- 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
Expand Down
0