Henry Mercer
2f93e4319b
Merge pull request #2102 from github/backport-v2.23.2-b7bf0a3ed
...
Merge releases/v3 into releases/v2
v2.23.2
2024-01-26 15:16:55 +00:00
github-actions[bot]
c98f2c953c
Update checked-in dependencies
2024-01-26 14:39:53 +00:00
github-actions[bot]
554c990fe8
Update version and changelog for v2.23.2
2024-01-26 14:35:10 +00:00
github-actions[bot]
abe5934e80
Merge remote-tracking branch 'origin/releases/v3' into backport-v2.23.2-b7bf0a3ed
2024-01-26 14:35:04 +00:00
github-actions[bot]
8879ae88d9
Revert "Update checked-in dependencies"
...
This reverts commit 554005d264 .
2024-01-26 14:35:04 +00:00
github-actions[bot]
01e8d7f881
Revert "Update version and changelog for v2.23.1"
...
This reverts commit fb29452d38 .
2024-01-26 14:35:04 +00:00
Henry Mercer
b7bf0a3ed3
Merge pull request #2099 from github/update-v3.23.2-61bf02577
...
Merge main into releases/v3
v3.23.2
2024-01-26 14:32:31 +00:00
Henry Mercer
33e354b34b
Changelog: Add missing PR link
2024-01-26 13:34:02 +00:00
github-actions[bot]
f4cfe8904c
Update changelog for v3.23.2
2024-01-26 13:17:25 +00:00
Angela P Wen
61bf02577c
Send overall job status in init-post status report ( #2097 )
...
Co-authored-by: Henry Mercer <henry@henrymercer.name >
2024-01-26 05:11:46 -08:00
Henry Mercer
16150320c5
Merge pull request #2096 from github/update-bundle/codeql-bundle-v2.16.1
...
Update default bundle to 2.16.1
2024-01-25 13:53:32 +00:00
Henry Mercer
bd67d8d6b2
Merge pull request #2098 from github/henrymercer/update-internal-queries
...
Internal queries: Replace deprecated predicates
2024-01-24 13:08:34 +00:00
Henry Mercer
a2619f68c8
Internal queries: Replace deprecated predicates
2024-01-24 12:14:58 +00:00
Henry Mercer
666e2f9edf
Internal queries: Replace deprecated predicates
2024-01-24 00:20:18 +00:00
github-actions[bot]
d43ae36a63
Add changelog note
2024-01-24 00:03:09 +00:00
github-actions[bot]
75af1f5948
Update default bundle to codeql-bundle-v2.16.1
2024-01-24 00:02:56 +00:00
Angela P Wen
65c74964a9
Respect Linux cgroup CPU number for --threads value ( #2083 )
...
We want to respect cgroup constraints so that when we run in a container, we respect the limits set for the container rather than use the host OS's number of cores.
We check both `/sys/fs/cgroup/cpuset.cpus.effective` (`cgroup v2`) and `/sys/fs/cgroup/cpuset.cpus` (`cgroup v1`) to find the number of cores available. We also check `sys/fs/cgroup/cpu.max` (v1, v2) to calculate the number of cores from the limits set in this file.
The max threads value is set to the minimum of these values, and if no values were found in these files, we default to the original value of the host OS.
codeql-bundle-v2.16.1
2024-01-23 14:50:06 +00:00
Henry Mercer
2eaf0149ef
Merge pull request #2095 from github/dependabot/npm_and_yarn/npm-52a54e8561
...
Bump the npm group with 2 updates
2024-01-22 18:46:02 +00:00
github-actions[bot]
f03430628f
Update checked-in dependencies
2024-01-22 17:53:57 +00:00
dependabot[bot]
baaf7d5247
Bump the npm group with 2 updates
...
Bumps the npm group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ).
Updates `@typescript-eslint/eslint-plugin` from 6.19.0 to 6.19.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.19.1/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.19.0 to 6.19.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.19.1/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-22 17:51:51 +00:00
Alexandre Boulgakov
c6fd1aa12c
Merge pull request #2087 from github/sashabu/cpp-trap-caching
...
C++: Add feature flag for TRAP caching.
2024-01-22 14:25:34 +00:00
Alexandre Boulgakov
d0c5ea08fd
C++: Set minimum version for CppTrapCachingEnabled FF.
2024-01-22 13:04:01 +00:00
Alexandre Boulgakov
a246aaa40c
C++: Make C++ TRAP caching conditional on TRAP caching being enabled in general.
2024-01-22 13:03:40 +00:00
Alexandre Boulgakov
f1915cce98
C++: Map C++ TRAP caching flag to env var.
2024-01-22 13:02:45 +00:00
Alexandre Boulgakov
2949ab83fb
C++: Add feature flag for TRAP caching.
2024-01-22 13:01:47 +00:00
Ian Lynagh
b96e5e1158
Merge pull request #2088 from github/igfoo/remove_lombok_ff
...
Remove the Lombok feature flag
2024-01-22 10:25:29 +00:00
Ian Lynagh
545bf65803
Run "npm run build"
2024-01-19 16:52:23 +00:00
Ian Lynagh
42edda9026
Add a comment
2024-01-19 16:51:36 +00:00
Ian Lynagh
bd00f23331
Remove the lombok feature flag code
...
We still set the env var for 2.14.0 - 2.14.3, as they defaulted to not
enabling Lombok support but had support enabled by the feature flag.
2024-01-19 16:50:33 +00:00
Nick Fyson
d0c848438b
Merge pull request #2092 from github/nickfyson/v2-deprecation-warning
2024-01-19 15:30:02 +00:00
nickfyson
e86ee7f7b4
fix typo in comment
2024-01-19 15:03:13 +00:00
nickfyson
4f9fb97304
update wording of deprecation warning
2024-01-19 15:01:15 +00:00
nickfyson
a854253aca
ensure deprecation warning is only shown once per job
2024-01-19 14:55:54 +00:00
nickfyson
f72cffc780
add v2 deprecation warning
2024-01-18 20:51:16 +00:00
Henry Mercer
4759df8df7
Merge pull request #2091 from github/backport-v2.23.1-0b21cf249
...
Merge releases/v3 into releases/v2
v2.23.1
2024-01-17 17:39:22 +00:00
Alexander Eyers-Taylor
d13ca047ae
Merge pull request #2090 from github/mergeback/v3.23.1-to-main-0b21cf24
...
Mergeback v3.23.1 refs/heads/releases/v3 into main
2024-01-17 17:36:08 +00:00
github-actions[bot]
475e2aff08
Update checked-in dependencies
2024-01-17 16:55:22 +00:00
github-actions[bot]
554005d264
Update checked-in dependencies
2024-01-17 16:52:17 +00:00
github-actions[bot]
fb29452d38
Update version and changelog for v2.23.1
2024-01-17 16:25:35 +00:00
github-actions[bot]
13884cb7d7
Merge remote-tracking branch 'origin/releases/v3' into backport-v2.23.1-0b21cf249
2024-01-17 16:25:34 +00:00
github-actions[bot]
ac64986f93
Revert "Update checked-in dependencies"
...
This reverts commit e24bd8fed4 .
2024-01-17 16:25:34 +00:00
github-actions[bot]
cdcacf8b4f
Revert "Update version and changelog for v2.23.0"
...
This reverts commit 8f2682add5 .
2024-01-17 16:25:34 +00:00
github-actions[bot]
4d7889a2f1
Update changelog and version after v3.23.1
2024-01-17 16:23:28 +00:00
Alexander Eyers-Taylor
0b21cf2492
Merge pull request #2089 from github/update-v3.23.1-f65ecd09c
...
Merge main into releases/v3
v3.23.1
2024-01-17 16:21:56 +00:00
github-actions[bot]
ae616145ed
Update changelog for v3.23.1
2024-01-17 15:46:52 +00:00
Angela P Wen
f65ecd09c7
Only delete SARIF in PR check if not running on a fork ( #2084 )
2024-01-16 16:07:58 -08:00
Alexander Eyers-Taylor
4d75a10efa
Merge pull request #2073 from github/update-bundle/codeql-bundle-v2.16.0
...
Update default bundle to 2.16.0
2024-01-16 12:58:39 +00:00
Stephan Brandauer
e65c5d92f7
Merge pull request #2086 from github/dependabot/npm_and_yarn/npm-c0441c84d9
...
Bump the npm group with 4 updates
2024-01-16 13:39:34 +01:00
github-actions[bot]
6b12e3d9d9
Update checked-in dependencies
2024-01-15 17:41:40 +00:00
dependabot[bot]
e292db6207
Bump the npm group with 4 updates
...
Bumps the npm group with 4 updates: [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache ), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) and [nock](https://github.com/nock/nock ).
Updates `@actions/cache` from 3.2.2 to 3.2.3
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache )
Updates `@typescript-eslint/eslint-plugin` from 6.18.1 to 6.19.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.19.0/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.18.1 to 6.19.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.19.0/packages/parser )
Updates `nock` from 13.4.0 to 13.5.0
- [Release notes](https://github.com/nock/nock/releases )
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nock/nock/compare/v13.4.0...v13.5.0 )
---
updated-dependencies:
- dependency-name: "@actions/cache"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: nock
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-15 17:40:05 +00:00