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
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]
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
Alexander Eyers-Taylor
1fea7a57e7
Merge branch 'main' into update-bundle/codeql-bundle-v2.16.0
2024-01-15 15:55:29 +00:00
Angela P Wen
96531062ba
Stop setting CODEQL_RUNNER environment variable if CLI already sets it ( #2081 )
...
* Check `setsCodeqlRunnerEnvVar` is set in the CLI with `ToolsFeatures`
* Stop setting `CODEQL_RUNNER` env var when CLI does
* Add optional `features` parameter in test utils
* Test that `CODEQL_RUNNER` is not set if CLI sets it
2024-01-12 09:41:07 -08:00
Henry Mercer
eb14aeb61d
Merge pull request #2080 from github/henrymercer/fix-unconditional-warning
...
Fix `paths`/`paths-ignore` warning that would appear unconditionally
2024-01-11 12:34:53 +00:00
Henry Mercer
30597e33ea
Handle empty lists as well as undefined ones
2024-01-11 12:07:18 +00:00
Henry Mercer
94e68911d7
Fix paths/paths-ignore warning that would appear unconditionally
2024-01-11 11:54:24 +00:00
Andrew Eisenberg
cd94990cfe
Merge pull request #2079 from github/aeisenberg/artifact-storage
...
Add a retention period of 7 days
2024-01-10 14:36:34 -08:00
Andrew Eisenberg
f5a82188bc
Add a retention period of 7 days
...
For debug artifacts. Ensures they don't stick around
too long since these can be large.
2024-01-10 13:31:52 -08:00
Andrew Eisenberg
3b54300140
Merge pull request #2078 from github/dependabot/npm_and_yarn/npm-261f9f0017
...
Bump the npm group with 3 updates
2024-01-10 10:17:02 -08:00
github-actions[bot]
6e496528ad
Update checked-in dependencies
2024-01-10 17:39:48 +00:00
dependabot[bot]
ccdb046177
Bump the npm group with 3 updates
...
Bumps the npm group with 3 updates: [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon ), [@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 `@types/sinon` from 17.0.2 to 17.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon )
Updates `@typescript-eslint/eslint-plugin` from 6.18.0 to 6.18.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.18.1/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.18.0 to 6.18.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.18.1/packages/parser )
---
updated-dependencies:
- dependency-name: "@types/sinon"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- 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-10 17:38:00 +00:00
Andrew Eisenberg
6d223f97ab
Merge pull request #2077 from github/aeisenberg/dependabot-shield
...
Dependabot alerts for shield only
2024-01-10 09:34:52 -08:00
Andrew Eisenberg
0395410277
Dependabot alerts for shield only
2024-01-10 08:34:15 -08:00
Angela P Wen
b8e349d982
Remove Node 16 deprecation note ( #2076 )
2024-01-09 21:19:07 -08:00
Andrew Eisenberg
3516b7f18a
Merge pull request #2071 from github/dependabot/npm_and_yarn/npm-61afffbee9
...
Bump the npm group with 2 updates
2024-01-08 15:28:14 -08:00
Andrew Eisenberg
6693d13c0d
Merge pull request #2072 from github/dependabot/github_actions/dot-github/actions/setup-swift/actions-setup-swift-71a5d23140
...
Bump the actions-setup-swift group in /.github/actions/setup-swift with 1 update
2024-01-08 15:25:20 -08:00
github-actions[bot]
8e8de28ef8
Add changelog note
2024-01-08 18:58:10 +00:00
github-actions[bot]
72e5036933
Update default bundle to codeql-bundle-v2.16.0
2024-01-08 18:58:06 +00:00