Michael B. Gale
7df3db2b6f
Add minimal Step type
2026-03-12 22:39:44 +00:00
Michael B. Gale
b5e1fb009d
Add workspaces to root package.json
2026-03-12 22:39:44 +00:00
Michael B. Gale
ea703668e0
Avoid bundling package.json
...
- `package.json` is bundled by `esbuild` because we depend on it in `actions-util.ts`
- That is so we can access the `version` property
- We now use `build.mjs` to define a constant for it instead
- We also set this constant in `ava.setup.mjs` for tests
- This reduces the size of the generated `.js` files and avoids changing them entirely in some cases
2026-03-12 18:55:03 +00:00
Michael B. Gale
c183dca871
Move ava config out of package.json
2026-03-12 18:43:14 +00:00
Michael B. Gale
a717db1a90
Emit warning for unrecognised repo properties with our common prefix
2026-03-12 11:49:17 +00:00
Henry Mercer
1dbebad653
Merge pull request #3566 from github/dependabot/npm_and_yarn/npm-minor-aebc49e072
...
Bump the npm-minor group with 2 updates
2026-03-11 20:49:27 +00:00
Henry Mercer
82d7a77abc
Merge pull request #3567 from github/dependabot/npm_and_yarn/ava-7.0.0
...
Bump ava from 6.4.1 to 7.0.0
2026-03-11 20:47:14 +00:00
Henry Mercer
926e6dfee5
Stub RUNNER_NAME in unit tests
2026-03-11 20:16:47 +00:00
Henry Mercer
b1f1e7bd31
Add changelog note
2026-03-11 19:56:42 +00:00
Henry Mercer
a91b7a3e57
Add unit tests for isTrapCachingEnabled
2026-03-11 19:52:12 +00:00
github-actions[bot]
0d0df94d93
Rebuild
2026-03-11 19:51:54 +00:00
github-actions[bot]
373dec9f22
Rebuild
2026-03-11 19:51:53 +00:00
Henry Mercer
9771a765ac
Merge branch 'main' into dependabot/npm_and_yarn/npm-minor-aebc49e072
2026-03-11 19:49:56 +00:00
Henry Mercer
363219d88d
Merge branch 'main' into dependabot/npm_and_yarn/ava-7.0.0
2026-03-11 19:49:53 +00:00
Henry Mercer
556dd79c4b
Drive-by comment fixes
2026-03-11 19:33:57 +00:00
Henry Mercer
19544bb9b4
Remove dead Python library extraction code
2026-03-11 19:32:36 +00:00
Henry Mercer
d74701caa1
Drive-by cleanup: Always use --cache-cleanup
2026-03-11 19:31:03 +00:00
Henry Mercer
d05b50b13f
Clean up: Remove unneeded CodeQL version guard
2026-03-11 19:30:13 +00:00
Henry Mercer
70d5cccce1
Disable TRAP caching when conditions met
2026-03-11 19:25:29 +00:00
Henry Mercer
b04e63ffdf
Enablement: Move TRAP caching check after overlay
2026-03-11 19:21:17 +00:00
Henry Mercer
378e4b367d
Merge pull request #3568 from github/henrymercer/fix-rebuild
...
Fix rebuild Action
2026-03-11 19:18:28 +00:00
Henry Mercer
309fd2aac7
Merge pull request #3565 from github/henrymercer/go-macos-checks
...
PR checks: Only run Go macOS tests on latest CodeQL versions
2026-03-11 19:11:16 +00:00
Henry Mercer
b0f877255d
Add FF for disabling TRAP caching when overlay enabled
2026-03-11 18:44:41 +00:00
Henry Mercer
567ca73ff8
Address review comments
2026-03-11 18:40:22 +00:00
Henry Mercer
5f3f250f83
Fix finishing up in progress merge
2026-03-11 18:24:00 +00:00
Henry Mercer
6fb1c2a300
Fix merge in progress detection
2026-03-11 18:23:04 +00:00
Henry Mercer
44720043ea
CI: Set up Node.js 24 in rebuild workflow
2026-03-11 18:18:30 +00:00
dependabot[bot]
f9f5edb76f
Bump ava from 6.4.1 to 7.0.0
...
Bumps [ava](https://github.com/avajs/ava ) from 6.4.1 to 7.0.0.
- [Release notes](https://github.com/avajs/ava/releases )
- [Commits](https://github.com/avajs/ava/compare/v6.4.1...v7.0.0 )
---
updated-dependencies:
- dependency-name: ava
dependency-version: 7.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-11 17:53:48 +00:00
dependabot[bot]
de2997a8c8
Bump the npm-minor group with 2 updates
...
Bumps the npm-minor group with 2 updates: [globals](https://github.com/sindresorhus/globals ) and [sinon](https://github.com/sinonjs/sinon ).
Updates `globals` from 17.3.0 to 17.4.0
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v17.3.0...v17.4.0 )
Updates `sinon` from 21.0.1 to 21.0.2
- [Release notes](https://github.com/sinonjs/sinon/releases )
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md )
- [Commits](https://github.com/sinonjs/sinon/compare/v21.0.1...v21.0.2 )
---
updated-dependencies:
- dependency-name: globals
dependency-version: 17.4.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor
- dependency-name: sinon
dependency-version: 21.0.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-11 17:53:18 +00:00
Henry Mercer
117bf916af
Sort OS list and versions consistently
2026-03-11 17:11:07 +00:00
Henry Mercer
30ecc82e64
PR checks: Replace inline arrays
...
Lists are easier to modify
2026-03-11 17:11:07 +00:00
Henry Mercer
4174779474
PR checks: Only run Go macOS tests on latest CodeQL versions
2026-03-11 17:10:56 +00:00
Henry Mercer
2bc06587aa
PR checks: Add support for per-OS CodeQL version
2026-03-11 17:10:45 +00:00
Michael B. Gale
6c99ca514e
Merge remote-tracking branch 'origin/main' into mbg/private-registry/oidc
2026-03-11 16:15:07 +00:00
Michael B. Gale
1a97b0f94e
Merge pull request #3541 from github/mbg/pr-checks/validation-jobs
...
Add support for validation jobs to `sync.ts`, and refactor
2026-03-11 14:43:46 +00:00
Michael B. Gale
d1a7580bd3
Verify PR checks in a different job, with newer Node
2026-03-11 12:29:36 +00:00
Michael B. Gale
89f63211ed
Use version in error message
2026-03-11 12:18:41 +00:00
Michael B. Gale
6570ad3440
Extend base tsconfig.json
2026-03-11 12:16:28 +00:00
Michael B. Gale
be7fe2bca6
Make it more explicit by construction that known inputs always have the same specifications
2026-03-11 12:14:41 +00:00
Michael B. Gale
2e1f08fe70
Remove installPython condition in sync.ts
...
The behaviour of `installPython` now mirrors other `install*` options
2026-03-11 11:55:59 +00:00
Michael B. Gale
b9b42bed94
Remove last use of installPython
...
- Add explicit `setup-python` step with condition to the workflow that was still using it
- This allows simplifying the logic in `sync.ts`
2026-03-11 11:55:16 +00:00
Henry Mercer
997acaf7eb
Merge pull request #3562 from github/henrymercer/skip-file-coverage-rollout
...
Prepare for rolling out skipping computing file coverage information on PRs
2026-03-11 11:33:21 +00:00
Henry Mercer
2e7e91fd63
Merge pull request #3550 from github/sam-robson/overlay-per-lang-min-bundle-version
...
feat: add minimumVersion values for language overlay flags
2026-03-11 10:28:14 +00:00
Henry Mercer
5cb13d6ab8
Merge pull request #3564 from github/henrymercer/fix-database-upload-retries
...
Fix retries when uploading databases
2026-03-10 16:56:27 +00:00
Henry Mercer
a63886bff5
Refactor: Extract separate function for uploadBundledDatabase
2026-03-10 16:36:02 +00:00
Henry Mercer
a11c6cbbc8
Merge branch 'main' into henrymercer/skip-file-coverage-rollout
2026-03-10 16:25:21 +00:00
Michael B. Gale
048d0ea295
Address review comments
2026-03-10 15:54:58 +00:00
Henry Mercer
cf972cde0e
Update database upload tests to use checkExpectedLogMessages
2026-03-10 15:52:14 +00:00
Henry Mercer
ee5ede79f7
Address review comments
2026-03-10 15:51:28 +00:00
Henry Mercer
e07c3055d7
Tweak changelog formatting
2026-03-10 15:43:28 +00:00