Chuan-kai Lin
fc5847810e
Overlay: clarify componentsJson computation
...
This commit updates componentsJson computation to call JSON.stringify()
without the replacer array and documents why the result is stable.
2025-09-05 11:36:58 -07:00
Chuan-kai Lin
4c82ae2356
Overlay: add automation ID to cache key
...
This commit adds automation ID to the overlay-base database cache key so
that we properly distinguish different analyses in the same repo for the
same language.
Since I am changing the cache key format, I also moved the CodeQL bundle
version to the end of the cache restore key, in case we want to remove
it from the restore key sometime in the future.
Note that I chose to leave CACHE_VERSION unchanged because the old and
the new cache keys are sufficiently different that there should be no
risk of confusion.
2025-09-04 14:13:15 -07:00
Michael B. Gale
2d2f57ed3a
Merge pull request #3079 from github/mbg/proxy/accept-git-source
...
Accept `git_source` registry configurations for Go
2025-09-04 16:57:42 +01:00
Arthur Baars
b364f99409
Merge pull request #3077 from github/update-bundle/codeql-bundle-v2.23.0
...
Update default bundle to 2.23.0
2025-09-04 17:12:51 +02:00
Arthur Baars
5b8860ac11
Merge branch 'main' into update-bundle/codeql-bundle-v2.23.0
2025-09-04 16:57:04 +02:00
Michael B. Gale
8fe8b24202
Add git_source as supported registry type for Go
2025-09-04 14:06:50 +01:00
Michael B. Gale
6242bcbf1b
Allow multiple registry types in LANGUAGE_TO_REGISTRY_TYPE
2025-09-04 13:54:49 +01:00
Michael B. Gale
dfb741d27f
Merge pull request #3075 from github/mbg/remove-augmentation-properties
...
Remove `augmentationProperties` from `Config` type
2025-09-04 11:31:20 +01:00
Michael B. Gale
920bba1769
Add unit tests for createInitWithConfigStatusReport
2025-09-04 10:59:23 +01:00
Michael B. Gale
37ddb03e0d
Add createInitWithConfigStatusReport function
2025-09-04 10:16:25 +01:00
Michael B. Gale
da9299646d
Move InitStatusReport types to status-report.ts
2025-09-04 10:06:34 +01:00
Michael B. Gale
f2e20f52e0
Rename getDefaultConfig and update doc comment
2025-09-04 10:01:17 +01:00
Michael B. Gale
8d623f4184
Populate computedConfig in getDefaultConfig
2025-09-04 09:57:29 +01:00
Michael B. Gale
0fb047d929
Set user-provided UserConfig in getDefaultConfig
2025-09-04 09:55:00 +01:00
Michael B. Gale
1fd8a71a12
Merge pull request #3072 from github/mbg/refactor/augmentation-properties
...
Overlay databases: Use `Config` instead of `AugmentationProperties`
2025-09-03 16:40:50 +01:00
Michael B. Gale
87c5b58925
Remove augmentationProperties from Config
2025-09-03 12:56:58 +01:00
Michael B. Gale
d332aa98b6
Use computedConfig for pack telemetry
2025-09-03 12:56:22 +01:00
Michael B. Gale
7f81363b78
Mark result of appendExtraQueryExclusions as Readonly to prevent further modification
2025-09-03 12:21:31 +01:00
Michael B. Gale
e9fb72dd82
Move extraQueryExclusions out of AugmentationProperties
2025-09-03 12:13:58 +01:00
Henry Mercer
0df935330d
Merge pull request #3078 from github/henrymercer-patch-1
...
Add retroactive changelog note for #3054
2025-09-02 20:53:10 +01:00
Henry Mercer
7076b2b468
Add retroactive changelog note for #3054
2025-09-02 20:36:12 +01:00
Henry Mercer
47454d979d
Merge pull request #3076 from github/copilot/fix-e885529e-2505-445e-8390-e2c6c91256a4
...
Remove redundant @types packages that now ship their own TypeScript definitions
2025-09-02 19:17:23 +01:00
github-actions[bot]
fd7a1e18f9
Add changelog note
2025-09-02 18:16:47 +00:00
github-actions[bot]
d8532d6e0e
Update default bundle to codeql-bundle-v2.23.0
2025-09-02 18:16:37 +00:00
Arthur Baars
16df4fbc19
Merge pull request #3073 from github/aibaars/update-bundle
...
Fix update-bundle workflow
codeql-bundle-v2.23.0
2025-09-02 19:52:04 +02:00
copilot-swe-agent[bot]
e6103f56ce
Remove redundant @types packages that ship their own types
...
Co-authored-by: henrymercer <14129055+henrymercer@users.noreply.github.com >
2025-09-02 17:38:29 +00:00
copilot-swe-agent[bot]
56649d3719
Initial plan
2025-09-02 17:29:52 +00:00
Arthur Baars
d5dbc128c5
Add actions/setup-node step
2025-09-02 17:25:59 +00:00
Arthur Baars
eccc75547a
Fix update-bundle workflow
2025-09-02 17:25:58 +00:00
Michael B. Gale
ac9b91e745
Move overlay db settings from AugmentationProperties to Config
2025-09-02 18:02:12 +01:00
Michael B. Gale
c4d2772a75
Add computedConfig property to Config type
2025-09-02 18:01:49 +01:00
Michael B. Gale
9f5a64c949
Merge pull request #3074 from github/mbg/cq/hardcode-quality-queries
...
Hard-code quality queries
2025-09-02 18:00:36 +01:00
Michael B. Gale
e116d9977e
Stop propagating quality-queries input
2025-09-02 17:31:57 +01:00
Michael B. Gale
7f8f88e227
Use hard-coded list of quality queries, rather than quality-queries input
2025-09-02 17:31:57 +01:00
Michael B. Gale
15403aac29
Mark quality-queries input as deprecated
2025-09-02 17:31:56 +01:00
Michael B. Gale
68d7fe3565
Merge pull request #3071 from github/mbg/fix/createTestConfig
...
Fix missing/wrong properties in `createTestConfig`
2025-09-02 13:56:39 +01:00
Michael B. Gale
fdb7cfe16e
Update src/testing-utils.ts
...
Co-authored-by: Esben Sparre Andreasen <esbena@github.com >
2025-09-02 13:43:01 +01:00
Michael B. Gale
935698fa78
Fix missing/wrong properties in createTestConfig
2025-09-02 13:28:05 +01:00
Michael B. Gale
92b7de3572
Merge pull request #3070 from github/dependabot/npm_and_yarn/npm-8a1409518d
...
Bump @types/get-folder-size from 2.0.0 to 3.0.4 in the npm group
2025-09-02 10:24:45 +01:00
Esben Sparre Andreasen
a0c4701d96
Merge pull request #3069 from github/dependabot/github_actions/actions-d07bd62061
...
Bump ruby/setup-ruby from 1.256.0 to 1.257.0 in the actions group
2025-09-02 09:17:16 +02:00
Esben Sparre Andreasen
d4285a628f
Bump ruby/setup-ruby from 1.256.0 to 1.257.0 in the actions group
2025-09-02 08:26:49 +02:00
github-actions[bot]
51a96b9ecd
Rebuild
2025-09-01 22:22:53 +00:00
github-actions[bot]
bade475361
Merge remote-tracking branch 'origin/main' into dependabot/npm_and_yarn/npm-8a1409518d
2025-09-01 22:22:03 +00:00
dependabot[bot]
4c7e4da0fe
Bump @types/get-folder-size from 2.0.0 to 3.0.4 in the npm group
...
Bumps the npm group with 1 update: [@types/get-folder-size](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/get-folder-size ).
Updates `@types/get-folder-size` from 2.0.0 to 3.0.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/get-folder-size )
---
updated-dependencies:
- dependency-name: "@types/get-folder-size"
dependency-version: 3.0.4
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-01 22:21:38 +00:00
dependabot[bot]
fea2cbc713
Bump ruby/setup-ruby from 1.256.0 to 1.257.0 in the actions group
...
Bumps the actions group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby ).
Updates `ruby/setup-ruby` from 1.256.0 to 1.257.0
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](efbf473cab...4451173596 )
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.257.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-01 21:41:00 +00:00
Henry Mercer
f9a0f98a39
Merge pull request #3068 from github/mergeback/v3.30.0-to-main-2d92b76c
...
Mergeback v3.30.0 refs/heads/releases/v3 into main
2025-09-01 16:14:20 +01:00
Henry Mercer
9fde80919a
Merge pull request #3066 from github/henrymercer/update-dependencies
...
Update dependencies
2025-09-01 16:06:29 +01:00
github-actions[bot]
8eac8cc229
Rebuild
2025-09-01 14:46:07 +00:00
github-actions[bot]
31c155d949
Update changelog and version after v3.30.0
2025-09-01 13:34:40 +00:00
Henry Mercer
2d92b76c45
Merge pull request #3067 from github/update-v3.30.0-92eada825
...
Merge main into releases/v3
v3.30.0
2025-09-01 14:34:07 +01:00