Michael B. Gale
c4dd10e44a
Merge pull request #4074 from github/backport-v3.37.6-5595ccaf9
...
Merge releases/v4 into releases/v3
2026-08-04 15:34:13 +01:00
Michael B. Gale
2ba473f582
Trigger workflows
2026-08-04 15:21:43 +01:00
github-actions[bot]
b4d147f9bc
Rebuild
2026-08-04 13:36:10 +00:00
github-actions[bot]
f6580d2b8f
Update version and changelog for v3.37.6
2026-08-04 13:36:01 +00:00
github-actions[bot]
5e7686d132
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.37.6-5595ccaf9
2026-08-04 13:36:01 +00:00
github-actions[bot]
324dd69df0
Revert "Rebuild"
...
This reverts commit 01b30f9112 .
2026-08-04 13:36:00 +00:00
github-actions[bot]
200d550080
Revert "Update version and changelog for v3.37.5"
...
This reverts commit f44d029dbc .
2026-08-04 13:36:00 +00:00
Michael B. Gale
5595ccaf91
Merge pull request #4071 from github/update-v4.37.6-6a9359a1b
...
Merge main into releases/v4
2026-08-04 14:33:02 +01:00
Michael B. Gale
ec9c75796a
Add change note for PR 4070
2026-08-04 14:19:36 +01:00
github-actions[bot]
45c8742e17
Update changelog for v4.37.6
2026-08-04 13:15:26 +00:00
Michael B. Gale
6a9359a1bd
Merge pull request #4070 from github/mbg/remote-address/change-file-default
...
Change `DEFAULT_CONFIG_FILE_NAME`
2026-08-03 14:18:48 +00:00
Michael B. Gale
065cdc0394
Change DEFAULT_CONFIG_FILE_NAME
2026-08-03 15:02:48 +01:00
Michael B. Gale
f99dd5aeee
Merge pull request #4066 from github/dependabot/npm_and_yarn/js-yaml-5.2.2
...
Bump js-yaml from 5.2.1 to 5.2.2
2026-08-03 13:26:42 +00:00
Henry Mercer
1804b211a3
Merge pull request #4068 from github/mergeback/v4.37.5-to-main-d1ba80a1
...
Mergeback v4.37.5 refs/heads/releases/v4 into main
2026-08-03 11:43:09 +00:00
Henry Mercer
e60ea984bd
Merge pull request #4069 from github/backport-v3.37.5-d1ba80a13
...
Merge releases/v4 into releases/v3
2026-08-03 12:29:14 +01:00
github-actions[bot]
01b30f9112
Rebuild
2026-08-03 11:09:54 +00:00
github-actions[bot]
f44d029dbc
Update version and changelog for v3.37.5
2026-08-03 11:09:41 +00:00
github-actions[bot]
a7b3986136
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.37.5-d1ba80a13
2026-08-03 11:09:40 +00:00
github-actions[bot]
5667eabe3b
Revert "Rebuild"
...
This reverts commit 85722ca3f8 .
2026-08-03 11:09:40 +00:00
github-actions[bot]
2c538e6403
Revert "Update version and changelog for v3.37.4"
...
This reverts commit 93539ac81b .
2026-08-03 11:09:40 +00:00
github-actions[bot]
3020a2f462
Rebuild
2026-08-03 11:03:06 +00:00
github-actions[bot]
93c3a5a40b
Update changelog and version after v4.37.5
2026-08-03 11:02:52 +00:00
Henry Mercer
d1ba80a13d
Merge pull request #4067 from github/update-v4.37.5-1cd4d01d5
...
Merge main into releases/v4
2026-08-03 12:01:20 +01:00
github-actions[bot]
e74600b0d9
Update changelog for v4.37.5
2026-08-03 09:18:21 +00:00
github-actions[bot]
266c7bdbd2
Rebuild
2026-08-01 14:26:29 +00:00
dependabot[bot]
daa7fe6fba
Bump js-yaml from 5.2.1 to 5.2.2
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 5.2.1 to 5.2.2.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/5.2.1...5.2.2 )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 5.2.2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-08-01 14:24:54 +00:00
Michael B. Gale
1cd4d01d58
Merge pull request #4061 from github/henrymercer/turbo-system
...
Handle network errors when streaming the CodeQL bundle download
2026-07-31 16:04:48 +00:00
Michael B. Gale
d2bfc30bc3
Merge pull request #4050 from github/mbg/status/registries
...
Include `registry_types` in more status reports
2026-07-31 15:32:50 +00:00
Sam Robson
68028fcb16
Merge pull request #4062 from github/sam-robson/migrate-enterprise-release-pat
...
ci: update Enterprise release checkout credential
2026-07-31 14:05:01 +00:00
Michael B. Gale
fa3b8d4aca
Merge pull request #4060 from github/fix/revert-rebuild
...
Fix `releases/v3` branch
2026-07-31 12:05:49 +01:00
Sam Robson
c29563eeaa
ci: use federated enterprise release PAT
2026-07-31 10:10:39 +01:00
sim
155e522997
Link the PR from the changelog entry
...
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com >
2026-07-30 18:48:10 +01:00
sim
2d3b351ea6
Handle network errors when streaming the CodeQL bundle download
...
A network error such as `ECONNRESET` while streaming the download and
extraction of the CodeQL bundle terminated the `init` Action rather than
falling back to downloading the bundle before extracting it, since no
`error` listener was attached to the request returned by `https.get`.
Also pipe the response into `tar` using `stream.pipeline` so that errors
on the response itself are surfaced and `tar`'s standard input is closed,
and abort the request if it stalls.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com >
2026-07-30 18:47:27 +01:00
Michael B. Gale
85722ca3f8
Rebuild
2026-07-30 18:08:41 +01:00
github-actions[bot]
93539ac81b
Update version and changelog for v3.37.4
2026-07-30 18:08:17 +01:00
Michael B. Gale
a2225dced3
Resolve merge conflict
2026-07-30 18:05:04 +01:00
Michael B. Gale
4d950cddc8
Revert "Rebuild"
...
This reverts commit 30d6d12c17 .
2026-07-30 18:04:02 +01:00
Michael B. Gale
b7ae332965
Revert "Update version and changelog for v3.37.4"
...
This reverts commit 14e2e60bf8 .
2026-07-30 18:03:51 +01:00
Michael B. Gale
5d3eb98e4a
Merge pull request #4055 from github/dependabot/npm_and_yarn/npm-minor-2032624187
...
Bump the npm-minor group across 1 directory with 2 updates
2026-07-30 16:18:33 +00:00
Michael B. Gale
c5f739bd64
Merge branch 'main' into dependabot/npm_and_yarn/npm-minor-2032624187
2026-07-30 17:03:50 +01:00
Óscar San José
a2983b8bed
Merge pull request #4058 from github/backport-v3.37.4-f205ea1c3
...
Merge releases/v4 into releases/v3
2026-07-30 15:37:05 +02:00
Óscar San José
30d6d12c17
Rebuild
2026-07-30 13:55:35 +02:00
Michael B. Gale
2e53f1cea2
Merge pull request #4056 from github/dependabot/github_actions/dot-github/workflows/actions-minor-6592b736e3
...
Bump ruby/setup-ruby from 1.319.0 to 1.321.0 in /.github/workflows in the actions-minor group across 1 directory
2026-07-30 10:14:47 +00:00
Óscar San José
d0ee43ac62
Merge pull request #4057 from github/mergeback/v4.37.4-to-main-f205ea1c
...
Mergeback v4.37.4 refs/heads/releases/v4 into main
2026-07-30 09:37:10 +00:00
github-actions[bot]
14e2e60bf8
Update version and changelog for v3.37.4
2026-07-30 09:22:37 +00:00
github-actions[bot]
5d3f01e177
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.37.4-f205ea1c3
...
# Conflicts:
# lib/entry-points.js
2026-07-30 09:22:37 +00:00
github-actions[bot]
3f405c7726
Revert "Rebuild"
...
This reverts commit ae71ce6a2d .
2026-07-30 09:22:37 +00:00
github-actions[bot]
19d11a3383
Revert "Update version and changelog for v3.37.3"
...
This reverts commit d2305d0114 .
2026-07-30 09:22:37 +00:00
github-actions[bot]
06f1d4ffed
Rebuild
2026-07-30 09:21:35 +00:00
github-actions[bot]
82f035a501
Update changelog and version after v4.37.4
2026-07-30 09:21:21 +00:00
Óscar San José
f205ea1c33
Merge pull request #4053 from github/update-v4.37.4-9130ce0f7
...
Merge main into releases/v4
2026-07-30 11:19:36 +02:00
github-actions[bot]
60a57910be
Rebuild
2026-07-29 17:59:24 +00:00
dependabot[bot]
3502f79575
Bump ruby/setup-ruby
...
Bumps the actions-minor group with 1 update in the /.github/workflows directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby ).
Updates `ruby/setup-ruby` from 1.319.0 to 1.321.0
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](https://github.com/ruby/setup-ruby/compare/003a5c4d8d6321bd302e38f6f0ec593f77f06600...95ef2b042f9d7a56d8268cba8559e2842e2ad01b )
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.321.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-29 17:57:26 +00:00
dependabot[bot]
8f0a4f23c4
Bump the npm-minor group across 1 directory with 2 updates
...
Bumps the npm-minor group with 2 updates in the / directory: [sinon](https://github.com/sinonjs/sinon ) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ).
Updates `sinon` from 22.0.0 to 22.1.0
- [Release notes](https://github.com/sinonjs/sinon/releases )
- [Changelog](https://github.com/sinonjs/sinon/blob/main/CHANGES.md )
- [Commits](https://github.com/sinonjs/sinon/compare/v22.0.0...v22.1.0 )
Updates `typescript-eslint` from 8.64.0 to 8.65.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.65.0/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: sinon
dependency-version: 22.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor
- dependency-name: typescript-eslint
dependency-version: 8.65.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-29 17:54:52 +00:00
Michael B. Gale
780c00da3f
Merge remote-tracking branch 'origin/main' into mbg/status/registries
2026-07-29 16:52:25 +01:00
Michael B. Gale
f02afd42b0
Merge pull request #4049 from github/mbg/start-proxy/job-uuid
...
Generate job UUID in `start-proxy` action
2026-07-29 15:29:24 +00:00
Michael B. Gale
d57c3ffcba
Add tests for runInActions
2026-07-29 15:38:27 +01:00
github-actions[bot]
e40d079dd9
Update changelog for v4.37.4
2026-07-29 14:37:39 +00:00
Michael B. Gale
8e6fdffc32
Use runInActions for start-proxy
2026-07-29 14:44:24 +01:00
Michael B. Gale
ba46ff760e
Add transformTelemetryError option to Action
2026-07-29 14:39:30 +01:00
Michael B. Gale
b411bbcd4a
Move getJobUUID call into runInActions for init and setup-codeql
2026-07-29 14:38:26 +01:00
Óscar San José
9130ce0f73
Merge pull request #4051 from github/update-bundle/codeql-bundle-v2.26.2
...
Update default bundle to 2.26.2
2026-07-29 12:45:04 +00:00
Michael B. Gale
0cebd1d28d
Add hasEnv delayed assertion and use for getJobUUID test
2026-07-29 13:24:33 +01:00
Michael B. Gale
d2f5cbbe91
Add get method to ReadOnlyEnv
2026-07-29 13:22:46 +01:00
github-actions[bot]
c62d824686
Add changelog note
2026-07-29 12:22:31 +00:00
github-actions[bot]
da0c190101
Update default bundle to codeql-bundle-v2.26.2
2026-07-29 12:22:25 +00:00
Michael B. Gale
36737508ec
Add Env-backed ActionsEnv implementation for tests
2026-07-29 13:00:31 +01:00
Michael B. Gale
30c33c9286
Make results of function call available to delayed checks
2026-07-29 12:56:51 +01:00
Michael B. Gale
3ca82bb259
Change withActions to only allow mutations
2026-07-29 12:55:54 +01:00
Michael B. Gale
42a3b94790
Add CODEQL_ACTION_ prefix to JOB_RUN_UUID
2026-07-29 11:58:44 +01:00
Michael B. Gale
13d4882649
Validate JSON more
2026-07-29 11:35:46 +01:00
Michael B. Gale
e55a57b808
Add RegistryBase schema and type
2026-07-29 11:21:19 +01:00
Michael B. Gale
51d51e8121
Add boolean Validator to json module
2026-07-29 11:19:57 +01:00
Michael B. Gale
e893985e8b
Fix makeValidator returning required: boolean
2026-07-29 11:19:21 +01:00
Michael B. Gale
eb692f8b49
Add check to createStatusReportBase test
2026-07-29 10:57:52 +01:00
Michael B. Gale
aac07d2a41
Include registry_types whenever CODEQL_PROXY_URLS is set
2026-07-29 10:55:46 +01:00
Michael B. Gale
de57c4a441
Move registry_types to StatusReportBase
2026-07-29 10:38:08 +01:00
Michael B. Gale
2e251072b0
Use getEnv()
2026-07-29 10:20:04 +01:00
Michael B. Gale
94a12eb6f6
Add a test for invalid values
2026-07-28 19:14:57 +01:00
Michael B. Gale
e28cbacfa1
Test that getJobUUID calls exportVariable
2026-07-28 19:13:35 +01:00
Michael B. Gale
60834a0cd9
Add exportVariable to ActionsEnv
2026-07-28 19:00:30 +01:00
Michael B. Gale
e9831f72a2
Add getRequiredInput to ActionsEnv
2026-07-28 18:59:59 +01:00
Michael B. Gale
766928d055
Call getJobUUID in start-proxy
...
The `start-proxy` step precedes `init` in Default Setup
2026-07-28 18:50:56 +01:00
Michael B. Gale
049af32c59
Allow getJobUUID to retrieve the UUID from the environment
2026-07-28 18:47:23 +01:00
Michael B. Gale
c7ae51bb2d
Make ActionState available and add test
2026-07-28 18:41:41 +01:00
Michael B. Gale
1f9caf0118
Refactor jobRunUuid init into a function
...
Use in `init` and `setup-codeql` actions
2026-07-28 18:37:01 +01:00
Michael B. Gale
18420e3271
Merge pull request #4043 from github/mbg/ts/changelog
...
Convert last remaining Python CI scripts to TypeScript
2026-07-28 15:27:26 +00:00
Michael B. Gale
7e8d8970f0
Merge pull request #4046 from github/mbg/repo-prop/code-quality
...
Ignore configuration file repo property for unsupported analysis kinds
2026-07-28 11:16:26 +00:00
Michael B. Gale
2d4c474c2c
Log !analysisKindSupported case
2026-07-28 12:02:41 +01:00
Michael B. Gale
98c05a17d3
Fix argument validation in rollback-changelog.ts
...
Co-authored-by: Mads Navntoft <navntoft@github.com >
2026-07-28 11:51:13 +01:00
Michael B. Gale
8289a49271
Ignore repository property for unsupported analysis kinds
2026-07-27 13:23:39 +01:00
Michael B. Gale
2a8731cc06
Move config-file computation after determining the analysisKinds
2026-07-27 13:10:34 +01:00
Michael B. Gale
3434fbbc53
Merge pull request #4044 from github/mbg/ff/promote-toolcache
...
Promote `AllowToolcacheInput` feature
2026-07-24 16:29:59 +00:00
Michael B. Gale
3013ac07bd
Promote AllowToolcacheInput feature
2026-07-24 16:28:21 +01:00
Michael B. Gale
74b15aa2c6
Install JS deps if needed in post-release-mergeback workflow
2026-07-24 16:19:45 +01:00
Michael B. Gale
f00f809405
Fix checking keys rather than values
2026-07-24 16:17:04 +01:00
Michael B. Gale
4c0a1f0aac
Merge pull request #4037 from github/mbg/repo-props/tools
...
Add repository property for `tools` input
2026-07-24 15:09:22 +00:00
Michael B. Gale
0953dc00da
Add getErrorMessage to pr-checks-local util.ts to avoid pulling in src/util.ts dependencies
2026-07-24 16:08:18 +01:00
Michael B. Gale
cbad145443
Remove Python-specific steps from workflows that no longer need them
2026-07-24 16:05:55 +01:00
Michael B. Gale
ab44eb939d
Remove python from CodeQL workflow
...
There is no more (non-test) Python code left to analyse, so CodeQL analysis would fail now
2026-07-24 16:05:10 +01:00
Michael B. Gale
961b583f9a
Use rollback-changelog.ts and remove Python version
2026-07-24 16:05:10 +01:00
Michael B. Gale
d71461774b
Add rollback-changelog.ts with tests
2026-07-24 16:05:09 +01:00
Michael B. Gale
027ac05d3b
Use bundle-changelog.ts and remove Python version
2026-07-24 16:05:09 +01:00
Michael B. Gale
66a6f42f0a
Add bundle-changelog.ts with tests
2026-07-24 16:05:09 +01:00
Michael B. Gale
c5d621238d
Update extractChangelogSnippet to use parseChangelog
2026-07-24 16:05:09 +01:00
Michael B. Gale
adba0868a4
Update processChangelogForBackports to use parseChangelog
2026-07-24 16:05:09 +01:00
Michael B. Gale
916098aa8d
Add parseChangelog and renderChangelog
2026-07-24 16:05:08 +01:00
Michael B. Gale
093dce6cc2
Add extractChangelogSnippet test for the case where there is no first section
2026-07-24 16:05:08 +01:00
Michael B. Gale
57eb44123f
Add constant for unreleased placeholder
2026-07-24 16:05:08 +01:00
Michael B. Gale
5901394530
Remove prepare_changelog.py
2026-07-24 16:05:08 +01:00
Michael B. Gale
b69467ce8b
Update workflows to use prepare-changelog.ts
2026-07-24 16:05:08 +01:00
Michael B. Gale
85d157095f
Add prepare-changelog.ts with tests
2026-07-24 16:05:08 +01:00
Michael B. Gale
2d14f71964
Add NO_CHANGES_STR constant
2026-07-24 16:05:07 +01:00
Michael B. Gale
d4bfde754d
Merge pull request #4042 from github/dependabot/github_actions/dot-github/workflows/actions/setup-dotnet-6.0.0
...
Bump actions/setup-dotnet from 5.4.0 to 6.0.0 in /.github/workflows
2026-07-24 14:00:27 +00:00
Michael B. Gale
6de0a56ae9
Merge pull request #4040 from github/dependabot/github_actions/dot-github/workflows/actions/setup-python-7.0.0
...
Bump actions/setup-python from 6.3.0 to 7.0.0 in /.github/workflows
2026-07-24 13:47:12 +00:00
Michael B. Gale
1564bfa325
Add changelog entry
2026-07-24 14:39:27 +01:00
Michael B. Gale
f170b3a321
Remove name field from ComputedInput
2026-07-24 14:27:08 +01:00
Michael B. Gale
519b2703bc
Merge pull request #4041 from github/dependabot/github_actions/dot-github/workflows/actions/setup-go-7.0.0
...
Bump actions/setup-go from 6.5.0 to 7.0.0 in /.github/workflows
2026-07-24 13:25:12 +00:00
Michael B. Gale
b060f9d53c
Merge remote-tracking branch 'origin/main' into mbg/repo-props/tools
2026-07-24 14:24:01 +01:00
Michael B. Gale
2e6447195b
Merge pull request #4035 from github/mbg/improve-global-proxy-tests
...
Improve global proxy tests
2026-07-24 13:17:50 +00:00
Michael B. Gale
ecbe7c245e
Merge pull request #4039 from github/dependabot/github_actions/dot-github/workflows/actions-minor-95819da866
...
Bump the actions-minor group across 1 directory with 3 updates
2026-07-24 13:11:53 +00:00
Michael B. Gale
5ba55503d8
Merge pull request #4033 from github/mbg/update-deps/21jul26
...
Bump `js-yaml` and `brace-expansion`
2026-07-24 13:01:35 +00:00
Michael B. Gale
087006f117
Merge pull request #4038 from github/dependabot/npm_and_yarn/npm-minor-e3c2e6b7b4
...
Bump the npm-minor group across 1 directory with 5 updates
2026-07-24 10:58:37 +00:00
Michael B. Gale
372f165402
Merge remote-tracking branch 'origin/main' into mbg/repo-props/tools
2026-07-23 11:57:19 +01:00
github-actions[bot]
4671ecc1f6
Rebuild
2026-07-22 18:00:23 +00:00
github-actions[bot]
1eb720cacc
Rebuild
2026-07-22 18:00:14 +00:00
github-actions[bot]
d146d63292
Rebuild
2026-07-22 17:59:52 +00:00
github-actions[bot]
11b8f752cf
Rebuild
2026-07-22 17:59:36 +00:00
dependabot[bot]
5c0fb499d4
Bump actions/setup-dotnet from 5.4.0 to 6.0.0 in /.github/workflows
...
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet ) from 5.4.0 to 6.0.0.
- [Release notes](https://github.com/actions/setup-dotnet/releases )
- [Commits](https://github.com/actions/setup-dotnet/compare/26b0ec14cb23fa6904739307f278c14f94c95bf1...a98b56852c35b8e3190ac28c8c2271da59106c68 )
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-22 17:58:30 +00:00
dependabot[bot]
6cce0e741f
Bump actions/setup-go from 6.5.0 to 7.0.0 in /.github/workflows
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 6.5.0 to 7.0.0.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/924ae3a1cded613372ab5595356fb5720e22ba16...b7ad1dad31e06c5925ef5d2fc7ad053ef454303e )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-22 17:58:15 +00:00
dependabot[bot]
05f56be836
Bump actions/setup-python from 6.3.0 to 7.0.0 in /.github/workflows
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 6.3.0 to 7.0.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/ece7cb06caefa5fff74198d8649806c4678c61a1...5fda3b95a4ea91299a34e894583c3862153e4b97 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-22 17:57:55 +00:00
dependabot[bot]
8a0be82efa
Bump the actions-minor group across 1 directory with 3 updates
...
Bumps the actions-minor group with 3 updates in the /.github/workflows directory: [actions/checkout](https://github.com/actions/checkout ), [actions/setup-java](https://github.com/actions/setup-java ) and [ruby/setup-ruby](https://github.com/ruby/setup-ruby ).
Updates `actions/checkout` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0...3d3c42e5aac5ba805825da76410c181273ba90b1 )
Updates `actions/setup-java` from 5.5.0 to 5.6.0
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/0f481fcb613427c0f801b606911222b5b6f3083a...03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 )
Updates `ruby/setup-ruby` from 1.316.0 to 1.319.0
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](https://github.com/ruby/setup-ruby/compare/d45b1a4e94b71acab930e56e79c6aa188764e7f9...003a5c4d8d6321bd302e38f6f0ec593f77f06600 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 7.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: actions-minor
- dependency-name: actions/setup-java
dependency-version: 5.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-minor
- dependency-name: ruby/setup-ruby
dependency-version: 1.319.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-22 17:57:43 +00:00
github-actions[bot]
f6ed33c7e4
Rebuild
2026-07-22 17:57:19 +00:00
dependabot[bot]
96bc4c7e0f
Bump the npm-minor group across 1 directory with 5 updates
...
Bumps the npm-minor group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache ) | `5.1.0` | `5.2.0` |
| [eslint](https://github.com/eslint/eslint ) | `9.39.4` | `9.39.5` |
| [eslint-plugin-github](https://github.com/github/eslint-plugin-github ) | `6.1.0` | `6.1.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) | `8.63.0` | `8.64.0` |
| [tsx](https://github.com/privatenumber/tsx ) | `4.23.0` | `4.23.1` |
Updates `@actions/cache` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache )
Updates `eslint` from 9.39.4 to 9.39.5
- [Release notes](https://github.com/eslint/eslint/releases )
- [Commits](https://github.com/eslint/eslint/compare/v9.39.4...v9.39.5 )
Updates `eslint-plugin-github` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/github/eslint-plugin-github/releases )
- [Commits](https://github.com/github/eslint-plugin-github/compare/v6.1.0...v6.1.1 )
Updates `typescript-eslint` from 8.63.0 to 8.64.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.64.0/packages/typescript-eslint )
Updates `tsx` from 4.23.0 to 4.23.1
- [Release notes](https://github.com/privatenumber/tsx/releases )
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs )
- [Commits](https://github.com/privatenumber/tsx/compare/v4.23.0...v4.23.1 )
---
updated-dependencies:
- dependency-name: "@actions/cache"
dependency-version: 5.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: npm-minor
- dependency-name: eslint
dependency-version: 9.39.5
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: eslint-plugin-github
dependency-version: 6.1.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: typescript-eslint
dependency-version: 8.64.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor
- dependency-name: tsx
dependency-version: 4.23.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-22 17:55:12 +00:00
Michael B. Gale
1b0d2714d6
Merge pull request #4036 from github/henrymercer/remove-legacy-diagnostics
...
Remove obsolete CodeQL setup diagnostics
2026-07-22 16:57:43 +00:00
Michael B. Gale
f9442c40cc
Include computed tools value in computed_inputs
2026-07-22 17:03:32 +01:00
Michael B. Gale
be24c11a39
Rename to ComputedInput
2026-07-22 16:54:09 +01:00
Henry Mercer
60339edd56
Exclude Copilot review from required checks
...
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com >
2026-07-22 15:45:01 +01:00
Michael B. Gale
32ed58dc59
Check log messages in tests
2026-07-22 14:27:33 +01:00
Michael B. Gale
49f2e37310
Add and use getToolsInput
2026-07-22 14:23:46 +01:00
Michael B. Gale
3479f3fca1
Load repository properties in setup-codeql action
2026-07-22 14:21:53 +01:00
Michael B. Gale
f58d69685d
Move loadRepositoryProperties to properties.ts
2026-07-22 14:17:10 +01:00
Michael B. Gale
1f57eb0ff5
Add FF for tools repository property
2026-07-22 13:45:16 +01:00
Michael B. Gale
009715ddbf
Add github-codeql-tools property
2026-07-22 13:28:48 +01:00
Henry Mercer
90ea144182
Strengthen download status report tests
...
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com >
2026-07-22 10:29:53 +01:00
Henry Mercer
f342ca9247
Preserve bundle compression coverage
...
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com >
2026-07-22 10:29:53 +01:00
Michael B. Gale
a2bfb64790
Set other proxy env vars
2026-07-22 07:31:17 +01:00
Michael B. Gale
84ae30d972
Only allow traffic via the proxy in global-proxy test
2026-07-22 07:23:08 +01:00
Michael B. Gale
909828cd53
Base custom request options on defaults, and add basic tests for makeProxyRequestOptions
2026-07-22 07:10:41 +01:00
Michael B. Gale
4187e74d05
Merge pull request #4034 from github/backport-v3.37.3-e4fba868f
...
Merge releases/v4 into releases/v3
2026-07-22 07:01:42 +01:00
Michael B. Gale
0c76f63b6d
Merge pull request #4032 from github/mergeback/v4.37.3-to-main-e4fba868
...
Mergeback v4.37.3 refs/heads/releases/v4 into main
2026-07-22 05:52:56 +00:00
Michael B. Gale
e8e914f04e
Bump js-yaml and brace-expansion
2026-07-22 06:46:25 +01:00
Michael B. Gale
ae71ce6a2d
Rebuild
2026-07-22 06:45:17 +01:00
github-actions[bot]
d2305d0114
Update version and changelog for v3.37.3
2026-07-22 05:38:23 +00:00
github-actions[bot]
994a21a0b3
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.37.3-e4fba868f
...
# Conflicts:
# lib/entry-points.js
2026-07-22 05:38:23 +00:00
github-actions[bot]
0c52f3f086
Revert "Rebuild"
...
This reverts commit 74406f0856 .
2026-07-22 05:38:22 +00:00
github-actions[bot]
933494d539
Revert "Update version and changelog for v3.37.2"
...
This reverts commit 8dfbacbba5 .
2026-07-22 05:38:22 +00:00
github-actions[bot]
15e2f310e1
Rebuild
2026-07-22 05:36:55 +00:00
github-actions[bot]
7248c38b8f
Update changelog and version after v4.37.3
2026-07-22 05:36:40 +00:00
Michael B. Gale
e4fba868fa
Merge pull request #4031 from github/update-v4.37.3-72f6a9da0
...
Merge main into releases/v4
2026-07-22 06:35:10 +01:00
github-actions[bot]
fb50ab5d62
Update changelog for v4.37.3
2026-07-22 05:17:19 +00:00
Michael B. Gale
72f6a9da0d
Merge pull request #4030 from github/mbg/fix/no-proxy
...
Use default `request` options instead of `undefined`
2026-07-22 06:11:17 +01:00
Michael B. Gale
3b5ee58597
Use default request options instead of undefined
2026-07-22 05:55:30 +01:00
Henry Mercer
bfb6be4b5e
Merge pull request #4028 from github/mergeback/v4.37.2-to-main-e0647621
...
Mergeback v4.37.2 refs/heads/releases/v4 into main
2026-07-21 18:29:45 +00:00
github-actions[bot]
526ab84f98
Rebuild
2026-07-21 16:06:39 +01:00
Michael B. Gale
08d09a53f0
Merge pull request #4029 from github/backport-v3.37.2-e0647621c
...
Merge releases/v4 into releases/v3
2026-07-21 16:06:02 +01:00
Michael B. Gale
74406f0856
Rebuild
2026-07-21 15:31:11 +01:00
github-actions[bot]
8dfbacbba5
Update version and changelog for v3.37.2
2026-07-21 14:28:11 +00:00
github-actions[bot]
ab2931b320
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.37.2-e0647621c
...
# Conflicts:
# lib/entry-points.js
2026-07-21 14:28:11 +00:00
github-actions[bot]
c87e7fae54
Revert "Rebuild"
...
This reverts commit 1138fefa2b .
2026-07-21 14:28:11 +00:00
github-actions[bot]
5a1ba3bdf6
Revert "Update version and changelog for v3.37.1"
...
This reverts commit 3fa858af16 .
2026-07-21 14:28:10 +00:00
github-actions[bot]
d6217b9b8c
Update changelog and version after v4.37.2
2026-07-21 14:26:50 +00:00
Michael B. Gale
e0647621c2
Merge pull request #4027 from github/update-v4.37.2-385bcdc5a
...
Merge main into releases/v4
2026-07-21 15:25:12 +01:00
Michael B. Gale
e0faed8391
Add a couple of change notes
2026-07-21 15:06:15 +01:00
github-actions[bot]
73aad0eaa9
Update changelog for v4.37.2
2026-07-21 13:47:43 +00:00
Michael B. Gale
385bcdc5af
Merge pull request #4026 from github/dependabot/npm_and_yarn/tar-7.5.20
...
Bump tar from 7.5.16 to 7.5.20
2026-07-21 13:29:48 +00:00
Michael B. Gale
de0229cea1
Merge branch 'main' into dependabot/npm_and_yarn/tar-7.5.20
2026-07-21 14:15:53 +01:00
Michael B. Gale
115e8cbbe9
Merge pull request #4010 from github/mbg/ts/update-release-branch
...
Convert `update-release-branch.py` to TypeScript
2026-07-21 12:57:10 +00:00
dependabot[bot]
dbdf0b0c7d
Bump tar from 7.5.16 to 7.5.20
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 7.5.16 to 7.5.20.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.16...v7.5.20 )
---
updated-dependencies:
- dependency-name: tar
dependency-version: 7.5.20
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-21 11:39:14 +00:00
Michael B. Gale
830c23121c
Merge pull request #4023 from github/mbg/ff/remove-new-remote-file-addresses-ff
...
Promote `NewRemoteFileAddresses` FF
2026-07-21 11:25:34 +00:00
Michael B. Gale
69fd9e97ba
Merge pull request #4024 from github/mbg/private-registry/make-docker-available
...
Always make `docker_registry` registries available
2026-07-21 10:58:49 +00:00
Michael B. Gale
b85568788a
Always make docker_registry registries available
2026-07-20 19:56:46 +01:00
Henry Mercer
3c20a74df3
Remove unused bundle download fields
...
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com >
2026-07-20 18:55:25 +01:00
Henry Mercer
1040e2a159
Format CodeQL initialization
...
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com >
2026-07-20 18:55:25 +01:00
Henry Mercer
14e8bf9e67
Remove Git version diagnostic
...
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com >
2026-07-20 18:55:24 +01:00
Henry Mercer
3f208c9347
Remove bundle download diagnostic
...
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com >
2026-07-20 18:55:24 +01:00
Henry Mercer
d57cc916e8
Remove Zstandard availability diagnostic
...
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com >
2026-07-20 17:57:01 +01:00
Michael B. Gale
dd35309c87
Remove explicit FF from start-proxy check
2026-07-20 11:23:22 +01:00
Michael B. Gale
da21ad6a71
Remove NewRemoteFileAddresses FF and default to its behaviour
2026-07-20 11:22:34 +01:00
Michael B. Gale
cf463419fd
Merge pull request #4007 from github/mbg/use-registry-proxy-for-repo-auth
...
Use private registry proxy for API requests when available
2026-07-17 14:03:28 +00:00
Michael B. Gale
7db34ae6f4
Refactor looking up proxy env vars into getRegistryProxyConfig.
...
This makes that function testable.
2026-07-17 13:48:49 +01:00
Michael B. Gale
8125f87336
Remove unused getApiFetch
2026-07-16 21:34:10 +01:00
Óscar San José
b7351df727
Merge pull request #4022 from github/backport-v3.37.1-7188fc363
...
Merge releases/v4 into releases/v3
2026-07-16 20:17:18 +02:00
Óscar San José
27e669d3d6
run pr-checks/sync-back.ts
2026-07-16 18:57:25 +02:00
Óscar San José
1138fefa2b
Rebuild
2026-07-16 18:36:30 +02:00
Óscar San José
7c4a258544
Merge pull request #4021 from github/mergeback/v4.37.1-to-main-7188fc36
...
Mergeback v4.37.1 refs/heads/releases/v4 into main
2026-07-16 16:22:12 +00:00
github-actions[bot]
3fa858af16
Update version and changelog for v3.37.1
2026-07-16 15:38:11 +00:00
github-actions[bot]
4b646a0e5d
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.37.1-7188fc363
...
# Conflicts:
# lib/entry-points.js
2026-07-16 15:38:11 +00:00
github-actions[bot]
44c5914b66
Revert "Rebuild"
...
This reverts commit af1b30ee40 .
2026-07-16 15:38:10 +00:00
github-actions[bot]
0d531cfd92
Revert "Update version and changelog for v3.37.0"
...
This reverts commit 530c909a55 .
2026-07-16 15:38:10 +00:00
github-actions[bot]
0297913805
Rebuild
2026-07-16 15:35:21 +00:00
github-actions[bot]
1226301537
Update changelog and version after v4.37.1
2026-07-16 15:35:09 +00:00
Óscar San José
7188fc3636
Merge pull request #4020 from github/update-v4.37.1-9e7c07009
...
Merge main into releases/v4
2026-07-16 17:33:33 +02:00
github-actions[bot]
c8b5f69be6
Update changelog for v4.37.1
2026-07-16 15:02:41 +00:00
Michael B. Gale
9e7c070092
Merge pull request #4014 from github/mbg/explicit-remote-prefix
...
Add support for an explicit remote path prefix
2026-07-16 11:58:30 +00:00
Michael B. Gale
4292bd7215
Remove unneeded type assertion now that ApiClient exists
2026-07-16 12:54:34 +01:00
Michael B. Gale
7b19180f8d
Merge remote-tracking branch 'origin/main' into mbg/use-registry-proxy-for-repo-auth
2026-07-16 12:48:24 +01:00
Michael B. Gale
3492b7e9ab
Change REMOTE_PATH_PREFIX to remote=
2026-07-16 12:43:48 +01:00
Michael B. Gale
3654baa924
Merge remote-tracking branch 'origin/main' into mbg/explicit-remote-prefix
2026-07-16 12:41:37 +01:00
Michael B. Gale
2d682ac05f
Merge pull request #4017 from github/dependabot/github_actions/dot-github/workflows/actions-minor-059448b906
...
Bump ruby/setup-ruby from 1.315.0 to 1.316.0 in /.github/workflows in the actions-minor group across 1 directory
2026-07-16 11:08:08 +00:00
Michael B. Gale
23f6a50753
Merge pull request #4009 from github/mbg/action-state/additions
...
Add `Api`, `ReadOnlyEnv`, and `Base` state features
2026-07-16 10:20:43 +00:00
Michael B. Gale
1ee3c75d19
Merge pull request #4018 from github/dependabot/github_actions/dot-github/workflows/actions/setup-node-7.0.0
...
Bump actions/setup-node from 6.4.0 to 7.0.0 in /.github/workflows
2026-07-16 10:11:14 +00:00
Michael B. Gale
e053684dc5
Merge pull request #4015 from github/dependabot/npm_and_yarn/npm-minor-fd2e8365b1
...
Bump the npm-minor group across 1 directory with 4 updates
2026-07-16 10:03:24 +00:00
Óscar San José
6803c5671d
Merge pull request #4019 from github/update-bundle/codeql-bundle-v2.26.1
...
Update default bundle to 2.26.1
2026-07-16 09:24:40 +00:00
github-actions[bot]
8507f884db
Add changelog note
2026-07-16 09:08:17 +00:00
github-actions[bot]
c31b06d582
Update default bundle to codeql-bundle-v2.26.1
2026-07-16 09:08:11 +00:00
github-actions[bot]
cc5c777dcd
Rebuild
2026-07-15 17:59:50 +00:00
github-actions[bot]
c224750821
Rebuild
2026-07-15 17:59:29 +00:00
dependabot[bot]
db76a66b98
Bump actions/setup-node from 6.4.0 to 7.0.0 in /.github/workflows
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 6.4.0 to 7.0.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e...820762786026740c76f36085b0efc47a31fe5020 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-15 17:57:52 +00:00
dependabot[bot]
c263ed7d83
Bump ruby/setup-ruby
...
Bumps the actions-minor group with 1 update in the /.github/workflows directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby ).
Updates `ruby/setup-ruby` from 1.315.0 to 1.316.0
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](https://github.com/ruby/setup-ruby/compare/0dafeac902942906541bc140009cdbf32665b601...d45b1a4e94b71acab930e56e79c6aa188764e7f9 )
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.316.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-15 17:57:33 +00:00
github-actions[bot]
60e79ccb20
Rebuild
2026-07-15 17:56:43 +00:00
dependabot[bot]
b82a08934e
Bump the npm-minor group across 1 directory with 4 updates
...
Bumps the npm-minor group with 4 updates in the / directory: [js-yaml](https://github.com/nodeca/js-yaml ), [eslint-plugin-github](https://github.com/github/eslint-plugin-github ), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) and [tsx](https://github.com/privatenumber/tsx ).
Updates `js-yaml` from 5.2.0 to 5.2.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/5.2.0...5.2.1 )
Updates `eslint-plugin-github` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/github/eslint-plugin-github/releases )
- [Commits](https://github.com/github/eslint-plugin-github/compare/v6.0.0...v6.1.0 )
Updates `typescript-eslint` from 8.62.1 to 8.63.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.63.0/packages/typescript-eslint )
Updates `tsx` from 4.22.4 to 4.23.0
- [Release notes](https://github.com/privatenumber/tsx/releases )
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs )
- [Commits](https://github.com/privatenumber/tsx/compare/v4.22.4...v4.23.0 )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 5.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: eslint-plugin-github
dependency-version: 6.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor
- dependency-name: typescript-eslint
dependency-version: 8.63.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor
- dependency-name: tsx
dependency-version: 4.23.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-15 17:54:50 +00:00
Michael B. Gale
247ce88c8f
Gate changes behind new format FF
2026-07-15 16:14:55 +01:00
Michael B. Gale
decb87044a
Rename helper functions
2026-07-15 16:13:02 +01:00
Michael B. Gale
abce6483ea
Fix typo in comment
2026-07-15 16:11:50 +01:00
Michael B. Gale
23339952d6
Add expliciit prefix for remote file addresses
2026-07-15 15:59:23 +01:00
Michael B. Gale
57ca205769
Add AssertableTarget interface
2026-07-15 15:58:24 +01:00
Michael B. Gale
001d4ae610
Move the local path prefix into a constant
2026-07-15 15:56:52 +01:00
Michael B. Gale
6d3bde3729
Split up and document isLocal
2026-07-15 14:32:14 +01:00
Michael B. Gale
9832a9df15
Refactor parseNewRemoteFileAddress out of parseRemoteFileAddress
2026-07-15 14:32:07 +01:00
Michael B. Gale
c73d965e34
Add failing test for the issue
2026-07-15 14:31:49 +01:00
Michael B. Gale
9c0c11a49e
Add tests for loadUserConfig
2026-07-15 14:31:39 +01:00
Michael B. Gale
423e3416b1
Delete python version
2026-07-15 11:58:26 +01:00
Michael B. Gale
41c7af7cf0
Use paginate
2026-07-15 11:58:08 +01:00
Michael B. Gale
e58424170f
Merge pull request #4011 from github/mbg/add-diagnostic-tags
...
Add support for diagnostic tags, and use them for `mergeDefaultSetupAndUserConfigs`
2026-07-15 09:28:34 +00:00
Michael B. Gale
1a0eca3555
Validate proxy argument in tests
2026-07-14 19:33:01 +01:00
Michael B. Gale
d705aa30b5
Merge remote-tracking branch 'origin/main' into mbg/use-registry-proxy-for-repo-auth
2026-07-14 19:27:25 +01:00
Michael B. Gale
405f67d326
Add internal-error tags to diagnostics in mergeDefaultSetupAndUserConfigs
2026-07-14 19:22:35 +01:00
Michael B. Gale
f3d47397e8
Add tags parameter to makeTelemetryDiagnostic
2026-07-14 19:22:35 +01:00
Michael B. Gale
8aa21b44a3
Split DiagnosticMessage into BaseDiagnosticMessage
2026-07-14 19:22:35 +01:00
Michael B. Gale
358d197a13
Refactor source type into DiagnosticSource
2026-07-14 19:22:34 +01:00
Michael B. Gale
8bc3738008
Add DiagnosticTag type and tags property
2026-07-14 19:22:34 +01:00
Michael B. Gale
a1c676d2f6
Test proxy usage for getRemoteConfig
2026-07-14 17:02:22 +01:00
Michael B. Gale
47e9c29998
Log whether the proxy is picked up on
2026-07-14 17:02:07 +01:00
Michael B. Gale
b946565527
Add and use clone method for ReadOnlyEnv
2026-07-14 16:59:51 +01:00
Michael B. Gale
205b37b035
Use ActionState for getRegistryProxy
2026-07-14 16:17:51 +01:00
Michael B. Gale
6d70593fb7
Gate proxy usage behind FF
2026-07-14 16:12:38 +01:00
Michael B. Gale
80599cc5d9
Allow proxy to be threaded into createApiClientWithDetails
...
This will make it easier to gate the `getRegistryProxy` with a FF,
without the significant refactoring that is needed to thread the FFs
into `createApiClientWithDetails`
2026-07-14 16:07:08 +01:00
Michael B. Gale
ae48798f3b
Make versions.ts testable and add basic tests
2026-07-14 15:50:42 +01:00
Michael B. Gale
a464bf19e9
Move package.json helpers into their own file
2026-07-14 15:33:11 +01:00
Michael B. Gale
9b314f4394
Make replaceVersionInPackageJson dry-run-aware
2026-07-14 15:30:26 +01:00
Michael B. Gale
d694648fd8
Make changelog.ts more testable and add tests
2026-07-14 15:28:19 +01:00
Michael B. Gale
29d5e4cb18
Merge pull request #3994 from github/mbg/config/merge
...
Allow merging Default Setup `config` with config file
2026-07-14 14:23:09 +00:00
Michael B. Gale
583bf3e8c5
Fix comment typos
2026-07-14 14:50:45 +01:00
Michael B. Gale
f9a9f4862b
Run npm ci in release-initialise workflow.
...
Remove now unneeded `npm ci` from `release-branches` action
2026-07-14 14:48:06 +01:00
Michael B. Gale
d4b3323463
Use TS script in workflow
2026-07-14 14:48:06 +01:00
Michael B. Gale
fd0ae66c1e
Restore some comments
2026-07-14 14:48:05 +01:00
Michael B. Gale
e2472fc5f9
Make processChangelogForBackports dry-run-aware
2026-07-14 14:48:05 +01:00
Michael B. Gale
4b861b89fc
Move changelog-related definitions into their own module
2026-07-14 14:48:01 +01:00
Michael B. Gale
4f688dedd0
Make dependencies explicit
2026-07-14 14:45:17 +01:00
Michael B. Gale
28a0813a12
Fix comment
2026-07-14 14:44:54 +01:00
Michael B. Gale
3d2713f64e
Merge remote-tracking branch 'origin/main' into mbg/config/merge
2026-07-14 14:37:49 +01:00
Michael B. Gale
2c45c8158b
Add DryRunOption interface
2026-07-14 14:18:45 +01:00
Michael B. Gale
5c030f4a48
Add summary comment
2026-07-14 14:18:44 +01:00
Michael B. Gale
78d71fb252
Create PR
2026-07-14 14:18:44 +01:00
Michael B. Gale
5e212030b8
Add prepareNewBranch
2026-07-14 14:18:44 +01:00
Michael B. Gale
639fc5d7ea
Add changelog helpers
2026-07-14 14:18:44 +01:00
Michael B. Gale
c8ed70e459
Add rebuildAction function
2026-07-14 14:18:43 +01:00
Michael B. Gale
212aa33f48
Add runCommand
2026-07-14 14:18:43 +01:00
Michael B. Gale
460cc0c970
Add dry run support and push branch
2026-07-14 14:18:43 +01:00
Michael B. Gale
557921759b
Check whether the new branch exists
2026-07-14 14:18:43 +01:00
Michael B. Gale
c3da0a9ad3
Fetch commit info
2026-07-14 14:18:43 +01:00
Michael B. Gale
4ca9f5301b
Add runGit and use it to obtain the source branch SHA
2026-07-14 14:18:42 +01:00
Michael B. Gale
440cebc19d
Add getCurrentVersion
2026-07-14 14:18:42 +01:00
Michael B. Gale
1b146d1b6a
Validate target branch and extract major version
2026-07-14 14:18:42 +01:00
Michael B. Gale
d0b11cae68
Make script executable
2026-07-14 14:18:42 +01:00
Michael B. Gale
a10d7a7891
Parse command line options
2026-07-14 14:18:42 +01:00
Michael B. Gale
14952376dc
Add getGitHubToken
2026-07-14 14:18:41 +01:00
Michael B. Gale
85052938f8
Add constants
2026-07-14 14:18:41 +01:00
Michael B. Gale
4c2bf01170
Scaffold basic update-release-branch.ts
2026-07-14 14:18:41 +01:00
Michael B. Gale
2f9048cfbd
Require BaseState to be declared explicitly
2026-07-14 10:12:44 +01:00
Michael B. Gale
2dbfdcaa83
Add Api to ActionState
2026-07-14 10:09:03 +01:00
Michael B. Gale
1542951d09
Type the API client
2026-07-14 10:09:03 +01:00
Michael B. Gale
4fb6147969
Add ReadOnlyEnv to FeatureState
2026-07-14 10:07:42 +01:00
Michael B. Gale
f133996fb5
Merge pull request #4006 from github/mbg/json/schema-checker
...
Add schema checker to `json` module
2026-07-13 15:28:24 +00:00
Michael B. Gale
50b3687dd7
Specify custom config-file in start-proxy check
2026-07-13 16:24:54 +01:00
Michael B. Gale
b6d92e33f7
Set CODEQL_PROXY_* vars for init step in test workflow
2026-07-13 16:16:00 +01:00
Michael B. Gale
b0eaa56a8f
Set language inputs in start-proxy check workflow
2026-07-13 16:16:00 +01:00
Michael B. Gale
e387ec1de1
Move init step at the end of start-proxy test workflow
2026-07-13 16:16:00 +01:00
Michael B. Gale
a29dee455c
Add minimal proxy init code
2026-07-13 16:15:58 +01:00
Michael B. Gale
5172487de5
Allow getTestEnv to be parameterised over initial env
2026-07-13 16:15:40 +01:00
Michael B. Gale
8763bac625
Add RegistryProxyVars enum
2026-07-13 16:15:40 +01:00
Michael B. Gale
dab0ab7cb7
Make undici an explicit dependency
2026-07-13 16:15:36 +01:00
Michael B. Gale
0c2cea31ba
Break out of loop to allow result object to be updated after failing fast
2026-07-13 14:47:38 +01:00
Michael B. Gale
75773288da
Return function result from passes alongside assertion result
2026-07-13 10:27:29 +01:00
Michael B. Gale
3f1e4da48d
Propagate and prefer invalidKeys from element validator in array validator
2026-07-13 10:23:24 +01:00
Michael B. Gale
89343ee1aa
Fix checkSchema test names
2026-07-13 10:22:19 +01:00
Michael B. Gale
ba5fbf159a
Propagate CheckSchemaOptions to allow failFast to work as intended
2026-07-13 10:16:24 +01:00
Michael B. Gale
9a1225df61
Track invalid keys, and use more standard JSON path notation
2026-07-13 10:15:59 +01:00
Michael B. Gale
aec5441507
Add convenience functions to produce CheckSchemaResult values
2026-07-13 10:14:49 +01:00
Michael B. Gale
f8ed33e067
Remove keys from unrecognised set as soon as found
2026-07-13 10:14:13 +01:00
Michael B. Gale
ec0b8ae45f
Allow nested checking
2026-07-13 10:14:02 +01:00
Michael B. Gale
36ef889329
Improve type inference for object and validateSchema
2026-07-13 10:13:13 +01:00
Michael B. Gale
50d76e2fa3
Add an object Validator
2026-07-13 10:13:05 +01:00
Michael B. Gale
6a62e99aa7
Add an array Validator
2026-07-13 10:12:56 +01:00
Michael B. Gale
fb5048ee88
Add checkSchema function
2026-07-13 10:12:46 +01:00
Michael B. Gale
f181d70282
Update determineUserConfig tests to use new framework
2026-07-13 09:58:52 +01:00
Michael B. Gale
2773684c29
Update test for changed test API
2026-07-13 09:31:38 +01:00
Michael B. Gale
66c15f441a
Merge remote-tracking branch 'origin/main' into mbg/config/merge
2026-07-13 09:25:36 +01:00
Michael B. Gale
8096e4f957
Merge pull request #4005 from github/mbg/test-env/improvements
...
Improve `TestEnv` for cleaner tests
2026-07-11 05:25:00 +00:00
Michael B. Gale
85830a2768
Merge pull request #4000 from github/mbg/start-proxy/make-git-repos-always-available
...
Always enable `git_source` registries
2026-07-10 13:44:37 +00:00
Michael B. Gale
f630f8fd04
Report invalid keys separately
2026-07-10 14:39:08 +01:00
Michael B. Gale
26cbf9f504
Don't include nested keys that are unknown
2026-07-10 14:34:33 +01:00
Michael B. Gale
e26215c5d8
fixup! Track invalid keys, and use more standard JSON path notation
2026-07-10 14:25:15 +01:00
Michael B. Gale
0b10dee3ee
Propagate CheckSchemaOptions to allow failFast to work as intended
2026-07-10 14:24:33 +01:00
Michael B. Gale
512bf6f1a3
Track invalid keys, and use more standard JSON path notation
2026-07-10 14:21:41 +01:00
Michael B. Gale
8d8f054dfa
Add convenience functions to produce CheckSchemaResult values
2026-07-10 13:18:45 +01:00
Michael B. Gale
e4752e74e1
Remove keys from unrecognised set as soon as found
2026-07-10 13:10:25 +01:00
Michael B. Gale
cee0056fc0
Allow nested checking
2026-07-10 00:43:05 +01:00
Michael B. Gale
7c961fa357
Add diagnostic for unrecognised keys
2026-07-10 00:14:19 +01:00
Michael B. Gale
847e7af699
Log warning for unrecognised keys in Default Setup config
2026-07-10 00:11:17 +01:00
Michael B. Gale
29c712e0b7
Merge pull request #4002 from github/dependabot/npm_and_yarn/types/sinon-22.0.0
...
Bump @types/sinon from 21.0.1 to 22.0.0
2026-07-09 23:10:37 +00:00
Michael B. Gale
9573f05654
Improve type inference for object and validateSchema
2026-07-10 00:01:13 +01:00
Michael B. Gale
98dbd66eae
Add an object Validator
2026-07-09 23:42:28 +01:00
Michael B. Gale
1f91ec8f3c
Add an array Validator
2026-07-09 23:36:50 +01:00
Michael B. Gale
dc2d916874
Add checkSchema function
2026-07-09 23:28:02 +01:00
Michael B. Gale
6973946465
Check file on disk and mutated inputs
2026-07-09 23:09:14 +01:00
Michael B. Gale
6829d6ce38
Remove obsolete JSDoc parameter for loadUserConfig
2026-07-09 23:02:58 +01:00
Michael B. Gale
d2472aa525
Merge remote-tracking branch 'origin/main' into mbg/config/merge
2026-07-09 23:01:05 +01:00
Michael B. Gale
ff973a1072
Merge branch 'main' into mbg/start-proxy/make-git-repos-always-available
2026-07-09 22:55:04 +01:00
Michael B. Gale
ed1bc3d57d
Merge branch 'main' into dependabot/npm_and_yarn/types/sinon-22.0.0
2026-07-09 22:54:39 +01:00
Michael B. Gale
ac331c28db
Merge pull request #4003 from github/dependabot/github_actions/dot-github/workflows/actions-minor-ba9ed4b957
...
Bump the actions-minor group across 1 directory with 2 updates
2026-07-09 21:54:24 +00:00
Michael B. Gale
9a9ab4cc7d
Make throwsAsync arg async
2026-07-09 22:45:33 +01:00
Michael B. Gale
d8866c2578
fixup! Add action vars helpers to BaseEnvBuilder
2026-07-09 22:40:38 +01:00
Michael B. Gale
355aa4a77f
Merge pull request #4001 from github/dependabot/npm_and_yarn/npm-minor-10933408d3
...
Bump the npm-minor group across 1 directory with 4 updates
2026-07-09 19:04:53 +00:00
Michael B. Gale
81d0f34a44
Merge branch 'main' into dependabot/github_actions/dot-github/workflows/actions-minor-ba9ed4b957
2026-07-09 20:04:18 +01:00
Michael B. Gale
d0a69d77dc
Clone env and actions so that sinon stubs survive
2026-07-09 20:03:27 +01:00
Michael B. Gale
a1e3f70a6f
Add satisfies for state in BaseEnvBuilder constructor
2026-07-09 20:03:27 +01:00
Michael B. Gale
6b3ba17c47
Fix typo
2026-07-09 20:03:27 +01:00
Michael B. Gale
da75ca58fa
Add action vars helpers to BaseEnvBuilder
2026-07-09 20:03:26 +01:00
Michael B. Gale
ab6fd520bd
Accept Env for setupActionsVars
...
Also extract env var strings into `ActionsEnvVars`
2026-07-09 20:03:26 +01:00
Michael B. Gale
c77051d879
Allow withActions and withEnv to mutate values
2026-07-09 20:03:26 +01:00
Michael B. Gale
1a57d7ae11
Simplify checking logs
2026-07-09 20:03:26 +01:00
Michael B. Gale
6a782906dc
Add abstract BaseEnvBuilder to enforce that clone is overriden by subclasses
2026-07-09 20:03:26 +01:00
Michael B. Gale
a4319e3365
Split EnvBuilder into it + CallableEnvBuilder
2026-07-09 20:03:26 +01:00
Michael B. Gale
a8ac1e029c
Rename TestEnv to EnvBuilder
2026-07-09 20:03:25 +01:00
Michael B. Gale
b571644f21
Clean-up passes by splitting it into passes and throws
2026-07-09 20:03:25 +01:00
Michael B. Gale
31842a7e06
Simplify return types for passes
2026-07-09 20:03:25 +01:00
Michael B. Gale
c23977f57b
Merge branch 'main' into dependabot/npm_and_yarn/npm-minor-10933408d3
2026-07-09 16:17:22 +01:00
Michael B. Gale
0c7580ae89
Merge pull request #3956 from github/update-supported-enterprise-server-versions
...
Update supported GitHub Enterprise Server versions
2026-07-09 14:59:18 +00:00
Michael B. Gale
37ea21c1fc
Merge pull request #4004 from github/mbg/env-improvements
...
Improve `Env` abstraction
2026-07-09 14:50:57 +00:00
Michael B. Gale
4b164dbc17
Add CODE_SCANNING_* vars to EnvVar enum
2026-07-09 14:51:22 +01:00
Michael B. Gale
97b52d19da
Simplify getTemporaryDirectory
2026-07-09 14:51:22 +01:00
Michael B. Gale
3f2a29899f
Default to getEnv in setupBaseActionsVars
2026-07-09 14:51:22 +01:00
Michael B. Gale
80dcb7ccdf
Add RUNNER_ENVIRONMENT to ActionsEnvVars
2026-07-09 14:51:22 +01:00
Michael B. Gale
a440e35eda
Move ActionsEnvVars to environment.ts
2026-07-09 12:48:49 +01:00
Michael B. Gale
be67a7be93
Add hasChanged method to Env
2026-07-09 12:41:31 +01:00
Michael B. Gale
732911a2fa
Turn Env into a class, and add ReadOnlyEnv
2026-07-09 12:38:40 +01:00
Michael B. Gale
1d0e1b20e5
Move env var getters out of util.ts
2026-07-09 12:20:20 +01:00
Michael B. Gale
4c868b3e7e
Allow setting environment variables
2026-07-09 12:14:09 +01:00
Michael B. Gale
8d24507592
Allow env input for relevant functions in actions-util.ts
2026-07-09 12:14:07 +01:00
Michael B. Gale
c7d9083db4
Make ALWAYS_ENABLED_REGISTRY_TYPE read-only
2026-07-09 12:05:14 +01:00
Michael B. Gale
2831d9a0e9
Fix previously wrong comment
2026-07-09 12:03:31 +01:00
github-actions[bot]
258af3df60
Rebuild
2026-07-08 17:59:16 +00:00
github-actions[bot]
d8168ab655
Rebuild
2026-07-08 17:57:12 +00:00
dependabot[bot]
ac36b7d725
Bump the actions-minor group across 1 directory with 2 updates
...
Bumps the actions-minor group with 2 updates in the /.github/workflows directory: [actions/setup-java](https://github.com/actions/setup-java ) and [ruby/setup-ruby](https://github.com/ruby/setup-ruby ).
Updates `actions/setup-java` from 5.4.0 to 5.5.0
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/1bcf9fb12cf4aa7d266a90ae39939e61372fe520...0f481fcb613427c0f801b606911222b5b6f3083a )
Updates `ruby/setup-ruby` from 1.314.0 to 1.315.0
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](https://github.com/ruby/setup-ruby/compare/9eb537ca036ebaed86729dcb9309076e4c5c3b74...0dafeac902942906541bc140009cdbf32665b601 )
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-version: 5.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-minor
- dependency-name: ruby/setup-ruby
dependency-version: 1.315.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-08 17:57:09 +00:00
dependabot[bot]
9fdfd3e4c8
Bump @types/sinon from 21.0.1 to 22.0.0
...
Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon ) from 21.0.1 to 22.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon )
---
updated-dependencies:
- dependency-name: "@types/sinon"
dependency-version: 22.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-08 17:55:17 +00:00
dependabot[bot]
1c42f21061
Bump the npm-minor group across 1 directory with 4 updates
...
Bumps the npm-minor group with 4 updates in the / directory: [js-yaml](https://github.com/nodeca/js-yaml ), [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x ), [nock](https://github.com/nock/nock ) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ).
Updates `js-yaml` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/5.1.0...5.2.0 )
Updates `eslint-plugin-import-x` from 4.17.0 to 4.17.1
- [Release notes](https://github.com/un-ts/eslint-plugin-import-x/releases )
- [Changelog](https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md )
- [Commits](https://github.com/un-ts/eslint-plugin-import-x/compare/v4.17.0...v4.17.1 )
Updates `nock` from 14.0.15 to 14.0.16
- [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/v14.0.15...v14.0.16 )
Updates `typescript-eslint` from 8.62.0 to 8.62.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.1/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 5.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: npm-minor
- dependency-name: eslint-plugin-import-x
dependency-version: 4.17.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: nock
dependency-version: 14.0.16
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: typescript-eslint
dependency-version: 8.62.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-08 17:55:10 +00:00
Michael B. Gale
06898d7b8b
Rename mergeUserConfigs
2026-07-08 17:46:02 +01:00
Michael B. Gale
7ccd988125
Merge branch 'main' into mbg/config/merge
2026-07-08 17:31:19 +01:00
Michael B. Gale
ef79560bc8
Always enable git_source registries
2026-07-08 17:13:20 +01:00
Michael B. Gale
4581e395f3
Merge pull request #3999 from github/mbg/bump-undici
...
Bump undici and js-yaml
2026-07-08 15:29:40 +00:00
Michael B. Gale
76d37c509a
Bump undici and js-yaml
2026-07-08 15:47:15 +01:00
Michael B. Gale
02c5e83432
Merge pull request #3998 from github/backport-v3.37.0-99df26d4f
...
Merge releases/v4 into releases/v3
2026-07-08 14:15:11 +01:00
Mario Campos
0e974e6288
Merge pull request #3980 from github/mario-campos/add-optional-to-json
...
Support `undefined`, `number` in JSON module
2026-07-08 13:05:24 +00:00
Michael B. Gale
721b977126
Merge pull request #3997 from github/mergeback/v4.37.0-to-main-99df26d4
...
Mergeback v4.37.0 refs/heads/releases/v4 into main
2026-07-08 12:46:02 +00:00
Michael B. Gale
af1b30ee40
Rebuild
2026-07-08 13:43:18 +01:00
github-actions[bot]
530c909a55
Update version and changelog for v3.37.0
2026-07-08 12:11:58 +00:00
github-actions[bot]
0507814306
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.37.0-99df26d4f
...
# Conflicts:
# lib/entry-points.js
2026-07-08 12:11:58 +00:00
github-actions[bot]
157d34d3cf
Revert "Rebuild"
...
This reverts commit d56b7d789e .
2026-07-08 12:11:58 +00:00
github-actions[bot]
b8c8426f7c
Revert "Update version and changelog for v3.36.3"
...
This reverts commit 66185e671d .
2026-07-08 12:11:58 +00:00
github-actions[bot]
329fc9cde0
Rebuild
2026-07-08 12:09:56 +00:00
github-actions[bot]
f27c81bb1c
Update changelog and version after v4.37.0
2026-07-08 12:09:43 +00:00
Michael B. Gale
99df26d4f1
Merge pull request #3996 from github/update-v4.37.0-c7c896d71
...
Merge main into releases/v4
2026-07-08 13:08:22 +01:00
Michael B. Gale
31c27074fd
Add changenote for #3973
2026-07-08 12:53:26 +01:00
github-actions[bot]
72df2181aa
Update changelog for v4.37.0
2026-07-08 11:42:48 +00:00
Michael B. Gale
c7c896d71b
Merge pull request #3995 from github/update-bundle/codeql-bundle-v2.26.0
...
Update default bundle to 2.26.0
2026-07-08 07:57:31 +00:00
github-actions[bot]
3f34ff0ea3
Add changelog note
2026-07-08 07:34:38 +00:00
github-actions[bot]
43bec09f1d
Update default bundle to codeql-bundle-v2.26.0
2026-07-08 07:34:33 +00:00
Michael B. Gale
f58f0d11eb
Merge pull request #3973 from github/mbg/repo-props/config-file-shorthands
...
Support shorthand forms for `getRemoteConfig`
2026-07-07 16:55:52 +00:00
Michael B. Gale
8be707bd2c
Merge remote-tracking branch 'origin/main' into mbg/config/merge
2026-07-06 15:56:19 +01:00
Michael B. Gale
7dc37cbb5b
Merge remote-tracking branch 'origin/main' into mbg/repo-props/config-file-shorthands
2026-07-06 15:51:36 +01:00
Michael B. Gale
8e22350a7e
Thread ActionState to initConfig
2026-07-06 15:46:35 +01:00
Michael B. Gale
69c9e8c7d9
Mark some status-report imports as type-only to avoid circular dependencies
2026-07-06 15:27:54 +01:00
Michael B. Gale
73f4741039
Refactor pack registry code out of config-utils
2026-07-06 15:24:50 +01:00
Michael B. Gale
5094019011
Refactor Config type out of config-utils
2026-07-06 15:14:11 +01:00
Michael B. Gale
006d029c8d
Merge pull request #3990 from github/mbg/action-state
...
Add `ActionState` type and make some initial use of it
2026-07-06 13:47:46 +00:00
Michael B. Gale
8476401b09
Make lazy FF check less ambiguous
2026-07-06 14:45:41 +01:00
Michael B. Gale
4509fb3c4b
Fix JSDoc for determineUserConfig
2026-07-06 14:43:49 +01:00
Michael B. Gale
44d6b3b016
Initialise env in actions-util when not provided
...
This makes the implementations more consistent for now, and less error-prone
2026-07-06 14:41:55 +01:00
Michael B. Gale
d309c0e332
Improve FieldsOf
2026-07-06 14:34:41 +01:00
Michael B. Gale
e34d7fe5bf
Fix: Use getTestActionsEnv
2026-07-06 14:32:18 +01:00
Michael B. Gale
5fa9c0c3e2
Add and use getDisplayActionName for log message
2026-07-06 14:20:08 +01:00
Michael B. Gale
eba9d55e1f
Merge remote-tracking branch 'origin/main' into mbg/action-state
2026-07-06 14:13:51 +01:00
Michael B. Gale
9a06fa6b38
Set the required workspacePath input
2026-07-06 14:10:30 +01:00
Michael B. Gale
764f470b74
Test inputs.configFile mutation in tests
2026-07-06 13:50:40 +01:00
Michael B. Gale
d149f93d92
Return mergedConfig instead of loading it again
2026-07-06 13:50:39 +01:00
Michael B. Gale
3707b44eaa
Document that inputs might be mutated
2026-07-06 13:50:39 +01:00
Michael B. Gale
42c0c6aedd
Allow merging Default Setup config with config file
2026-07-06 13:50:39 +01:00
Michael B. Gale
31577749b3
Give determineUserConfig access to the environment
2026-07-06 13:50:39 +01:00
Michael B. Gale
18d20b7c42
Allow setting environment variables
2026-07-06 13:50:39 +01:00
Michael B. Gale
d1db924e0b
Allow env input for relevant functions in actions-util.ts
2026-07-06 13:50:38 +01:00
Michael B. Gale
0188f395e2
Add unit tests for existing behaviour of determineUserConfig
2026-07-06 13:50:38 +01:00
Michael B. Gale
6860cc1f50
Move validateConfig FF query
2026-07-06 13:50:38 +01:00
Michael B. Gale
53a488ce2e
Add JSDoc for loadUserConfig
2026-07-06 13:50:38 +01:00
Michael B. Gale
132634ddfd
Add FF for configuration merging
2026-07-06 13:50:37 +01:00
Michael B. Gale
a52a9662e9
Add mergeUserConfigs with tests
2026-07-06 13:50:37 +01:00
Michael B. Gale
cd604f831b
Refactor determineUserConfig out of initConfig
2026-07-06 13:50:37 +01:00
Michael B. Gale
c5128610cf
Extend UserConfig type to be aware of Default Setup properties
2026-07-06 13:50:36 +01:00
Michael B. Gale
ae4c8d057d
Merge pull request #3993 from github/mbg/env-abstraction
...
Allow abstracting over `process.env`
2026-07-06 12:29:34 +00:00
Michael B. Gale
73b0850a89
Allow abstracting over process.env
2026-07-06 12:27:42 +01:00
Michael B. Gale
5e3e6b81b9
Add ActionsEnvVars enum
2026-07-06 12:27:26 +01:00
Michael B. Gale
3cf0a529d8
Merge pull request #3986 from github/dependabot/npm_and_yarn/npm-minor-41f3755806
...
Bump the npm-minor group across 1 directory with 6 updates
2026-07-02 11:17:44 +00:00
Michael B. Gale
de65da38e5
Merge pull request #3991 from github/mergeback/v4.36.3-to-main-54f647b7
...
Mergeback v4.36.3 refs/heads/releases/v4 into main
2026-07-02 11:14:25 +00:00
Michael B. Gale
411c4c9a36
Merge pull request #3992 from github/backport-v3.36.3-54f647b7e
...
Merge releases/v4 into releases/v3
2026-07-02 12:09:38 +01:00
Michael B. Gale
b16b719b76
Merge branch 'main' into dependabot/npm_and_yarn/npm-minor-41f3755806
2026-07-02 12:05:12 +01:00
github-actions[bot]
6153c156f7
Rebuild and trigger workflows
2026-07-02 11:56:57 +01:00
Michael B. Gale
37ae669b89
Update deprecation date
2026-07-02 11:04:03 +01:00
github-actions[bot]
66185e671d
Update version and changelog for v3.36.3
2026-07-02 09:32:14 +00:00
github-actions[bot]
51edd47ebb
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.36.3-54f647b7e
2026-07-02 09:32:14 +00:00
github-actions[bot]
a90bc064bf
Revert "Rebuild"
...
This reverts commit 0d313a3b02 .
2026-07-02 09:32:13 +00:00
github-actions[bot]
ac8484ec8f
Revert "Update version and changelog for v3.36.2"
...
This reverts commit ee98575270 .
2026-07-02 09:32:13 +00:00
github-actions[bot]
b987514f02
Rebuild
2026-07-02 09:29:32 +00:00
github-actions[bot]
a04a87c9c9
Update changelog and version after v4.36.3
2026-07-02 09:29:19 +00:00
Henry Mercer
54f647b7e1
Merge pull request #3984 from github/update-v4.36.3-1f34ec164
...
Merge main into releases/v4
2026-07-02 10:27:54 +01:00
Henry Mercer
e78819e055
Trigger checks
...
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com >
2026-07-02 10:15:44 +01:00
Mario Campos
c1e7c7a0de
Merge pull request #3981 from github/mario-campos/runCliJson
...
Create wrapper `runCliJson`
2026-07-01 21:18:51 +00:00
Michael B. Gale
50bd53bfbc
Merge pull request #3989 from github/dependabot/npm_and_yarn/js-yaml-5.1.0
...
Bump js-yaml from 5.0.0 to 5.1.0
2026-07-01 21:08:54 +00:00
Michael B. Gale
289efcad49
Re-add forceQuotes: true
2026-07-01 21:56:08 +01:00
Michael B. Gale
17a28bc4c5
Merge pull request #3985 from github/dependabot/github_actions/dot-github/workflows/actions-minor-fba93c31a5
...
Bump the actions-minor group across 1 directory with 3 updates
2026-07-01 20:53:01 +00:00
Mario Campos
cbf67da2fa
Adjust test name
...
By @mbg
Co-authored-by: Michael B. Gale <mbg@github.com >
2026-07-01 15:46:20 -05:00
Mario Campos
4c18ab020b
Change optional to include undefined
...
The previous implementation of `optional` is now `optionalOrNull`.
2026-07-01 15:46:15 -05:00
Mario Campos
d5b8046386
Add JSDoc comment to runCliJson
2026-07-01 14:20:36 -05:00
Mario Campos
a8958a9883
Keep the JSON exception message consistent
2026-07-01 14:20:36 -05:00
github-actions[bot]
1ba744977b
Rebuild
2026-07-01 18:06:05 +00:00
dependabot[bot]
e0f825ed66
Bump js-yaml from 5.0.0 to 5.1.0
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 5.0.0 to 5.1.0.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/5.0.0...5.1.0 )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 5.1.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-01 18:04:12 +00:00
github-actions[bot]
fbcae9afa6
Rebuild
2026-07-01 18:00:41 +00:00
github-actions[bot]
8f47ee793f
Rebuild
2026-07-01 18:00:37 +00:00
dependabot[bot]
67ec1e3914
Bump the npm-minor group across 1 directory with 6 updates
...
Bumps the npm-minor group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [js-yaml](https://github.com/nodeca/js-yaml ) | `5.0.0` | `5.1.0` |
| [semver](https://github.com/npm/node-semver ) | `7.8.4` | `7.8.5` |
| [uuid](https://github.com/uuidjs/uuid ) | `14.0.0` | `14.0.1` |
| [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x ) | `4.16.2` | `4.17.0` |
| [globals](https://github.com/sindresorhus/globals ) | `17.6.0` | `17.7.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) | `8.61.1` | `8.62.0` |
Updates `js-yaml` from 5.0.0 to 5.1.0
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/5.0.0...5.1.0 )
Updates `semver` from 7.8.4 to 7.8.5
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v7.8.4...v7.8.5 )
Updates `uuid` from 14.0.0 to 14.0.1
- [Release notes](https://github.com/uuidjs/uuid/releases )
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v14.0.0...v14.0.1 )
Updates `eslint-plugin-import-x` from 4.16.2 to 4.17.0
- [Release notes](https://github.com/un-ts/eslint-plugin-import-x/releases )
- [Changelog](https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md )
- [Commits](https://github.com/un-ts/eslint-plugin-import-x/compare/v4.16.2...v4.17.0 )
Updates `globals` from 17.6.0 to 17.7.0
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v17.6.0...v17.7.0 )
Updates `typescript-eslint` from 8.61.1 to 8.62.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.0/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 5.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: npm-minor
- dependency-name: semver
dependency-version: 7.8.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: uuid
dependency-version: 14.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: eslint-plugin-import-x
dependency-version: 4.17.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor
- dependency-name: globals
dependency-version: 17.7.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor
- dependency-name: typescript-eslint
dependency-version: 8.62.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-01 17:59:06 +00:00
dependabot[bot]
1578ba0b4f
Bump the actions-minor group across 1 directory with 3 updates
...
Bumps the actions-minor group with 3 updates in the /.github/workflows directory: [actions/setup-dotnet](https://github.com/actions/setup-dotnet ), [actions/setup-java](https://github.com/actions/setup-java ) and [ruby/setup-ruby](https://github.com/ruby/setup-ruby ).
Updates `actions/setup-dotnet` from 5.3.0 to 5.4.0
- [Release notes](https://github.com/actions/setup-dotnet/releases )
- [Commits](https://github.com/actions/setup-dotnet/compare/9a946fdbd5fb07b82b2f5a4466058b876ab72bb2...26b0ec14cb23fa6904739307f278c14f94c95bf1 )
Updates `actions/setup-java` from 5.3.0 to 5.4.0
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/ad2b38190b15e4d6bdf0c97fb4fca8412226d287...1bcf9fb12cf4aa7d266a90ae39939e61372fe520 )
Updates `ruby/setup-ruby` from 1.313.0 to 1.314.0
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](https://github.com/ruby/setup-ruby/compare/89f90524b88a01fe6e0b732220432cc6142926af...9eb537ca036ebaed86729dcb9309076e4c5c3b74 )
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-version: 5.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-minor
- dependency-name: actions/setup-java
dependency-version: 5.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-minor
- dependency-name: ruby/setup-ruby
dependency-version: 1.314.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-01 17:58:47 +00:00
Michael B. Gale
ef29bf2e43
Improve some comments
2026-07-01 18:55:25 +01:00
Michael B. Gale
ceac4af134
Use the common entry point for analyze
2026-07-01 18:49:33 +01:00
Michael B. Gale
772e8e9310
Use the common entry point for autobuild
2026-07-01 18:47:25 +01:00
Michael B. Gale
fcd9f6cbac
Fix logger reference
2026-07-01 18:41:03 +01:00
Michael B. Gale
a9ceac150d
Accept ActionState in getConfigFileInput
2026-07-01 18:37:06 +01:00
Michael B. Gale
6136b93088
Use the common entry point for init
2026-07-01 18:37:06 +01:00
Michael B. Gale
6ab762cada
Use the common entry point for setup-codeql
2026-07-01 18:37:06 +01:00
Michael B. Gale
a3a1cdd43a
Use the common entry point for upload-sarif
2026-07-01 18:37:06 +01:00
Michael B. Gale
9c16c3b47b
Add common entry point
2026-07-01 18:37:05 +01:00
Michael B. Gale
b009eac559
Add ActionsEnv support to ActionState
2026-07-01 18:33:42 +01:00
Michael B. Gale
26e9e9e932
Add TestEnv class to simplify testing of ActionState-dependent functions
2026-07-01 18:32:17 +01:00
Michael B. Gale
9b35ab94e1
Add initial ActionState type
2026-07-01 17:29:26 +01:00
Michael B. Gale
e1905475d1
Allow abstracting over process.env
2026-07-01 17:26:53 +01:00
Michael B. Gale
2399df7427
Add ActionsEnvVars enum
2026-07-01 17:23:21 +01:00
github-actions[bot]
2c9d3d63eb
Update changelog for v4.36.3
2026-07-01 15:58:40 +00:00
Michael B. Gale
1f34ec1643
Merge pull request #3983 from github/mbg/repo-props/ff-for-config-file-prop
...
Add FF for configuration file repository property
2026-07-01 15:33:40 +00:00
Michael B. Gale
d5f0145480
Log when repository property has a value but is ignored
2026-07-01 16:22:48 +01:00
Michael B. Gale
f27f56386a
Add test for when the FF is off
2026-07-01 15:55:57 +01:00
Michael B. Gale
0025d0f2b5
Use FF
2026-07-01 15:54:22 +01:00
Michael B. Gale
f7fa18f05d
Add FF for config file repo property
2026-07-01 15:51:37 +01:00
Mario Campos
7d1c6e90aa
Include codeql path in runCliJson error
2026-06-30 23:13:36 -05:00
Mario Campos
6cdc6063c0
Create wrapper runCliJson
2026-06-30 23:07:02 -05:00
Mario Campos
ffb3423848
Add isNumber/number validator
2026-06-30 16:35:16 -05:00
Henry Mercer
628fc3f124
Merge pull request #3979 from github/henrymercer/overlay-db-cleanup-size-telemetry
...
Measure overlay-base database size at the clear cleanup level
2026-06-30 16:46:03 +00:00
Michael B. Gale
708e106533
Index ActionState over the types of state used
2026-06-30 17:19:20 +01:00
Henry Mercer
9cfb67bab9
Add clarifying comments
2026-06-30 16:49:29 +01:00
Michael B. Gale
b6be81d5b9
Gate new remote file format behind FF
2026-06-30 13:19:30 +01:00
Michael B. Gale
7b2af8940d
Add TestEnv class to simplify testing of ActionState-dependent functions
2026-06-30 13:19:10 +01:00
Michael B. Gale
f86aa521ce
Use ActionState for getRemoteConfig
2026-06-30 13:03:00 +01:00
Michael B. Gale
e446d55e5a
Add initial ActionState type
2026-06-30 12:59:35 +01:00
Henry Mercer
6f8864c8b0
Address review comments
2026-06-26 18:43:09 +01:00
Michael B. Gale
d8d1d6d754
Add FF for shorthands
2026-06-26 18:12:14 +01:00
Michael B. Gale
f77cf557cd
Support old and new formats
2026-06-26 18:09:25 +01:00
Henry Mercer
e90a71aaea
Add tests for clear cleanup size telemetry
2026-06-26 17:44:30 +01:00
Henry Mercer
ad159d34f6
Measure overlay-base database size at the clear cleanup level
...
This lets us compare the storage cost of overlay-base and trimmed databases for the same commit.
2026-06-26 17:42:49 +01:00
Henry Mercer
9cea5827c6
Merge pull request #3977 from github/dependabot/github_actions/dot-github/workflows/actions/checkout-7.0.0
...
Bump actions/checkout from 6.0.3 to 7.0.0 in /.github/workflows
2026-06-25 10:09:43 +00:00
Henry Mercer
4d3359631e
Merge pull request #3976 from github/dependabot/github_actions/dot-github/workflows/actions-minor-149d5843f4
...
Bump the actions-minor group across 1 directory with 3 updates
2026-06-25 10:08:33 +00:00
Henry Mercer
bc9b48e778
Merge pull request #3975 from github/dependabot/npm_and_yarn/npm-minor-82bd637a11
...
Bump the npm-minor group across 1 directory with 3 updates
2026-06-25 10:08:12 +00:00
github-actions[bot]
d56b7d789e
Rebuild
2026-06-24 18:00:15 +00:00
github-actions[bot]
dca26a3927
Rebuild
2026-06-24 17:59:01 +00:00
dependabot[bot]
490a5f655c
Bump actions/checkout from 6.0.3 to 7.0.0 in /.github/workflows
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 6.0.3 to 7.0.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/df4cb1c069e1874edd31b4311f1884172cec0e10...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-24 17:58:21 +00:00
dependabot[bot]
1582c0ec80
Bump the actions-minor group across 1 directory with 3 updates
...
Bumps the actions-minor group with 3 updates in the /.github/workflows directory: [actions/setup-go](https://github.com/actions/setup-go ), [actions/setup-python](https://github.com/actions/setup-python ) and [ruby/setup-ruby](https://github.com/ruby/setup-ruby ).
Updates `actions/setup-go` from 6.4.0 to 6.5.0
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/4a3601121dd01d1626a1e23e37211e3254c1c06c...924ae3a1cded613372ab5595356fb5720e22ba16 )
Updates `actions/setup-python` from 6.2.0 to 6.3.0
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/a309ff8b426b58ec0e2a45f0f869d46889d02405...ece7cb06caefa5fff74198d8649806c4678c61a1 )
Updates `ruby/setup-ruby` from 1.312.0 to 1.313.0
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](https://github.com/ruby/setup-ruby/compare/12fd324f1d0b43274fdc8130f6980590a667c455...89f90524b88a01fe6e0b732220432cc6142926af )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: 6.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-minor
- dependency-name: actions/setup-python
dependency-version: 6.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-minor
- dependency-name: ruby/setup-ruby
dependency-version: 1.313.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-24 17:57:04 +00:00
github-actions[bot]
d8d3457a33
Rebuild
2026-06-24 17:56:32 +00:00
dependabot[bot]
98470ab04f
Bump the npm-minor group across 1 directory with 3 updates
...
Bumps the npm-minor group with 3 updates in the / directory: [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache ), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ).
Updates `@actions/cache` from 5.0.5 to 5.1.0
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache )
Updates `@types/node` from 20.19.42 to 20.19.43
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Updates `typescript-eslint` from 8.61.0 to 8.61.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.61.1/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: "@actions/cache"
dependency-version: 5.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: npm-minor
- dependency-name: "@types/node"
dependency-version: 20.19.43
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: typescript-eslint
dependency-version: 8.61.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-24 17:54:37 +00:00
Michael B. Gale
a16f4a4973
Merge pull request #3974 from github/mbg/deps/glob
...
Update `glob` to at least `13.0.6`
2026-06-24 09:50:54 +00:00
Henry Mercer
a9f40c6340
Merge pull request #3972 from github/henrymercer/code-quality-user-error-categorization
...
Categorize Code Quality "not enabled" upload failure as user-error
2026-06-24 08:33:05 +00:00
Michael B. Gale
423f7de042
Update glob to at least 13.0.6
2026-06-23 19:12:17 +01:00
Michael B. Gale
dd3c803c55
Merge pull request #3969 from github/mbg/ci/no-more-draft-prs
...
Remove `ready_for_review` triggers from workflows
2026-06-23 17:57:17 +00:00
Michael B. Gale
d990aa1c2a
Merge branch 'main' into henrymercer/code-quality-user-error-categorization
2026-06-23 18:50:48 +01:00
Michael B. Gale
c9d4e1d902
Merge branch 'main' into mbg/ci/no-more-draft-prs
2026-06-23 18:45:25 +01:00
Michael B. Gale
812b882dee
Merge remote-tracking branch 'origin/main' into mbg/repo-props/config-file-shorthands
2026-06-23 18:44:20 +01:00
Michael B. Gale
3fe7ef97d3
Fix getEnv not using getOptionalEnvVarFrom
2026-06-23 18:43:56 +01:00
Michael B. Gale
8d69da902e
Improve whitespace handling
2026-06-23 18:42:43 +01:00
Michael B. Gale
00e5a58139
Update format in error message
2026-06-23 18:34:25 +01:00
Michael B. Gale
8102fa6675
Anchor regex and trim input
2026-06-23 18:32:55 +01:00
Michael B. Gale
81ad479e13
Fix test names
2026-06-23 18:31:16 +01:00
Henry Mercer
ade8366b4d
Merge pull request #3971 from github/henrymercer/macos-runner-migration
...
Pin Swift macOS PR checks to macOS 15 for Xcode 16
2026-06-23 17:27:52 +00:00
Michael B. Gale
12821cff0c
Make owner optional in parseRemoteFileAddress
2026-06-23 18:13:16 +01:00
Michael B. Gale
e537ff20a4
Make path optional in parseRemoteFileAddress
2026-06-23 17:51:33 +01:00
Michael B. Gale
598d00854a
Make ref optional in parseRemoteFileAddress
2026-06-23 17:50:21 +01:00
Michael B. Gale
85c8a8cebe
Add tests for parseRemoteFileAddress
2026-06-23 17:50:01 +01:00
Henry Mercer
cdcf50882b
Default macOS PR checks to latest runner, pin only old CLIs to macOS 15
...
Redesign the per-entry codeql-versions filter so an OS entry without a
version list catches all versions not claimed by its siblings. This lets
new CodeQL versions flow to macos-latest-xlarge automatically. Move
v2.23.9 (which supports Swift 6.2) off the macOS 15 list and simplify the
matrix filter logic.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-06-23 17:33:14 +01:00
Michael B. Gale
c7a94c979d
Add getRemoteConfig JSDoc
2026-06-23 17:03:33 +01:00
Michael B. Gale
82e5ca6c55
Return RemoteFileAddress from parseRemoteFileAddress
2026-06-23 16:49:03 +01:00
Michael B. Gale
9ef8be7176
Refactor parseRemoteFileAddress out of getRemoteConfig
2026-06-23 16:49:03 +01:00
Michael B. Gale
07b6b1eac5
Move getRemoteConfig to config/file.ts
2026-06-23 16:49:03 +01:00
Michael B. Gale
9c4ee01a28
Add RemoteFileAddress type
2026-06-23 16:49:02 +01:00
Henry Mercer
e054b4b848
Address review: split macOS Swift checks by CodeQL version
...
Rather than pinning every macOS job to macOS 15, only run the older CodeQL CLI
versions (which need Xcode 16, and so macOS 15) there. Newer versions, which
support Swift 6.2, run on the latest macOS runner with its default Xcode, so we
keep exercising the common latest-CLI-on-latest-runner combination.
To express this, `sync.ts` now supports an optional per-OS-entry
`codeql-versions` filter, used by `multi-language-autodetect` to send old
versions to `macos-15-xlarge` and new versions to `macos-latest-xlarge`.
`swift-custom-build` only runs `linked`/`default`/`nightly`, which all support
Swift 6.2, so it no longer needs the Xcode 16 step or a macOS 15 pin.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-06-23 16:39:54 +01:00
Henry Mercer
6feed5452f
Categorize Code Quality "not enabled" upload failure as user-error
...
When a repository requests Code Quality analysis but it is not enabled,
the SARIF upload to `PUT /repos/:owner/:repo/code-quality/analysis`
returns a 403 with the message "Code quality is not enabled for this
repository...". `isEnablementError` did not recognize this wording, so
`wrapApiConfigurationError` left it as a plain Error and the analyze job
was reported with `status=failure` instead of `user-error`.
Add a `/Code Quality is not enabled/i` pattern so the error becomes a
ConfigurationError and `getActionsStatus` categorizes it as `user-error`.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-06-23 16:23:41 +01:00
Michael B. Gale
652296eb9e
Allow abstracting over process.env
2026-06-23 16:16:08 +01:00
Michael B. Gale
c05a5b71ad
Add ActionsEnvVars enum
2026-06-23 16:16:07 +01:00
Henry Mercer
b9c90effa0
Pin Swift macOS checks to macOS 15 for Xcode 16
...
`macos-latest-xlarge` now resolves to macOS 26, which ships only Xcode 26
(Swift 6.2) and no longer includes Xcode 16. The Swift-analysing PR checks
select Xcode 16 because CodeQL CLI versions before 2.24.0 only support Swift
up to 6.1, so `xcode-select -s /Applications/Xcode_16.app` fails on macOS 26.
Pin these checks to macOS 15, where Xcode 16 is still available, so we keep
testing the full matrix of supported CodeQL versions. This also pre-empts the
`swift-custom-build` check failing once plain `macos`/`macos-latest` migrates.
See https://github.com/actions/runner-images/issues/14167 .
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-06-23 16:09:07 +01:00
Michael B. Gale
85bb4c6476
Restore edited trigger for label-pr-size workflow
2026-06-23 14:20:21 +01:00
Michael B. Gale
09dec6cc8c
Merge pull request #3968 from github/dependabot/npm_and_yarn/js-yaml-5.0.0
...
Bump js-yaml from 4.2.0 to 5.0.0
2026-06-22 15:00:26 +00:00
Michael B. Gale
ba61470b11
Use quoteStyle
2026-06-22 14:26:21 +01:00
dependabot[bot]
31d88dd791
Bump js-yaml from 4.2.0 to 5.0.0
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 4.2.0 to 5.0.0.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/4.2.0...5.0.0 )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 5.0.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-22 12:31:01 +00:00
Michael B. Gale
aa12ef06b4
Do not create draft PRs where we did so to trigger workflows with ready_for_review before
2026-06-22 13:27:47 +01:00
Michael B. Gale
e3a04b7473
Remove ready_for_review triggers
2026-06-22 13:19:40 +01:00
Michael B. Gale
2f90a82ab7
Merge pull request #3966 from github/dependabot/npm_and_yarn/multi-dd1c4363d0
...
Bump archiver and @types/archiver
2026-06-18 22:36:49 +00:00
Michael B. Gale
ee70cd5210
Merge pull request #3916 from github/mbg/ts/update-ghes-versions
...
Convert `update-supported-enterprise-server-versions` script to TypeScript
2026-06-18 14:11:07 +00:00
Michael B. Gale
516447a110
Merge pull request #3909 from github/mbg/ff/remove/StartProxyRemoveUnusedRegistries
...
Default to `StartProxyRemoveUnusedRegistries` behaviour
2026-06-18 14:10:42 +00:00
Michael B. Gale
839edd2b07
Merge branch 'main' into mbg/ts/update-ghes-versions
2026-06-18 14:34:04 +01:00
Michael B. Gale
b3b14d6671
Merge branch 'main' into mbg/ff/remove/StartProxyRemoveUnusedRegistries
2026-06-18 14:29:55 +01:00
Michael B. Gale
711c19c2dc
Use ZipArchive instead of archive("zip")
2026-06-18 14:24:11 +01:00
dependabot[bot]
4138e5a7fe
Bump archiver and @types/archiver
...
Bumps [archiver](https://github.com/archiverjs/node-archiver ) and [@types/archiver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/archiver ). These dependencies needed to be updated together.
Updates `archiver` from 7.0.1 to 8.0.0
- [Release notes](https://github.com/archiverjs/node-archiver/releases )
- [Changelog](https://github.com/archiverjs/node-archiver/blob/master/CHANGELOG.md )
- [Commits](https://github.com/archiverjs/node-archiver/compare/7.0.1...8.0.0 )
Updates `@types/archiver` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/archiver )
---
updated-dependencies:
- dependency-name: archiver
dependency-version: 8.0.0
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: "@types/archiver"
dependency-version: 8.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-17 19:10:07 +00:00
Michael B. Gale
0bae987e7d
Merge pull request #3964 from github/dependabot/npm_and_yarn/npm-minor-dc44a34bad
...
Bump the npm-minor group across 1 directory with 3 updates
2026-06-17 18:55:15 +00:00
Michael B. Gale
3b64eeeb9f
Merge pull request #3965 from github/dependabot/github_actions/dot-github/workflows/actions-minor-ea9362b8e5
...
Bump the actions-minor group across 1 directory with 2 updates
2026-06-17 18:43:54 +00:00
Michael B. Gale
49e524587f
Merge pull request #3963 from github/mbg/repo-prop/config-file
...
Add repository property for configuration files
2026-06-17 18:12:54 +00:00
github-actions[bot]
18e8398a57
Rebuild
2026-06-17 17:59:57 +00:00
github-actions[bot]
80de837984
Rebuild
2026-06-17 17:58:05 +00:00
dependabot[bot]
03dfa6fb02
Bump the actions-minor group across 1 directory with 2 updates
...
Bumps the actions-minor group with 2 updates in the /.github/workflows directory: [actions/setup-java](https://github.com/actions/setup-java ) and [ruby/setup-ruby](https://github.com/ruby/setup-ruby ).
Updates `actions/setup-java` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/be666c2fcd27ec809703dec50e508c2fdc7f6654...ad2b38190b15e4d6bdf0c97fb4fca8412226d287 )
Updates `ruby/setup-ruby` from 1.310.0 to 1.312.0
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](https://github.com/ruby/setup-ruby/compare/afeafc3d1ab54a631816aba4c914a0081c12ff2f...12fd324f1d0b43274fdc8130f6980590a667c455 )
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-version: 5.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-minor
- dependency-name: ruby/setup-ruby
dependency-version: 1.312.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-17 17:57:53 +00:00
dependabot[bot]
3187067e93
Bump the npm-minor group across 1 directory with 3 updates
...
Bumps the npm-minor group with 3 updates in the / directory: [semver](https://github.com/npm/node-semver ), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ).
Updates `semver` from 7.8.1 to 7.8.4
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v7.8.1...v7.8.4 )
Updates `@types/node` from 20.19.41 to 20.19.42
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Updates `typescript-eslint` from 8.60.1 to 8.61.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.61.0/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: semver
dependency-version: 7.8.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: "@types/node"
dependency-version: 20.19.42
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: typescript-eslint
dependency-version: 8.61.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-17 17:55:32 +00:00
Michael B. Gale
52077a03d9
Ignore empty repository property
2026-06-17 15:18:14 +01:00
Michael B. Gale
0337b99474
Merge pull request #3961 from github/dependabot/npm_and_yarn/tar-7.5.16
...
Bump tar from 7.5.15 to 7.5.16
2026-06-16 22:00:36 +00:00
Michael B. Gale
b2cc23e25d
Log input choice
2026-06-16 14:19:37 +01:00
Michael B. Gale
82036913c8
Accept repository property as fallback
2026-06-16 12:28:17 +02:00
Michael B. Gale
ae7c3ea645
Add getConfigFileInput function
2026-06-16 12:21:33 +02:00
Michael B. Gale
a0276b7dc4
Add initial ActionsEnv abstraction
2026-06-16 12:19:30 +02:00
Michael B. Gale
f57d3726c3
Add github-codeql-config-file property
2026-06-16 12:02:08 +02:00
dependabot[bot]
6f850b5022
Bump tar from 7.5.15 to 7.5.16
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 7.5.15 to 7.5.16.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.15...v7.5.16 )
---
updated-dependencies:
- dependency-name: tar
dependency-version: 7.5.16
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-15 22:01:42 +00:00
Michael B. Gale
1023397ae4
Update changelog
2026-06-15 17:46:46 +02:00
Michael B. Gale
68ec727966
Update constants
2026-06-15 17:43:18 +02:00
Henry Mercer
c73f0fa0f1
Merge pull request #3958 from github/dependabot/npm_and_yarn/esbuild-0.28.1
...
Bump esbuild from 0.28.0 to 0.28.1
2026-06-15 15:07:40 +00:00
github-actions[bot]
98dfd09d4a
Rebuild
2026-06-13 06:43:46 +00:00
dependabot[bot]
c8f0aa4c67
Bump esbuild from 0.28.0 to 0.28.1
...
Bumps [esbuild](https://github.com/evanw/esbuild ) from 0.28.0 to 0.28.1.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.28.0...v0.28.1 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-version: 0.28.1
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-13 06:41:55 +00:00
Michael B. Gale
f3f1edbedf
Merge pull request #3957 from github/dependabot/npm_and_yarn/npm-minor-94506b9a28
...
Bump the npm-minor group across 1 directory with 4 updates
2026-06-13 06:29:24 +00:00
github-actions[bot]
9f2d709a33
Rebuild
2026-06-10 17:57:20 +00:00
dependabot[bot]
5f5ed8735c
Bump the npm-minor group across 1 directory with 4 updates
...
Bumps the npm-minor group with 4 updates in the / directory: [js-yaml](https://github.com/nodeca/js-yaml ), [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript ), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) and [tsx](https://github.com/privatenumber/tsx ).
Updates `js-yaml` from 4.1.1 to 4.2.0
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/commits )
Updates `eslint-import-resolver-typescript` from 4.4.4 to 4.4.5
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases )
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.4.4...v4.4.5 )
Updates `typescript-eslint` from 8.60.0 to 8.60.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.60.1/packages/typescript-eslint )
Updates `tsx` from 4.22.3 to 4.22.4
- [Release notes](https://github.com/privatenumber/tsx/releases )
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs )
- [Commits](https://github.com/privatenumber/tsx/compare/v4.22.3...v4.22.4 )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 4.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: npm-minor
- dependency-name: eslint-import-resolver-typescript
dependency-version: 4.4.5
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: typescript-eslint
dependency-version: 8.60.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: tsx
dependency-version: 4.22.4
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-10 17:55:22 +00:00
github-actions[bot]
cb4720a101
Update supported GitHub Enterprise Server versions
2026-06-10 00:49:37 +00:00
Henry Mercer
eda5730a8b
Merge pull request #3955 from github/henrymercer/fix-nested-log-group
...
Fix broken log grouping due to nested log group
2026-06-05 13:53:30 +00:00
Henry Mercer
e263f3a83a
Merge pull request #3954 from github/henrymercer/tidy-resolve-languages
...
Clean up `codeql.resolveLanguages`
2026-06-05 13:53:24 +00:00
Henry Mercer
ddef289289
Remove one extractor per language assumption
2026-06-05 13:01:12 +01:00
Henry Mercer
99576d59b9
Fix broken log grouping due to nested log group
2026-06-05 12:57:29 +01:00
Henry Mercer
72b0f9fed4
Clean up codeql.resolveLanguages
...
Only the betterjson option is now used, so remove the old version.
2026-06-05 12:50:57 +01:00
Henry Mercer
9fc351a8ac
Merge pull request #3953 from github/henrymercer/local-action
...
Use local `upload-sarif` Action in PR checks job
2026-06-05 08:53:57 +00:00
Henry Mercer
72f4abcfcc
Use local upload-sarif Action in PR checks job
2026-06-04 16:45:01 +01:00
Henry Mercer
0630e39f3f
Merge pull request #3951 from github/mergeback/v4.36.2-to-main-8aad20d1
...
Mergeback v4.36.2 refs/heads/releases/v4 into main
2026-06-04 15:07:37 +00:00
Henry Mercer
2b0250fe46
Fix CHANGELOG indentation
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-06-04 15:56:12 +01:00
Henry Mercer
dd903d2e4f
Merge pull request #3952 from github/backport-v3.36.2-8aad20d15
...
Merge releases/v4 into releases/v3
2026-06-04 15:51:55 +01:00
github-actions[bot]
0d313a3b02
Rebuild
2026-06-04 14:29:11 +00:00
github-actions[bot]
ee98575270
Update version and changelog for v3.36.2
2026-06-04 14:28:59 +00:00
github-actions[bot]
7d9a983ed4
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.36.2-8aad20d15
2026-06-04 14:28:59 +00:00
github-actions[bot]
6016976cee
Revert "Rebuild"
...
This reverts commit e816d2e818 .
2026-06-04 14:28:58 +00:00
github-actions[bot]
72c906de81
Revert "Update version and changelog for v3.36.1"
...
This reverts commit b6eff7b44a .
2026-06-04 14:28:58 +00:00
github-actions[bot]
446948f50b
Rebuild
2026-06-04 14:27:34 +00:00
github-actions[bot]
d24f3022a8
Update changelog and version after v4.36.2
2026-06-04 14:27:20 +00:00
Henry Mercer
8aad20d150
Merge pull request #3949 from github/update-v4.36.2-dcb947ce1
...
Merge main into releases/v4
2026-06-04 15:25:45 +01:00
Henry Mercer
f521b08cd8
Add additional changelog notes
2026-06-04 15:11:55 +01:00
github-actions[bot]
8aeff0ffb7
Update changelog for v4.36.2
2026-06-04 11:17:27 +00:00
Henry Mercer
dcb947ce15
Merge pull request #3948 from github/update-bundle/codeql-bundle-v2.25.6
...
Update default bundle to 2.25.6
2026-06-04 10:56:27 +00:00
github-actions[bot]
c251bcefa1
Add changelog note
2026-06-04 10:43:06 +00:00
github-actions[bot]
62953c18b3
Update default bundle to codeql-bundle-v2.25.6
2026-06-04 10:42:59 +00:00
Henry Mercer
423b570baf
Merge pull request #3946 from github/dependabot/npm_and_yarn/npm-minor-5d507a028b
...
Bump the npm-minor group across 1 directory with 2 updates
2026-06-04 10:38:05 +00:00
Henry Mercer
c35d1b1644
Merge pull request #3947 from github/dependabot/github_actions/dot-github/workflows/actions-minor-3d0b6ad432
...
Bump ruby/setup-ruby from 1.307.0 to 1.310.0 in /.github/workflows in the actions-minor group across 1 directory
2026-06-04 10:10:18 +00:00
Robert
cb1a588b02
Merge pull request #3937 from github/robertbrignull/waitForProcessing_backoff
...
Change waitForProcessing to use exponential backoff
2026-06-04 10:06:49 +00:00
Henry Mercer
ba47406412
Merge pull request #3943 from github/henrymercer/cache-cli-version-info
...
Cache CLI version information across Actions steps
2026-06-04 09:58:34 +00:00
Henry Mercer
5be8119767
Merge pull request #3938 from github/henrymercer/git-client-feature-flag
...
Add FF to force JGit-based Git backend
2026-06-04 09:58:15 +00:00
Robert
6047ac775f
Merge branch 'main' into robertbrignull/waitForProcessing_backoff
2026-06-04 10:35:04 +01:00
github-actions[bot]
af7b8f37ea
Rebuild
2026-06-04 02:43:57 +00:00
dependabot[bot]
3569f75599
Bump ruby/setup-ruby
...
Bumps the actions-minor group with 1 update in the /.github/workflows directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby ).
Updates `ruby/setup-ruby` from 1.307.0 to 1.310.0
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](https://github.com/ruby/setup-ruby/compare/6aaa311d81eba98ae12eaffbcb63296ace0efcde...afeafc3d1ab54a631816aba4c914a0081c12ff2f )
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.310.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-04 02:42:04 +00:00
github-actions[bot]
acb38f7265
Rebuild
2026-06-04 02:40:00 +00:00
dependabot[bot]
dd9e36c0d3
Bump the npm-minor group across 1 directory with 2 updates
...
Bumps the npm-minor group with 2 updates in the / directory: [semver](https://github.com/npm/node-semver ) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ).
Updates `semver` from 7.8.0 to 7.8.1
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v7.8.0...v7.8.1 )
Updates `typescript-eslint` from 8.59.4 to 8.60.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.60.0/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: semver
dependency-version: 7.8.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: typescript-eslint
dependency-version: 8.60.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-04 02:38:09 +00:00
Henry Mercer
5ccef82244
Address review comments
2026-06-03 18:31:11 +01:00
Henry Mercer
2ceebd64c4
Merge pull request #3945 from github/henrymercer/pin-actions-to-shas
...
Pin first-party Actions to SHAs
2026-06-03 17:09:52 +00:00
Henry Mercer
fd3f10809d
Update sync-back script
...
This is intended as a workaround until https://github.com/github/codeql-action/pull/3556 is merged.
2026-06-03 17:21:10 +01:00
Henry Mercer
87f4948cb0
Pin first-party Actions
2026-06-03 17:19:36 +01:00
Henry Mercer
bab673d0e0
Cache CLI version information across Actions steps
2026-06-02 19:27:05 +01:00
Henry Mercer
8ed7f7c384
Merge pull request #3941 from github/mergeback/v4.36.1-to-main-87557b9c
...
Mergeback v4.36.1 refs/heads/releases/v4 into main
2026-06-02 10:35:51 +00:00
Henry Mercer
d77b13a0df
Merge pull request #3942 from github/backport-v3.36.1-87557b9c8
...
Merge releases/v4 into releases/v3
2026-06-02 11:35:41 +01:00
github-actions[bot]
e816d2e818
Rebuild
2026-06-02 10:11:09 +00:00
github-actions[bot]
b6eff7b44a
Update version and changelog for v3.36.1
2026-06-02 10:10:55 +00:00
github-actions[bot]
3b37ae1c9b
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.36.1-87557b9c8
2026-06-02 10:10:55 +00:00
github-actions[bot]
2587a4beb2
Revert "Rebuild"
...
This reverts commit bc887cab05 .
2026-06-02 10:10:55 +00:00
github-actions[bot]
c02b552b1a
Revert "Update version and changelog for v3.36.0"
...
This reverts commit a9739a6bf0 .
2026-06-02 10:10:55 +00:00
github-actions[bot]
0ad7c1f95e
Rebuild
2026-06-02 10:09:37 +00:00
github-actions[bot]
25c25b5e09
Update changelog and version after v4.36.1
2026-06-02 10:09:22 +00:00
Henry Mercer
87557b9c84
Merge pull request #3940 from github/update-v4.36.1-2a1689ed4
...
Merge main into releases/v4
2026-06-02 11:07:55 +01:00
github-actions[bot]
9431011964
Update changelog for v4.36.1
2026-06-02 09:50:57 +00:00
Henry Mercer
2a1689ed43
Merge pull request #3939 from github/henrymercer/skip-overlay-revert-when-explicit
...
Disable missing diff-ranges fallback when overlay enabled manually
2026-06-01 17:25:10 +00:00
Robert
d40e417f3c
Only do initial wait when not running tests
2026-06-01 16:43:42 +01:00
Henry Mercer
524532393a
Disable missing diff-ranges fallback when overlay enabled manually
2026-06-01 15:34:08 +01:00
Henry Mercer
948a63aed1
Add FF to force JGit-based Git backend
2026-06-01 15:20:13 +01:00
Henry Mercer
d1eb1207b4
Merge pull request #3933 from github/update-supported-enterprise-server-versions
...
Update supported GitHub Enterprise Server versions
2026-05-29 11:10:43 +00:00
Michael B. Gale
115001ba8d
Merge pull request #3934 from github/dependabot/npm_and_yarn/npm-minor-86fb5ccea6
...
Bump the npm-minor group across 1 directory with 2 updates
2026-05-28 14:53:43 +00:00
Michael B. Gale
cef2e7a910
Merge pull request #3925 from github/dependabot/github_actions/dot-github/workflows/actions-minor-da8be134b1
...
Bump ruby/setup-ruby from 1.306.0 to 1.307.0 in /.github/workflows in the actions-minor group across 1 directory
2026-05-28 13:59:27 +00:00
Michael B. Gale
5e6adf70ed
Merge pull request #3936 from github/dependabot/npm_and_yarn/tmp-0.2.7
...
Bump tmp from 0.2.4 to 0.2.7
2026-05-28 13:54:02 +00:00
Michael B. Gale
ad170e6c4e
Merge branch 'main' into dependabot/github_actions/dot-github/workflows/actions-minor-da8be134b1
2026-05-28 14:48:30 +01:00
Robert
dfc14113e3
Change waitForProcessing to use exponential backoff
2026-05-28 11:15:07 +01:00
github-actions[bot]
6a37b3a57a
Rebuild
2026-05-28 02:48:34 +00:00
dependabot[bot]
bef1eb7126
Bump tmp from 0.2.4 to 0.2.7
...
Bumps [tmp](https://github.com/raszi/node-tmp ) from 0.2.4 to 0.2.7.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.4...v0.2.7 )
---
updated-dependencies:
- dependency-name: tmp
dependency-version: 0.2.7
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-28 02:46:38 +00:00
dependabot[bot]
b42b7546a5
Bump the npm-minor group across 1 directory with 2 updates
...
Bumps the npm-minor group with 2 updates in the / directory: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) and [tsx](https://github.com/privatenumber/tsx ).
Updates `typescript-eslint` from 8.59.3 to 8.59.4
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.4/packages/typescript-eslint )
Updates `tsx` from 4.21.0 to 4.22.3
- [Release notes](https://github.com/privatenumber/tsx/releases )
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs )
- [Commits](https://github.com/privatenumber/tsx/compare/v4.21.0...v4.22.3 )
---
updated-dependencies:
- dependency-name: typescript-eslint
dependency-version: 8.59.4
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: tsx
dependency-version: 4.22.3
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-27 20:06:49 +00:00
github-actions[bot]
8b0c522441
Update supported GitHub Enterprise Server versions
2026-05-27 00:44:49 +00:00
Michael B. Gale
0e150e4076
Merge pull request #3921 from github/dependabot/npm_and_yarn/npm-minor-28e225f5ad
...
Bump the npm-minor group across 1 directory with 6 updates
2026-05-22 14:35:33 +00:00
Michael B. Gale
8a1e375368
Merge branch 'main' into dependabot/npm_and_yarn/npm-minor-28e225f5ad
2026-05-22 15:08:30 +01:00
Óscar San José
0fb8a6672b
Merge pull request #3928 from github/mergeback/v4.36.0-to-main-7211b7c8
...
Mergeback v4.36.0 refs/heads/releases/v4 into main
2026-05-22 11:28:10 +00:00
Óscar San José
03e4368ac7
Merge pull request #3929 from github/backport-v3.36.0-7211b7c80
...
Merge releases/v4 into releases/v3
2026-05-22 13:27:24 +02:00
github-actions[bot]
bc887cab05
Rebuild
2026-05-22 11:10:26 +00:00
github-actions[bot]
a9739a6bf0
Update version and changelog for v3.36.0
2026-05-22 11:10:14 +00:00
github-actions[bot]
2be5c61e31
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.36.0-7211b7c80
2026-05-22 11:10:14 +00:00
github-actions[bot]
9b64c8b76e
Revert "Rebuild"
...
This reverts commit 4b79f1ba10 .
2026-05-22 11:10:14 +00:00
github-actions[bot]
c45c87a4c5
Revert "Update version and changelog for v3.35.5"
...
This reverts commit b2dd803f6e .
2026-05-22 11:10:14 +00:00
github-actions[bot]
80795fb0d4
Rebuild
2026-05-22 11:08:00 +00:00
github-actions[bot]
0cd24d8654
Update changelog and version after v4.36.0
2026-05-22 11:07:48 +00:00
Óscar San José
7211b7c807
Merge pull request #3927 from github/update-v4.36.0-ebc2d9e2b
...
Merge main into releases/v4
2026-05-22 13:06:23 +02:00
github-actions[bot]
7740f2fb21
Update changelog for v4.36.0
2026-05-22 10:49:45 +00:00
Óscar San José
ebc2d9e2bc
Merge pull request #3926 from github/update-bundle/codeql-bundle-v2.25.5
...
Update default bundle to 2.25.5
2026-05-22 10:32:55 +00:00
github-actions[bot]
d1f74b777c
Add changelog note
2026-05-22 10:18:49 +00:00
github-actions[bot]
2dc40cec39
Update default bundle to codeql-bundle-v2.25.5
2026-05-22 10:18:43 +00:00
Henry Mercer
84498526a0
Merge pull request #3910 from github/henrymercer/repo-size-diff-check
...
Action size: Add a PR check that comments on significant repo size changes
2026-05-21 10:29:33 +00:00
Henry Mercer
72ac23c6d1
Update excluded required check list
2026-05-21 10:16:47 +01:00
github-actions[bot]
14c150999e
Rebuild
2026-05-20 22:08:52 +00:00
github-actions[bot]
89c58e65c1
Rebuild
2026-05-20 22:07:31 +00:00
dependabot[bot]
a0a8d16e7b
Bump ruby/setup-ruby
...
Bumps the actions-minor group with 1 update in the /.github/workflows directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby ).
Updates `ruby/setup-ruby` from 1.306.0 to 1.307.0
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](https://github.com/ruby/setup-ruby/compare/c4e5b1316158f92e3d49443a9d58b31d25ac0f8f...6aaa311d81eba98ae12eaffbcb63296ace0efcde )
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.307.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-20 22:06:56 +00:00
dependabot[bot]
bd77449ac2
Bump the npm-minor group across 1 directory with 6 updates
...
Bumps the npm-minor group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [semver](https://github.com/npm/node-semver ) | `7.7.4` | `7.8.0` |
| [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat ) | `2.0.5` | `2.1.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) | `20.19.39` | `20.19.41` |
| [nock](https://github.com/nock/nock ) | `14.0.12` | `14.0.15` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) | `8.59.2` | `8.59.3` |
| [yaml](https://github.com/eemeli/yaml ) | `2.8.4` | `2.9.0` |
Updates `semver` from 7.7.4 to 7.8.0
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v7.7.4...v7.8.0 )
Updates `@eslint/compat` from 2.0.5 to 2.1.0
- [Release notes](https://github.com/eslint/rewrite/releases )
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md )
- [Commits](https://github.com/eslint/rewrite/commits/compat-v2.1.0/packages/compat )
Updates `@types/node` from 20.19.39 to 20.19.41
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Updates `nock` from 14.0.12 to 14.0.15
- [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/v14.0.12...v14.0.15 )
Updates `typescript-eslint` from 8.59.2 to 8.59.3
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.3/packages/typescript-eslint )
Updates `yaml` from 2.8.4 to 2.9.0
- [Release notes](https://github.com/eemeli/yaml/releases )
- [Commits](https://github.com/eemeli/yaml/compare/v2.8.4...v2.9.0 )
---
updated-dependencies:
- dependency-name: semver
dependency-version: 7.8.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: npm-minor
- dependency-name: "@eslint/compat"
dependency-version: 2.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor
- dependency-name: "@types/node"
dependency-version: 20.19.41
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: nock
dependency-version: 14.0.15
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: typescript-eslint
dependency-version: 8.59.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: yaml
dependency-version: 2.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: npm-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-20 22:05:27 +00:00
Henry Mercer
c5297a28a2
Merge pull request #3919 from github/henrymercer/workflow-concurrency
...
CI: Automatically cancel non-generated workflows
2026-05-20 16:26:50 +00:00
Henry Mercer
8ffeae7d05
CI: Automatically cancel non-generated workflows
...
Specify concurrency groups for non-generated workflows so we can cancel in-progress runs when new commits are pushed to a PR.
2026-05-20 16:39:16 +01:00
Henry Mercer
f3f52bf568
Revert getErrorMessage import
...
To avoid requiring additional dependencies
2026-05-20 15:55:41 +01:00
Henry Mercer
a14f75e3ac
Address review comments
2026-05-20 15:39:14 +01:00
Henry Mercer
164c32a61e
Merge pull request #3918 from github/henrymercer/upgrade-brace-expansion
...
Bump `brace-expansion`
2026-05-20 14:31:25 +00:00
Henry Mercer
a134948b87
Bump brace-expansion
...
Address https://github.com/juliangruber/brace-expansion/security/advisories/GHSA-jxxr-4gwj-5jf2
2026-05-20 15:17:16 +01:00
Henry Mercer
f4d0a7abf7
Merge pull request #3912 from github/henrymercer/smaller-upload-lib
...
Action size: Reduce duplication between `upload-lib` and `entry-points`
2026-05-19 18:55:28 +00:00
Henry Mercer
f62fbc9627
Merge pull request #3895 from github/mbg/analysis-kinds/warn-on-non-cs-advanced-setup
...
Log error for non-default `analysis-kinds` input outside of managed workflows
2026-05-19 18:43:18 +00:00
Henry Mercer
2a7340616e
Address review comments
2026-05-19 19:41:51 +01:00
Henry Mercer
3b0e64cb09
Merge pull request #3914 from github/henrymercer/auto-rebuild-release-prs
...
Release process: Automatically rebuild PRs
2026-05-19 18:00:31 +00:00
Michael B. Gale
7ba697a3ec
Fix comment and clear time component
2026-05-19 14:32:00 +01:00
Michael B. Gale
0a7280a837
Assert that nothing is logged
2026-05-19 14:22:23 +01:00
Michael B. Gale
b79a976789
Merge remote-tracking branch 'origin/main' into mbg/analysis-kinds/warn-on-non-cs-advanced-setup
2026-05-19 14:18:19 +01:00
Michael B. Gale
74374a3893
Rebuild (newer semver version)
2026-05-19 14:15:04 +01:00
Michael B. Gale
3e85884434
Remove Python version
2026-05-19 14:10:44 +01:00
Michael B. Gale
5aed9f7d64
Update workflow to use update-ghes-versions.ts
2026-05-19 14:10:44 +01:00
Michael B. Gale
f9feddd874
Add tests for update-ghes-versions.ts
2026-05-19 14:10:44 +01:00
Michael B. Gale
15f19e1870
Add date as a parameter for determineSupportedRange
2026-05-19 14:10:44 +01:00
Michael B. Gale
51cc08af6f
Add determineSupportedRange
2026-05-19 14:10:44 +01:00
Michael B. Gale
71b697dd8b
Add helpers for GHES versions
2026-05-19 14:10:43 +01:00
Michael B. Gale
f5808271b0
Add readEnterpriseReleases
2026-05-19 14:10:43 +01:00
Michael B. Gale
da26a016ee
Add readApiCompatibility
2026-05-19 14:10:43 +01:00
Michael B. Gale
4536424fcf
Throw if ENTERPRISE_RELEASES_PATH is not set
2026-05-19 14:10:41 +01:00
Michael B. Gale
d98bedfdea
Add constant for FIRST_SUPPORTED_RELEASE
2026-05-19 14:10:25 +01:00
Michael B. Gale
952a538c24
Add constant for API_COMPATIBILITY_FILE
2026-05-19 14:09:45 +01:00
Henry Mercer
2c8faa5e9f
Pass comment body file directly
2026-05-18 20:28:53 +01:00
Henry Mercer
15a712bbc2
Address review comments
2026-05-18 20:08:43 +01:00
Michael B. Gale
04d4fd51e9
Add semver dependency
2026-05-18 19:42:36 +01:00
Henry Mercer
eb9a790d15
Apply suggestion from @henrymercer
2026-05-18 19:39:41 +01:00
Michael B. Gale
c05837d3e8
Scaffold update-ghes-versions.ts script
2026-05-18 19:38:16 +01:00
Henry Mercer
b8baf41834
Remove comments about npm cache
2026-05-18 19:31:53 +01:00
Henry Mercer
5e9ae56429
Add specific instruction about "Rebuild" commit
2026-05-18 19:28:49 +01:00
Henry Mercer
8442bc0af9
Release process: Automatically rebuild PRs
2026-05-18 19:06:49 +01:00
Henry Mercer
26a1e570a6
Merge pull request #3913 from github/henrymercer/downgrade-ava
...
Downgrade ava to version 6.4.1
2026-05-18 18:00:26 +00:00
Henry Mercer
9b6438e936
Tweak workflow
2026-05-18 18:25:26 +01:00
Henry Mercer
b5b50d62f1
Merge branch 'main' into henrymercer/repo-size-diff-check
2026-05-18 18:20:16 +01:00
Henry Mercer
9665bc2f5a
Downgrade ava to version 6.4.1
...
Since we run CI on Node 20 as well as Node 24
2026-05-18 18:07:08 +01:00
Henry Mercer
5a80681bb6
Address review comments
2026-05-18 17:53:50 +01:00
Henry Mercer
bcffb2b658
Unify checks into a single job
2026-05-18 17:33:45 +01:00
Henry Mercer
fcc1e3197f
Action size: Reduce duplication between upload-lib and entry-points
2026-05-18 17:18:03 +01:00
Henry Mercer
6f8805e224
Default setup env vars: Restrict results to src
2026-05-18 17:15:30 +01:00
Henry Mercer
4fc0f3e51b
Add a PR check that comments on significant repo size changes
2026-05-18 16:36:58 +01:00
Michael B. Gale
3dc99aad86
Default to StartProxyRemoveUnusedRegistries behaviour
2026-05-18 16:17:15 +01:00
Henry Mercer
c8a3492b26
Merge pull request #3894 from github/henrymercer/require-codeql-2.19.4
...
Bump minimum CodeQL CLI version to 2.19.4
2026-05-18 14:55:40 +00:00
Henry Mercer
e94195c896
Move changelog note to right place
2026-05-18 14:27:03 +01:00
Henry Mercer
05e8f288eb
Merge branch 'main' into henrymercer/require-codeql-2.19.4
2026-05-15 18:13:43 +01:00
Michael B. Gale
b71f5aebfc
Merge pull request #3898 from github/dependabot/npm_and_yarn/sinon-22.0.0
...
Bump sinon from 21.1.2 to 22.0.0
2026-05-15 14:58:30 +00:00
Henry Mercer
2365a46087
Merge pull request #3908 from github/henrymercer/token-stdin
...
Update scripts to read tokens more securely
2026-05-15 14:54:00 +00:00
Henry Mercer
cf51dca1af
Merge pull request #3893 from github/henrymercer/sha256
...
Add support for SHA-256 Git object IDs
2026-05-15 14:53:55 +00:00
Michael B. Gale
b30a935ea5
Merge branch 'main' into dependabot/npm_and_yarn/sinon-22.0.0
2026-05-15 15:42:13 +01:00
Henry Mercer
5b815f25ca
Merge branch 'main' into henrymercer/sha256
2026-05-15 14:58:14 +01:00
Henry Mercer
93c8a9ed99
Update update-release-branch.py to take token from stdin
2026-05-15 14:53:43 +01:00
Henry Mercer
2a02de1a14
Read token from stdin in sync-checks.ts
...
Also allow specifying the token using an environment variable.
2026-05-15 14:53:43 +01:00
Henry Mercer
67f403822c
Merge pull request #3903 from github/henrymercer/macos-larger-runners
...
PR checks: Run slowest macOS checks on larger runners
2026-05-15 13:32:01 +00:00
Michael B. Gale
bbef5ff663
Merge pull request #3904 from github/mbg/esbuild/split-follow-up
...
Address review comments for #3899
2026-05-15 12:48:02 +00:00
Michael B. Gale
458d36d7d4
Merge pull request #3907 from github/backport-v3.35.5-9e0d7b8d2
...
Merge releases/v4 into releases/v3
2026-05-15 13:40:29 +01:00
Michael B. Gale
70a1165f9a
Resolve conflicts in action.yml files
2026-05-15 13:21:17 +01:00
github-actions[bot]
4b79f1ba10
Rebuild
2026-05-15 12:17:32 +00:00
Michael B. Gale
7187b6ecc7
Merge pull request #3906 from github/mergeback/v4.35.5-to-main-9e0d7b8d
...
Mergeback v4.35.5 refs/heads/releases/v4 into main
2026-05-15 11:50:42 +00:00
github-actions[bot]
f1ce9f4421
Rebuild
2026-05-15 11:30:22 +00:00
github-actions[bot]
b2dd803f6e
Update version and changelog for v3.35.5
2026-05-15 11:26:47 +00:00
github-actions[bot]
0e6a98bb2f
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.35.5-9e0d7b8d2
...
# Conflicts:
# analyze/action.yml
# autobuild/action.yml
# init/action.yml
# resolve-environment/action.yml
# setup-codeql/action.yml
# start-proxy/action.yml
# upload-sarif/action.yml
2026-05-15 11:26:47 +00:00
github-actions[bot]
cb4dbcd837
Revert "Rebuild"
...
This reverts commit ea18e99ca3 .
2026-05-15 11:26:46 +00:00
github-actions[bot]
cad7075882
Revert "Update version and changelog for v3.35.4"
...
This reverts commit 19f4654991 .
2026-05-15 11:26:45 +00:00
github-actions[bot]
06c7e6fdd5
Update changelog and version after v4.35.5
2026-05-15 11:24:05 +00:00
Michael B. Gale
9e0d7b8d25
Merge pull request #3905 from github/update-v4.35.5-d4b485515
...
Merge main into releases/v4
2026-05-15 12:22:46 +01:00
Michael B. Gale
6d7d59927c
Add changelog entry for #3899
2026-05-15 11:58:39 +01:00
github-actions[bot]
51f7e38c69
Update changelog for v4.35.5
2026-05-15 10:48:24 +00:00
Henry Mercer
b43bb7bd69
Merge branch 'main' into henrymercer/sha256
2026-05-15 11:41:47 +01:00
Michael B. Gale
064674dfa3
Fix typo
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-05-15 11:35:47 +01:00
Michael B. Gale
ab5047bf8f
Add missing semicolons
2026-05-15 11:27:58 +01:00
Michael B. Gale
2320f9d058
"action" to "Action" in build.mjs
2026-05-15 11:26:51 +01:00
Michael B. Gale
46959216a2
Rename analyze-action-env.test.ts to analyze-action.test.ts
2026-05-15 11:25:12 +01:00
Michael B. Gale
9e1f914560
Merge analyze-action-input test into analyze-action-env file
...
The tests still can't run in parallel so I had to change `test` to `test.serial`, which caused a bunch of formatting changes.
2026-05-15 11:24:28 +01:00
Michael B. Gale
db84cb5ccb
Remove outdated comments for analyze-action tests
2026-05-15 11:22:17 +01:00
Michael B. Gale
d4b485515e
Merge pull request #3899 from github/mbg/esbuild/split
...
Reduce duplication across JS bundles by creating one bundle with smaller entry point wrappers
2026-05-15 10:11:56 +00:00
Henry Mercer
931147e852
Improve OS types and docs
2026-05-15 11:10:02 +01:00
Michael B. Gale
127de8117f
Merge remote-tracking branch 'origin/main' into mbg/esbuild/split
2026-05-14 19:14:01 +01:00
Michael B. Gale
7fde13f26a
Use src + basename in header to avoid issues on Windows
2026-05-14 19:10:19 +01:00
Michael B. Gale
dfa61e7305
Improve pattern matching and error handling
2026-05-14 18:36:41 +01:00
Michael B. Gale
52aafec073
Import and call runWrapper normally in analyze tests
2026-05-14 18:32:40 +01:00
Michael B. Gale
0d08c01f78
Auto-generate shared bundle
2026-05-14 18:27:46 +01:00
Henry Mercer
1b65777c19
Address review comments
2026-05-14 18:13:20 +01:00
Michael B. Gale
14085a675c
Auto-generate entry points
2026-05-14 18:13:01 +01:00
Henry Mercer
a32db48565
Move checks back to default runners
...
These jobs are not rate-limiting so we don't need to run them on larger runners.
2026-05-14 17:57:11 +01:00
Henry Mercer
aa005faaad
PR checks: Run slowest macOS checks on larger runners
2026-05-14 17:29:44 +01:00
Henry Mercer
fcdf5dd4cf
Add PR checks shortcut to package.json
2026-05-14 17:22:02 +01:00
Henry Mercer
e8d3fa290e
Merge branch 'main' into henrymercer/sha256
2026-05-14 17:10:41 +01:00
Sam Robson
eb17ca4f4d
Merge pull request #3791 from github/sam-robson/overlay-fallback
...
Fall back to non-overlay analysis when diff-informed analysis is unavailable
2026-05-14 15:41:25 +00:00
Sam Robson
a41c444cd9
Merge branch 'main' into sam-robson/overlay-fallback
2026-05-14 15:51:24 +01:00
Michael B. Gale
d7e50c23fe
Fix linter errors
2026-05-14 15:24:33 +01:00
Michael B. Gale
bb30f3132d
Avoid top-level promise in analyze-action
2026-05-14 15:14:03 +01:00
Henry Mercer
336884853e
Merge pull request #3901 from github/henrymercer/minify-test-debug-artifacts
...
Minify test debug artifacts
2026-05-14 14:09:36 +00:00
Michael B. Gale
2f137c9dc6
Add remaining new entry points
2026-05-14 14:55:33 +01:00
Henry Mercer
4795ef8153
Remove now unnecessary test skipping
2026-05-14 14:47:33 +01:00
Michael B. Gale
f0489abddd
Update action specs for new entry points
2026-05-14 14:47:23 +01:00
Henry Mercer
2e202367c7
Reduce size of test debug artifacts
2026-05-14 14:47:13 +01:00
Sam Robson
9d7243005b
Merge remote-tracking branch 'origin/main' into sam-robson/overlay-fallback
...
* origin/main: (40 commits)
Bump the npm-minor group across 1 directory with 3 updates
Bump actions/create-github-app-token
Nit: Tweak JSDoc for `getRawLanguagesNoAutodetect`
Enable only `code-scanning`
Use overlay-aware version for code scanning exclusively
Add changelog entry
Rebuild
Bump five transitive dependencies
Throw error if multiple analysis kinds are specified
Bump fast-xml-builder from 1.1.5 to 1.2.0
Improve tests
Improve error message
Remove dead code
Remove `makeOverlayMatchFeatures` indirection
Add JSDoc for `getRawLanguagesNoAutodetect`
Enable overlay-aware version selection in `setup-codeql`
Minor: Introduce constant to avoid duplication
Improve changelog note
Rebuild
Update changelog and version after v4.35.4
...
# Conflicts:
# lib/init-action.js
# src/diff-informed-analysis-utils.test.ts
2026-05-14 13:39:44 +01:00
Michael B. Gale
237b03b3c3
WIP: Reduce bundle duplication
2026-05-14 12:47:34 +01:00
dependabot[bot]
d4eab006fa
Bump sinon from 21.1.2 to 22.0.0
...
Bumps [sinon](https://github.com/sinonjs/sinon ) from 21.1.2 to 22.0.0.
- [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.1.2...v22.0.0 )
---
updated-dependencies:
- dependency-name: sinon
dependency-version: 22.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-14 10:34:00 +00:00
Henry Mercer
ea37b337cd
Merge pull request #3897 from github/dependabot/npm_and_yarn/npm-minor-afb85bbff8
...
Bump the npm-minor group across 1 directory with 3 updates
2026-05-14 10:09:31 +00:00
Henry Mercer
ba0a2f91b7
Merge pull request #3896 from github/dependabot/github_actions/dot-github/workflows/actions-minor-9f1c31c749
...
Bump actions/create-github-app-token from 3.1.1 to 3.2.0 in /.github/workflows in the actions-minor group across 1 directory
2026-05-14 10:06:09 +00:00
dependabot[bot]
4041a11865
Bump the npm-minor group across 1 directory with 3 updates
...
Bumps the npm-minor group with 3 updates in the / directory: [globals](https://github.com/sindresorhus/globals ), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ) and [yaml](https://github.com/eemeli/yaml ).
Updates `globals` from 17.5.0 to 17.6.0
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v17.5.0...v17.6.0 )
Updates `typescript-eslint` from 8.59.1 to 8.59.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.2/packages/typescript-eslint )
Updates `yaml` from 2.8.3 to 2.8.4
- [Release notes](https://github.com/eemeli/yaml/releases )
- [Commits](https://github.com/eemeli/yaml/compare/v2.8.3...v2.8.4 )
---
updated-dependencies:
- dependency-name: globals
dependency-version: 17.6.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor
- dependency-name: typescript-eslint
dependency-version: 8.59.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: yaml
dependency-version: 2.8.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-13 18:29:17 +00:00
dependabot[bot]
2a6fe1608c
Bump actions/create-github-app-token
...
Bumps the actions-minor group with 1 update in the /.github/workflows directory: [actions/create-github-app-token](https://github.com/actions/create-github-app-token ).
Updates `actions/create-github-app-token` from 3.1.1 to 3.2.0
- [Release notes](https://github.com/actions/create-github-app-token/releases )
- [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/create-github-app-token/compare/v3.1.1...v3.2.0 )
---
updated-dependencies:
- dependency-name: actions/create-github-app-token
dependency-version: 3.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-13 18:28:51 +00:00
Henry Mercer
3c8c0ae6cb
Remove unnecessary sinon restore calls
2026-05-13 18:53:33 +01:00
Henry Mercer
93d215d874
Merge branch 'main' into henrymercer/sha256
2026-05-13 18:44:38 +01:00
Michael B. Gale
4235601f6f
Log error for non-default analysis-kinds input outside of managed workflows
2026-05-13 17:43:16 +01:00
Mads Navntoft
3d6ea97f26
Merge pull request #3891 from github/navntoft/dep/remove-brace-expansion-override
...
Bump brace-expansion and 4 dev dependencies
2026-05-13 15:46:57 +00:00
Michael B. Gale
7d25a3e590
Merge pull request #3892 from github/mbg/analysis-kinds/warn-on-multiple
...
Log error and only enable `code-scanning` if multiple analysis kinds are specified
2026-05-13 15:44:21 +00:00
Michael B. Gale
4dc72761a6
Merge remote-tracking branch 'origin/main' into mbg/analysis-kinds/warn-on-multiple
2026-05-13 16:20:45 +01:00
Henry Mercer
9c3aedb4cd
Update PR check testing matrix
2026-05-13 14:25:03 +01:00
Henry Mercer
a66f7bbb5a
Merge branch 'main' into henrymercer/sha256
2026-05-13 10:51:44 +01:00
Henry Mercer
b986640672
Add note about CODEQL_VERSION_ZSTD_BUNDLE
2026-05-12 19:26:23 +01:00
Henry Mercer
a333d64ec4
Remove DatabaseInterpretResultsSupportsSarifRunProperty tools feature
...
This feature has been supported since CodeQL CLI v2.19.0
2026-05-12 19:26:21 +01:00
Henry Mercer
97fb30df6b
Remove ForceOverwrite tools feature
...
This feature has been supported since CodeQL CLI v2.18.0, which is below the new minimum version.
2026-05-12 19:26:20 +01:00
Henry Mercer
d122da3c9f
Bump minimum CodeQL CLI version to 2.19.4
2026-05-12 19:26:20 +01:00
Henry Mercer
de3e561d12
Improve regex clarity
2026-05-12 19:06:04 +01:00
Henry Mercer
c559992c9e
Merge pull request #3880 from github/henrymercer/overlay-match-codeql-version
...
Overlay: Use overlay-aware CLI version when analyzing PRs
2026-05-12 17:36:31 +00:00
Henry Mercer
6a4e35fad9
Add support for SHA-256 Git object IDs
2026-05-12 18:24:21 +01:00
Henry Mercer
8d217609b0
Nit: Tweak JSDoc for getRawLanguagesNoAutodetect
2026-05-12 16:21:44 +01:00
Michael B. Gale
257b3d3fc8
Enable only code-scanning
2026-05-12 15:46:28 +01:00
Henry Mercer
201a96b541
Use overlay-aware version for code scanning exclusively
2026-05-12 15:25:40 +01:00
Michael B. Gale
312a2fee96
Add changelog entry
2026-05-12 15:03:58 +01:00
Mads Navntoft
2ca0fbdca8
Rebuild
2026-05-12 15:59:34 +02:00
Mads Navntoft
12c1d88854
Bump five transitive dependencies
...
Bumps the following to their latest patched versions:
brace-expansion (under readdir-glob): 2.0.2 → 2.1.0
picomatch (under micromatch): 2.3.1 → 2.3.2
picomatch (top level): 4.0.3 → 4.0.4
flatted: 3.3.3 → 3.4.2
js-yaml (under supertap): 3.14.1 → 3.14.2
The brace-expansion bump requires removing the brace-expansion override
in package.json, which had been pinning resolution below the existing
^2.0.1 constraint declared by readdir-glob.
2026-05-12 15:59:34 +02:00
Michael B. Gale
70419e3273
Throw error if multiple analysis kinds are specified
2026-05-12 14:54:11 +01:00
Michael B. Gale
b62aaa99a5
Merge pull request #3889 from github/dependabot/npm_and_yarn/fast-xml-builder-1.2.0
...
Bump fast-xml-builder from 1.1.5 to 1.2.0
2026-05-11 14:59:28 +00:00
dependabot[bot]
2f2dbd2e78
Bump fast-xml-builder from 1.1.5 to 1.2.0
...
Bumps [fast-xml-builder](https://github.com/NaturalIntelligence/fast-xml-builder ) from 1.1.5 to 1.2.0.
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-builder/blob/main/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-builder/compare/v1.1.5...v1.2.0 )
---
updated-dependencies:
- dependency-name: fast-xml-builder
dependency-version: 1.2.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-08 19:05:11 +00:00
Henry Mercer
b4ea7aa65a
Improve tests
2026-05-08 19:16:48 +01:00
Henry Mercer
87ac48dae6
Improve error message
2026-05-08 19:16:47 +01:00
Henry Mercer
42d7f62579
Remove dead code
2026-05-08 19:16:46 +01:00
Henry Mercer
540699dcca
Remove makeOverlayMatchFeatures indirection
2026-05-08 19:14:05 +01:00
Henry Mercer
9a85234875
Add JSDoc for getRawLanguagesNoAutodetect
2026-05-08 19:14:05 +01:00
Henry Mercer
2a950b930c
Enable overlay-aware version selection in setup-codeql
2026-05-08 19:14:05 +01:00
Henry Mercer
4f815a68d3
Minor: Introduce constant to avoid duplication
2026-05-08 19:14:04 +01:00
Henry Mercer
0aedbb71d8
Merge branch 'main' into henrymercer/overlay-match-codeql-version
2026-05-08 19:10:45 +01:00
Henry Mercer
868e2ea564
Merge pull request #3886 from github/mergeback/v4.35.4-to-main-68bde559
...
Mergeback v4.35.4 refs/heads/releases/v4 into main
2026-05-08 14:25:20 +00:00
Henry Mercer
792c223bc1
Merge pull request #3875 from github/dependabot/npm_and_yarn/npm-minor-c8e071f5f8
...
Bump the npm-minor group across 1 directory with 4 updates
2026-05-08 14:25:05 +00:00
Paolo Tranquilli
7fd177fa68
Merge pull request #3887 from github/backport-v3.35.4-68bde559d
...
Merge releases/v4 into releases/v3
2026-05-08 08:19:44 +02:00
Henry Mercer
efc9b0a9e3
Improve changelog note
...
Co-authored-by: Michael B. Gale <mbg@github.com >
2026-05-07 18:44:08 +01:00
github-actions[bot]
ea18e99ca3
Rebuild
2026-05-07 16:19:46 +00:00
github-actions[bot]
272ada693f
Rebuild
2026-05-07 15:58:38 +00:00
github-actions[bot]
610a6682b6
Merge remote-tracking branch 'origin/main' into mergeback/v4.35.4-to-main-68bde559
2026-05-07 15:57:56 +00:00
github-actions[bot]
19f4654991
Update version and changelog for v3.35.4
2026-05-07 15:56:10 +00:00
github-actions[bot]
8f15c6f1ad
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.35.4-68bde559d
2026-05-07 15:56:06 +00:00
github-actions[bot]
349cedea3b
Revert "Rebuild"
...
This reverts commit 30f0c9d081 .
2026-05-07 15:56:06 +00:00
github-actions[bot]
f0ffd5714c
Revert "Update version and changelog for v3.35.3"
...
This reverts commit 3530cdd15e .
2026-05-07 15:56:05 +00:00
github-actions[bot]
1627096569
Update changelog and version after v4.35.4
2026-05-07 15:54:04 +00:00
Paolo Tranquilli
68bde559de
Merge pull request #3885 from github/update-v4.35.4-803d9e8c3
...
Merge main into releases/v4
2026-05-07 17:52:37 +02:00
github-actions[bot]
9739ad2d18
Update changelog for v4.35.4
2026-05-07 15:21:52 +00:00
Henry Mercer
b81d0d250f
Merge pull request #3874 from github/henrymercer/slow-tests-ci-only
...
Tests: Run slow `scanArtifactsForTokens` test in CI only by default
2026-05-07 15:04:47 +00:00
Michael B. Gale
a16cb53dd8
Merge pull request #3884 from github/mbg/dev/no-build-metadata
...
Do not run `bundle-metadata.ts` as part of `npm run build`
2026-05-07 15:02:21 +00:00
Michael B. Gale
803d9e8c3c
Merge pull request #3883 from github/mbg/test/macro-wrapper
...
Add more strongly typed wrapper around `test.macro`
2026-05-07 14:46:34 +00:00
Henry Mercer
0c80cee806
Add explicit error on Windows
2026-05-07 15:39:42 +01:00
Michael B. Gale
d032ee8c47
Do not run bundle-metadata.ts as part of npm run build
2026-05-07 15:38:28 +01:00
Michael B. Gale
0fd9c7d135
Merge pull request #3882 from github/dependabot/github_actions/dot-github/workflows/actions-minor-4a0b9de8bd
...
Bump ruby/setup-ruby from 1.305.0 to 1.306.0 in /.github/workflows in the actions-minor group across 1 directory
2026-05-07 14:17:36 +00:00
Michael B. Gale
922d6fb888
Use makeMacro instead of test.macro
2026-05-07 14:59:42 +01:00
Michael B. Gale
df77e87896
Update test macro snippet
2026-05-07 14:59:42 +01:00
Michael B. Gale
6e3f985e4f
Add wrapper for test.macro
2026-05-07 14:59:42 +01:00
Paolo Tranquilli
e7a347dfb1
Merge pull request #3881 from github/update-bundle/codeql-bundle-v2.25.4
...
Update default bundle to 2.25.4
2026-05-07 13:41:36 +00:00
github-actions[bot]
17eabb2500
Rebuild
2026-05-07 13:23:54 +00:00
dependabot[bot]
aaef09c48d
Bump ruby/setup-ruby
...
Bumps the actions-minor group with 1 update in the /.github/workflows directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby ).
Updates `ruby/setup-ruby` from 1.305.0 to 1.306.0
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](https://github.com/ruby/setup-ruby/compare/0cb964fd540e0a24c900370abf38a33466142735...c4e5b1316158f92e3d49443a9d58b31d25ac0f8f )
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.306.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-07 13:21:45 +00:00
github-actions[bot]
ae1b9155d3
Add changelog note
2026-05-07 12:49:22 +00:00
github-actions[bot]
9f82f88f07
Update default bundle to codeql-bundle-v2.25.4
2026-05-07 12:49:13 +00:00
Henry Mercer
7525c68ea1
Nit: Dedupe languages
2026-05-07 11:01:15 +01:00
Henry Mercer
01bc9be56a
Filter to code scanning only
2026-05-07 11:00:54 +01:00
Sam Robson
9d6b456c59
Merge branch 'main' into sam-robson/overlay-fallback
2026-05-06 20:26:20 +01:00
Sam Robson
e259d26055
refactor: rename overlay-disabled reason and add changelog entry
2026-05-06 20:23:20 +01:00
Henry Mercer
817b68489e
Merge branch 'main' into henrymercer/overlay-match-codeql-version
2026-05-06 19:20:52 +01:00
Henry Mercer
1b5632783c
Add changelog note
2026-05-06 19:13:25 +01:00
github-actions[bot]
1848b73afa
Rebuild
2026-05-06 18:01:54 +00:00
dependabot[bot]
d1e9792bc8
Bump the npm-minor group across 1 directory with 4 updates
...
Bumps the npm-minor group with 4 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ), [eslint](https://github.com/eslint/eslint ), [typescript](https://github.com/microsoft/TypeScript ) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ).
Updates `@types/node` from 20.19.9 to 20.19.39
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Updates `eslint` from 9.39.2 to 9.39.4
- [Release notes](https://github.com/eslint/eslint/releases )
- [Commits](https://github.com/eslint/eslint/compare/v9.39.2...v9.39.4 )
Updates `typescript` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Commits](https://github.com/microsoft/TypeScript/compare/v6.0.2...v6.0.3 )
Updates `typescript-eslint` from 8.58.2 to 8.59.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.1/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 20.19.39
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: eslint
dependency-version: 9.39.4
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: typescript
dependency-version: 6.0.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: typescript-eslint
dependency-version: 8.59.1
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-06 17:59:44 +00:00
Henry Mercer
2c9cd77837
Tests: Run slow scanArtifactsForTokens test in CI only by default
2026-05-06 18:45:24 +01:00
Henry Mercer
b967fdfbdc
Add dry run mode so we can dark ship
2026-05-06 18:30:24 +01:00
Henry Mercer
55d6319f96
Match CLI version to cached overlay-base database
2026-05-06 18:01:37 +01:00
Henry Mercer
b0942116d7
Expose all enabled default CLI versions
2026-05-06 17:45:56 +01:00
Paolo Tranquilli
bc0b696b41
Merge pull request #3785 from github/mbg/dep/update-undici
...
Bump `undici` to at least `6.24.0`
2026-05-06 15:24:07 +00:00
Henry Mercer
a796e3e4ed
Add OverlayAnalysisMatchCodeqlVersion feature flag
2026-05-06 15:14:04 +01:00
Michael B. Gale
f9bb0e001c
Merge branch 'main' into mbg/dep/update-undici
2026-05-06 14:16:25 +01:00
Henry Mercer
4b7faf0b3d
Merge pull request #3809 from github/henrymercer/determine-overlay-version
...
Overlay: Determine which versions of CodeQL are compatible with cached base DBs
2026-05-06 12:30:56 +00:00
Henry Mercer
09a1d9ec2a
Add note about cache eviction
2026-05-05 18:54:16 +01:00
Henry Mercer
f64a4491cf
Add links to API docs
2026-05-05 18:48:09 +01:00
Henry Mercer
7fc86e0c37
Update type import syntax
2026-05-05 18:43:10 +01:00
Henry Mercer
5997e25ad9
Update listActionsCaches doc
2026-05-05 18:43:01 +01:00
Henry Mercer
7587714d0a
Revert "Mitigate caches being evicted before they can be downloaded"
...
This reverts commit 1279e8d41c .
2026-05-05 18:37:17 +01:00
Sam Robson
8ab64a211d
Merge branch 'main' into sam-robson/overlay-fallback
2026-05-01 16:35:49 +01:00
Michael B. Gale
0daab03d71
Merge pull request #3869 from github/backport-v3.35.3-e46ed2cbd
2026-05-01 15:42:49 +01:00
Michael B. Gale
a723e99345
Merge pull request #3868 from github/mergeback/v4.35.3-to-main-e46ed2cb
...
Mergeback v4.35.3 refs/heads/releases/v4 into main
2026-05-01 14:34:01 +00:00
github-actions[bot]
30f0c9d081
Rebuild
2026-05-01 14:16:34 +00:00
github-actions[bot]
3530cdd15e
Update version and changelog for v3.35.3
2026-05-01 14:09:52 +00:00
github-actions[bot]
8280251823
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.35.3-e46ed2cbd
2026-05-01 14:09:51 +00:00
github-actions[bot]
e511c7b2e0
Revert "Rebuild"
...
This reverts commit c186c7b484 .
2026-05-01 14:09:50 +00:00
github-actions[bot]
50052a22af
Revert "Update version and changelog for v3.35.2"
...
This reverts commit 8bcc8f23a2 .
2026-05-01 14:09:50 +00:00
github-actions[bot]
fbba1e03be
Rebuild
2026-05-01 14:09:49 +00:00
github-actions[bot]
933238e8d5
Update changelog and version after v4.35.3
2026-05-01 14:06:46 +00:00
Michael B. Gale
e46ed2cbd0
Merge pull request #3867 from github/update-v4.35.3-8c6e48dbe
...
Merge main into releases/v4
2026-05-01 15:05:28 +01:00
Michael B. Gale
b73d1d1634
Add changelog entry for #3853
2026-05-01 14:09:58 +01:00
Michael B. Gale
24e0bb00a9
Reorder changelog entries
2026-05-01 14:07:12 +01:00
github-actions[bot]
ec298daba7
Update changelog for v4.35.3
2026-05-01 12:57:50 +00:00
Sam Robson
f8b93c30a6
Merge branch 'main' into sam-robson/overlay-fallback
2026-05-01 11:28:43 +01:00
Henry Mercer
8c6e48dbe0
Merge pull request #3865 from github/update-bundle/codeql-bundle-v2.25.3
...
Update default bundle to 2.25.3
2026-04-30 16:07:18 +00:00
Sam Robson
80a72986d3
fix: re-import withGroupAsync in init-action.ts after merge
2026-04-30 16:48:45 +01:00
Sam Robson
e9e36aec74
test: drop codescanning-config-cli scenario for overlay without diff-informed
2026-04-30 16:39:05 +01:00
github-actions[bot]
719098349e
Add changelog note
2026-04-30 15:31:49 +00:00
github-actions[bot]
2bb209555a
Update default bundle to codeql-bundle-v2.25.3
2026-04-30 15:31:40 +00:00
Sam Robson
4ed52dcbfa
Merge branch 'main' into sam-robson/overlay-fallback
2026-04-30 16:24:23 +01:00
Sam Robson
3cc8dd3e59
refactor: report missing PR diff ranges via OverlayDisabledReason and disable overlay
2026-04-30 16:12:30 +01:00
Michael B. Gale
7851e55dc3
Merge pull request #3850 from github/mbg/private-registry/cloudsmith-gcp
...
Private registries: Add support for Cloudsmith and GCP OIDC configurations
2026-04-30 13:33:44 +00:00
Michael B. Gale
262a15f6cf
Add generic non-printable chars test for OIDC configs
2026-04-30 14:10:36 +01:00
Michael B. Gale
a6109b1c07
Merge pull request #3853 from github/mbg/start-proxy/improved-checks
...
Improve connection tests
2026-04-30 12:48:34 +00:00
Michael B. Gale
022ff3c73f
Merge remote-tracking branch 'origin/main' into mbg/private-registry/cloudsmith-gcp
2026-04-30 13:43:29 +01:00
Michael B. Gale
0a4d574ac4
Add changelog entry
2026-04-30 13:42:29 +01:00
Michael B. Gale
d1edf2e4de
Improve replaces-base validation and add tests
2026-04-30 13:41:13 +01:00
Henry Mercer
facd53f789
Merge pull request #3859 from github/dependabot/npm_and_yarn/ava/typescript-7.0.0
...
Bump @ava/typescript from 6.0.0 to 7.0.0
2026-04-30 12:30:35 +00:00
Michael B. Gale
b77983290b
Fix permutations comment
2026-04-30 13:28:42 +01:00
Henry Mercer
fcf29e3d86
Merge pull request #3862 from github/dependabot/github_actions/dot-github/workflows/actions-minor-933f87fbf1
...
Bump ruby/setup-ruby from 1.301.0 to 1.305.0 in /.github/workflows in the actions-minor group across 1 directory
2026-04-30 12:17:13 +00:00
Henry Mercer
1fed3e9ba8
Merge branch 'main' into dependabot/npm_and_yarn/ava/typescript-7.0.0
2026-04-30 13:10:19 +01:00
Michael B. Gale
549683cee5
Make it clearer what the expectations for isUsernamePassword are
2026-04-30 12:49:49 +01:00
Michael B. Gale
7a6ed56219
Modify FromSchema so that optional properties are actually optional
2026-04-30 11:54:21 +01:00
Michael B. Gale
91fbc51606
Improve validateSchema comment
2026-04-30 11:46:01 +01:00
Michael B. Gale
35715ef8fe
Improve typing of cloneCredential
2026-04-30 11:43:54 +01:00
Michael B. Gale
bac7fdaf42
Fix linter error
2026-04-30 11:26:12 +01:00
Henry Mercer
1517969c90
Merge pull request #3837 from github/update-supported-enterprise-server-versions
...
Update supported GitHub Enterprise Server versions
2026-04-30 10:16:37 +00:00
github-actions[bot]
f073360456
Rebuild
2026-04-29 18:02:23 +00:00
dependabot[bot]
5145c112e7
Bump ruby/setup-ruby
...
Bumps the actions-minor group with 1 update in the /.github/workflows directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby ).
Updates `ruby/setup-ruby` from 1.301.0 to 1.305.0
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](https://github.com/ruby/setup-ruby/compare/4c56a21280b36d862b5fc31348f463d60bdc55d5...0cb964fd540e0a24c900370abf38a33466142735 )
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.305.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-29 18:00:14 +00:00
dependabot[bot]
7108503ac6
Bump @ava/typescript from 6.0.0 to 7.0.0
...
Bumps [@ava/typescript](https://github.com/avajs/typescript ) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/avajs/typescript/releases )
- [Commits](https://github.com/avajs/typescript/compare/v6.0.0...v7.0.0 )
---
updated-dependencies:
- dependency-name: "@ava/typescript"
dependency-version: 7.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-29 17:59:33 +00:00
Henry Mercer
4fe9b1e243
Merge pull request #3856 from github/henrymercer/overlay-add-log-group
...
Add log group for downloading overlay-base DB
2026-04-29 10:51:09 +00:00
Henry Mercer
56733fb5ae
Add log group for downloading overlay-base DB
2026-04-28 19:00:28 +01:00
Henry Mercer
0a636086c9
Add GHES 3.21 to supported versions table
2026-04-28 15:32:55 +01:00
Henry Mercer
97be3af35a
Deprecate CodeQL versions 2.19.3 and earlier
2026-04-28 15:32:55 +01:00
github-actions[bot]
de303a9db5
Update supported GitHub Enterprise Server versions
2026-04-28 15:24:46 +01:00
Michael B. Gale
7a818e6977
Log disclaimer about connection tests, with link to docs
2026-04-28 13:45:53 +01:00
Michael B. Gale
30e0f4391d
Use /v3/index.json for NuGet feed check
2026-04-28 13:45:52 +01:00
Henry Mercer
7c5585e5cf
Merge pull request #3852 from github/henrymercer/avoid-diagnostic-collisions
...
Add random suffix when writing diagnostics to avoid filename collisions
2026-04-28 12:04:59 +00:00
Henry Mercer
245f6828c4
Use a counter instead of Math.random for diagnostic filename suffix
2026-04-28 12:42:42 +01:00
Henry Mercer
c109008fac
Add changelog note
2026-04-28 11:40:03 +01:00
Henry Mercer
e73c940c9b
Defensively sanitize timestamp
2026-04-28 11:40:02 +01:00
Henry Mercer
cdb655d6d4
Add random suffix when writing diagnostics to avoid filename collisions
2026-04-28 11:39:40 +01:00
Michael B. Gale
6153577cab
Switch from HEAD to GET requests
...
Not all registry implementations support `HEAD` correctly.
2026-04-28 10:42:27 +01:00
Óscar San José
8f02cfa11d
Update from main and Rebuild
2026-04-27 19:30:21 +02:00
Michael B. Gale
0ed734b61b
Ignore test files
2026-04-25 18:36:22 +01:00
Michael B. Gale
efdcb31f11
Accept replaces-base option
2026-04-25 18:36:22 +01:00
Michael B. Gale
4d2c7c6e10
Validate GCP OIDC configurations
2026-04-25 18:36:22 +01:00
Michael B. Gale
70b2658d23
Validate Cloudsmith OIDC configurations
2026-04-25 18:36:21 +01:00
Michael B. Gale
530fcb3bbf
Group OIDC schemas into an array
2026-04-25 18:36:19 +01:00
Michael B. Gale
2acf81942b
Add tests for getAuthConfig
2026-04-25 18:34:00 +01:00
Michael B. Gale
d2a54a4507
Add schemas for basic credential types
2026-04-25 18:33:01 +01:00
Michael B. Gale
bc4097bbe1
Simplify credential cloning in getAuthConfig
2026-04-25 18:23:11 +01:00
Michael B. Gale
c8e26e209a
Move getAuthConfig out of start-proxy.ts
2026-04-25 16:49:05 +01:00
Michael B. Gale
0752451507
Use schema/validation for existing OIDC config types
2026-04-25 16:49:05 +01:00
Michael B. Gale
243c274daf
Add simple JSON schema / validation helpers
2026-04-25 15:35:50 +01:00
Sam Robson
5ded561dcd
Merge branch 'main' into sam-robson/overlay-fallback
2026-04-24 06:39:07 +01:00
Henry Mercer
19b3a84f58
Merge pull request #3849 from github/henrymercer/simplify-diff-range-interface
...
Simplify `writeDiffRangeDataExtensionPack` interface
2026-04-23 20:29:05 +00:00
Sam Robson
faca00d3ae
refactor: address review feedback on overlay fallback
2026-04-23 20:38:10 +01:00
Henry Mercer
858a6149c1
Simplify writeDiffRangeDataExtensionPack interface
2026-04-23 16:47:15 +01:00
Sam Robson
5d1c58464f
refactor: fall back to non-overlay analysis when diff-informed analysis is unavailable
2026-04-23 12:10:22 +01:00
Henry Mercer
c60c75576d
Merge pull request #3848 from github/dependabot/npm_and_yarn/fast-xml-parser-5.7.1
...
Bump fast-xml-parser from 5.5.7 to 5.7.1
2026-04-22 23:03:27 +00:00
Henry Mercer
59aede2113
Merge pull request #3847 from github/dependabot/npm_and_yarn/uuid-14.0.0
...
Bump uuid from 13.0.0 to 14.0.0
2026-04-22 23:02:16 +00:00
github-actions[bot]
6c35f8607b
Rebuild
2026-04-22 21:54:06 +00:00
github-actions[bot]
c486cacf49
Rebuild
2026-04-22 21:53:49 +00:00
dependabot[bot]
365478cc5b
Bump fast-xml-parser from 5.5.7 to 5.7.1
...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser ) from 5.5.7 to 5.7.1.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases )
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.5.7...v5.7.1 )
---
updated-dependencies:
- dependency-name: fast-xml-parser
dependency-version: 5.7.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-22 21:52:05 +00:00
dependabot[bot]
f0e6490756
Bump uuid from 13.0.0 to 14.0.0
...
Bumps [uuid](https://github.com/uuidjs/uuid ) from 13.0.0 to 14.0.0.
- [Release notes](https://github.com/uuidjs/uuid/releases )
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v13.0.0...v14.0.0 )
---
updated-dependencies:
- dependency-name: uuid
dependency-version: 14.0.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-22 21:51:48 +00:00
Henry Mercer
860353f245
Merge pull request #3840 from github/dependabot/npm_and_yarn/npm-minor-580efa6e3b
...
Bump the npm-minor group across 1 directory with 3 updates
2026-04-22 20:59:20 +00:00
Henry Mercer
4fb8483ef0
Merge pull request #3835 from github/dependabot/npm_and_yarn/eslint-import-resolver-typescript-4.4.4
...
Bump eslint-import-resolver-typescript from 3.8.7 to 4.4.4
2026-04-22 20:33:35 +00:00
dependabot[bot]
c2574efbee
Bump the npm-minor group across 1 directory with 3 updates
...
Bumps the npm-minor group with 3 updates in the / directory: [globals](https://github.com/sindresorhus/globals ), [sinon](https://github.com/sinonjs/sinon ) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ).
Updates `globals` from 17.4.0 to 17.5.0
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v17.4.0...v17.5.0 )
Updates `sinon` from 21.0.3 to 21.1.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.3...v21.1.2 )
Updates `typescript-eslint` from 8.58.1 to 8.58.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.2/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: globals
dependency-version: 17.5.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor
- dependency-name: sinon
dependency-version: 21.1.2
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor
- dependency-name: typescript-eslint
dependency-version: 8.58.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-22 17:58:53 +00:00
Henry Mercer
4cbe7bef85
Merge pull request #3839 from github/henrymercer/workflow-run-triggers
...
Escape "+"s in `on.workflow_run.workflows`
2026-04-22 10:44:53 +00:00
Henry Mercer
f6a5638305
Escape "+"s in on.workflow_run.workflows
2026-04-22 11:14:07 +01:00
Henry Mercer
1279e8d41c
Mitigate caches being evicted before they can be downloaded
2026-04-22 00:04:57 +01:00
Henry Mercer
af1f613989
Use type-only imports
2026-04-21 23:49:37 +01:00
Henry Mercer
5026833be5
Document exclusion of nightlies
2026-04-21 23:35:29 +01:00
Henry Mercer
201ddc275d
Retrieve CodeQL versions associated with cached overlay base DBs
2026-04-21 22:18:59 +01:00
Henry Mercer
1dcdb940d5
Merge pull request #3830 from github/henrymercer/deflake
...
Add workflow to rerun potentially transient failures
2026-04-21 10:57:19 +00:00
Henry Mercer
0b7b740d4c
Merge pull request #3831 from github/dependabot/npm_and_yarn/npm-minor-f46f1f14d7
...
Bump the npm-minor group across 1 directory with 2 updates
2026-04-16 11:08:29 +00:00
Henry Mercer
0ac85966ba
Merge branch 'main' into dependabot/npm_and_yarn/npm-minor-f46f1f14d7
2026-04-16 11:49:39 +01:00
dependabot[bot]
5019ed041c
Bump eslint-import-resolver-typescript from 3.8.7 to 4.4.4
...
Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript ) from 3.8.7 to 4.4.4.
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases )
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.8.7...v4.4.4 )
---
updated-dependencies:
- dependency-name: eslint-import-resolver-typescript
dependency-version: 4.4.4
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-15 17:58:58 +00:00
dependabot[bot]
d64d81d41f
Bump the npm-minor group across 1 directory with 2 updates
...
Bumps the npm-minor group with 2 updates in the / directory: [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat ) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint ).
Updates `@eslint/compat` from 2.0.4 to 2.0.5
- [Release notes](https://github.com/eslint/rewrite/releases )
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md )
- [Commits](https://github.com/eslint/rewrite/commits/compat-v2.0.5/packages/compat )
Updates `typescript-eslint` from 8.58.0 to 8.58.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.1/packages/typescript-eslint )
---
updated-dependencies:
- dependency-name: "@eslint/compat"
dependency-version: 2.0.5
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: typescript-eslint
dependency-version: 8.58.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-15 17:58:27 +00:00
Henry Mercer
6777c894e9
Merge pull request #3811 from github/henrymercer/record-all-builtin-languages
...
Store all built-in languages
2026-04-15 17:57:19 +00:00
Henry Mercer
79f9c0517c
Merge remote-tracking branch 'origin/main' into henrymercer/record-all-builtin-languages
...
# Conflicts:
# lib/start-proxy-action.js
# src/known-language-aliases.json
2026-04-15 18:36:47 +01:00
Henry Mercer
3b3a77544b
Rename job
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-04-15 18:34:13 +01:00
Henry Mercer
9f95de42d6
Add workflow to rerun potentially transient failures
2026-04-15 18:28:17 +01:00
Henry Mercer
e2d518d895
Merge pull request #3827 from github/dependabot/npm_and_yarn/follow-redirects-1.16.0
...
Bump follow-redirects from 1.15.11 to 1.16.0
2026-04-15 12:47:52 +00:00
github-actions[bot]
9df9e9176e
Rebuild
2026-04-15 12:20:46 +00:00
dependabot[bot]
6847a42aa8
Bump follow-redirects from 1.15.11 to 1.16.0
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.11 to 1.16.0.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.11...v1.16.0 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-version: 1.16.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-15 12:18:36 +00:00
Henry Mercer
f820c80d4d
Merge pull request #3825 from github/mergeback/v4.35.2-to-main-95e58e9a
...
Mergeback v4.35.2 refs/heads/releases/v4 into main
2026-04-15 11:56:45 +00:00
Henry Mercer
ce64ddcb0d
Merge pull request #3826 from github/backport-v3.35.2-95e58e9a2
...
Merge releases/v4 into releases/v3
2026-04-15 12:51:20 +01:00
github-actions[bot]
c186c7b484
Rebuild
2026-04-15 11:30:55 +00:00
github-actions[bot]
ca7d6d3b79
Rebuild
2026-04-15 11:27:36 +00:00
github-actions[bot]
8bcc8f23a2
Update version and changelog for v3.35.2
2026-04-15 11:26:58 +00:00
github-actions[bot]
834786ac9b
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.35.2-95e58e9a2
2026-04-15 11:26:57 +00:00
github-actions[bot]
047c547345
Revert "Rebuild"
...
This reverts commit 646729a1e2 .
2026-04-15 11:26:56 +00:00
github-actions[bot]
7ca215887b
Revert "Update version and changelog for v3.35.1"
...
This reverts commit c983cb8e74 .
2026-04-15 11:26:56 +00:00
github-actions[bot]
8d9c36a0ce
Update changelog and version after v4.35.2
2026-04-15 11:24:19 +00:00
Henry Mercer
95e58e9a2c
Merge pull request #3824 from github/update-v4.35.2-d2e135a73
...
Merge main into releases/v4
2026-04-15 12:22:51 +01:00
github-actions[bot]
6f31bfe060
Update changelog for v4.35.2
2026-04-15 10:56:23 +00:00
Henry Mercer
d2e135a73a
Merge pull request #3823 from github/update-bundle/codeql-bundle-v2.25.2
...
Update default bundle to 2.25.2
2026-04-15 10:06:23 +00:00
github-actions[bot]
60abb65df0
Add changelog note
2026-04-15 09:39:31 +00:00
github-actions[bot]
5a0a562209
Update default bundle to codeql-bundle-v2.25.2
2026-04-15 09:39:24 +00:00
Henry Mercer
f8b62132ab
Include experimental languages
2026-04-14 17:38:26 +01:00
Henry Mercer
65216971a1
Merge pull request #3820 from github/dependabot/github_actions/dot-github/workflows/actions-minor-cc17fecf2b
...
Bump the actions-minor group across 1 directory with 2 updates
2026-04-13 18:04:26 +00:00
Henry Mercer
3c45af2dd2
Merge pull request #3821 from github/dependabot/npm_and_yarn/npm-minor-345b938e93
...
Bump the npm-minor group across 1 directory with 6 updates
2026-04-13 17:59:04 +00:00
github-actions[bot]
f1c339364c
Rebuild
2026-04-13 17:31:19 +00:00
github-actions[bot]
1024fc496c
Rebuild
2026-04-13 17:30:13 +00:00
dependabot[bot]
9dd4cfed96
Bump the npm-minor group across 1 directory with 6 updates
...
Bumps the npm-minor group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js ) | `8.0.3` | `8.1.0` |
| [jsonschema](https://github.com/tdegrunt/jsonschema ) | `1.4.1` | `1.5.0` |
| [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat ) | `2.0.3` | `2.0.4` |
| [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon ) | `21.0.0` | `21.0.1` |
| [esbuild](https://github.com/evanw/esbuild ) | `0.27.4` | `0.28.0` |
| [nock](https://github.com/nock/nock ) | `14.0.11` | `14.0.12` |
Updates `@octokit/plugin-retry` from 8.0.3 to 8.1.0
- [Release notes](https://github.com/octokit/plugin-retry.js/releases )
- [Commits](https://github.com/octokit/plugin-retry.js/compare/v8.0.3...v8.1.0 )
Updates `jsonschema` from 1.4.1 to 1.5.0
- [Commits](https://github.com/tdegrunt/jsonschema/commits )
Updates `@eslint/compat` from 2.0.3 to 2.0.4
- [Release notes](https://github.com/eslint/rewrite/releases )
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md )
- [Commits](https://github.com/eslint/rewrite/commits/compat-v2.0.4/packages/compat )
Updates `@types/sinon` from 21.0.0 to 21.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon )
Updates `esbuild` from 0.27.4 to 0.28.0
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.27.4...v0.28.0 )
Updates `nock` from 14.0.11 to 14.0.12
- [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/v14.0.11...v14.0.12 )
---
updated-dependencies:
- dependency-name: "@octokit/plugin-retry"
dependency-version: 8.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: npm-minor
- dependency-name: jsonschema
dependency-version: 1.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: npm-minor
- dependency-name: "@eslint/compat"
dependency-version: 2.0.4
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: "@types/sinon"
dependency-version: 21.0.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: esbuild
dependency-version: 0.28.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor
- dependency-name: nock
dependency-version: 14.0.12
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-13 17:29:04 +00:00
dependabot[bot]
c1403f094c
Bump the actions-minor group across 1 directory with 2 updates
...
Bumps the actions-minor group with 2 updates in the /.github/workflows directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) and [actions/create-github-app-token](https://github.com/actions/create-github-app-token ).
Updates `ruby/setup-ruby` from 1.295.0 to 1.300.0
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](https://github.com/ruby/setup-ruby/compare/319994f95fa847cf3fb3cd3dbe89f6dcde9f178f...4c56a21280b36d862b5fc31348f463d60bdc55d5 )
Updates `actions/create-github-app-token` from 3.0.0 to 3.1.1
- [Release notes](https://github.com/actions/create-github-app-token/releases )
- [Commits](https://github.com/actions/create-github-app-token/compare/v3.0.0...v3.1.1 )
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.300.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-minor
- dependency-name: actions/create-github-app-token
dependency-version: 3.1.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-13 17:27:57 +00:00
Henry Mercer
90d7616015
Merge branch 'main' into henrymercer/record-all-builtin-languages
2026-04-13 18:00:09 +01:00
Henry Mercer
1aef4ed505
Exclude new TypeScript code from package tests
...
Avoid new source code changing expected output
2026-04-13 17:37:29 +01:00
Henry Mercer
cb52ba6486
Refactoring: Split up script
2026-04-13 17:03:20 +01:00
Henry Mercer
7c9e131894
Add constant for builtin languages file path
2026-04-13 16:57:47 +01:00
Henry Mercer
130ab2d721
Improve JSDoc
2026-04-13 16:54:06 +01:00
Henry Mercer
8cf2dc52f9
Fix casing mismatch
2026-04-13 16:49:31 +01:00
Henry Mercer
8339b9254e
Merge pull request #3819 from github/henrymercer/refactor-overlay-caching
...
Refactoring: Introduce `overlay/caching.ts`
2026-04-13 15:49:12 +00:00
Henry Mercer
97bcdd8c1e
Move script to pr-checks directory
2026-04-13 16:49:10 +01:00
Henry Mercer
e6c21da23c
Refactoring: Rename KnownLanguage to BuiltInLanguage
2026-04-10 19:09:47 +01:00
Henry Mercer
bad0a744dd
Store all built-in languages
...
While we want the CodeQL Action to work with third-party language support, having a list of all built-in languages can help us create better type-level checks to ensure that we don't miss things that we want to customize for each of our built-in languages.
2026-04-10 19:09:46 +01:00
Michael B. Gale
ee09113642
Merge pull request #3810 from github/mbg/ts6/fix-pr-checks
...
Fix `pr-checks/tsconfig.json` for TS6
2026-04-10 18:02:01 +00:00
Michael B. Gale
b669eab7e3
Explicitly add pr-checks to Dependabot config
2026-04-10 16:58:30 +01:00
Henry Mercer
4e8c9ce33c
Refactoring: Introduce overlay/caching.ts
2026-04-10 14:55:12 +01:00
Michael B. Gale
1cf0431149
Set module option for pr-checks/tsconfig.json
2026-04-10 13:22:36 +01:00
Michael B. Gale
a26cb68cc7
Merge pull request #3807 from github/mbg/start-proxy/fix-field-names
...
Fix OIDC credential property names
2026-04-10 09:18:24 +00:00
Henry Mercer
60991e61ac
Merge pull request #3806 from github/henrymercer/store-language-aliases
...
Store language aliases from linked CLI
2026-04-10 09:16:45 +00:00
Michael B. Gale
7197c2b792
Add changelog entry
2026-04-09 19:01:45 +01:00
Henry Mercer
597e12aa85
Merge pull request #3801 from github/henrymercer/swift-incompatible-os
...
Mark Swift incompatible OS as configuration error
2026-04-09 17:30:06 +00:00
Michael B. Gale
d277a56348
Fix OIDC credential property names
2026-04-09 17:48:52 +01:00
Henry Mercer
111a537cd9
Update start-proxy Action to use known language aliases
2026-04-09 17:10:15 +01:00
Henry Mercer
51d833290e
Store language aliases from linked CLI
2026-04-09 17:10:15 +01:00
Henry Mercer
5a17511bf0
Throw error on Windows too
2026-04-09 16:52:50 +01:00
Henry Mercer
43d8420a42
Do not run Swift in debug artifacts after failure check
2026-04-09 15:18:51 +01:00
Henry Mercer
76a687e1d8
Merge pull request #3804 from github/dependabot/npm_and_yarn/npm-minor-e84c604a08
...
Bump eslint-plugin-jsdoc from 62.8.1 to 62.9.0 in the npm-minor group
2026-04-09 13:04:00 +00:00
dependabot[bot]
751f3e2f7c
Bump eslint-plugin-jsdoc from 62.8.1 to 62.9.0 in the npm-minor group
...
Bumps the npm-minor group with 1 update: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ).
Updates `eslint-plugin-jsdoc` from 62.8.1 to 62.9.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v62.8.1...v62.9.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 62.9.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-08 17:53:21 +00:00
Henry Mercer
808513f048
Update language aliases test
2026-04-08 16:38:23 +01:00
Henry Mercer
e452857e57
Throw error early rather than warning
2026-04-08 16:33:19 +01:00
Mario Campos
b623f5fd57
Merge pull request #3799 from github/mario-campos/test-multiple-registries
...
Add tests for getCredentials with multiple goproxy_servers and maven_…
2026-04-07 14:52:14 +00:00
Mario Campos
35a38985d3
Specify "Java" for a test case
...
Co-authored-by: Michael B. Gale <mbg@github.com >
2026-04-07 09:01:00 -05:00
Mario Campos
14ed573199
Specify "Go" for a test case
...
Co-authored-by: Michael B. Gale <mbg@github.com >
2026-04-07 09:01:00 -05:00
Mario Campos
43d8864b35
Run npm run lint-fix to format the code
2026-04-07 09:01:00 -05:00
Mario Campos
f8aff3ad8b
Add tests for getCredentials with multiple goproxy_servers and maven_repositories
2026-04-07 09:01:00 -05:00
Henry Mercer
e6c83948f5
Merge pull request #3802 from github/dependabot/npm_and_yarn/lodash-4.18.1
...
Bump lodash from 4.17.23 to 4.18.1
2026-04-07 10:12:08 +00:00
Henry Mercer
347f0c676d
Merge pull request #3803 from github/dependabot/npm_and_yarn/npm-minor-113ae615b7
...
Bump eslint-plugin-jsdoc from 62.8.0 to 62.8.1 in the npm-minor group across 1 directory
2026-04-07 10:08:35 +00:00
dependabot[bot]
6eed62b035
Bump eslint-plugin-jsdoc in the npm-minor group across 1 directory
...
Bumps the npm-minor group with 1 update in the / directory: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ).
Updates `eslint-plugin-jsdoc` from 62.8.0 to 62.8.1
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v62.8.0...v62.8.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 62.8.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-07 09:36:59 +00:00
dependabot[bot]
de1752b85d
Bump lodash from 4.17.23 to 4.18.1
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.23 to 4.18.1.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1 )
---
updated-dependencies:
- dependency-name: lodash
dependency-version: 4.18.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-07 09:36:15 +00:00
Henry Mercer
1065967b50
Merge pull request #3800 from github/henrymercer/typescript-6
...
Upgrade to TypeScript 6
2026-04-07 09:14:42 +00:00
Henry Mercer
e25c0a535a
Merge pull request #3795 from github/henrymercer/deprecate-trap-caching-cleanup
...
Deprecate TRAP cache cleanup
2026-04-07 09:14:31 +00:00
Henry Mercer
5f323cad05
Mark Swift incompatible OS as configuration error
2026-04-02 18:46:26 +01:00
Henry Mercer
212e28374b
Upgrade to TypeScript 6
...
tsconfig changes:
- Specify `moduleResolution: bundler` since we use a bundler
- Specify `types: ["node"]` to speed up build
- Remove `alwaysStrict` as this is now deprecated
- Specify `skipLibCheck: true` to speed up build
- Specify Octokit types.d.ts path manually to address compiler not being able to find types with `moduleResolution: bundler`
2026-04-02 18:32:58 +01:00
Henry Mercer
36075a4980
Deprecate TRAP cache cleanup
2026-04-01 15:31:15 +01:00
Michael B. Gale
34950e1b11
Merge pull request #3792 from github/mario-campos/issue-1664
...
Extend start-proxy.yml to test multiple registry support
2026-04-01 13:59:59 +00:00
Henry Mercer
57ec7e1000
Merge pull request #3794 from github/henrymercer/cleanup
...
Python: Disable standard library extraction on GHES
2026-04-01 11:37:34 +00:00
Henry Mercer
311573e58e
Add changelog note
2026-04-01 12:19:11 +01:00
Henry Mercer
1f4c852aeb
Clean up Python extract stdlib feature flag
2026-04-01 12:08:06 +01:00
Michael B. Gale
2e3aaaefca
Merge pull request #3787 from github/mbg/bundle/metadata
...
Generate and analyse esbuild bundle metadata
2026-04-01 10:29:27 +00:00
Mario Campos
e2203c62cf
Delete fromJSON() calls in test validation step
2026-03-31 13:19:33 -05:00
Mario Campos
7b0c5b1669
Keep validation steps named consistently
2026-03-31 12:49:07 -05:00
Mario Campos
faf45e07f9
Use different maven URL for start-proxy.yml test
2026-03-31 12:44:43 -05:00
Mario Campos
8b5e60477c
Use maven_repository, not maven-repository
...
The registry/language mapping table does not map the one with hyphens.
2026-03-31 11:36:17 -05:00
Mario Campos
99b8dd4d57
Run pr-checks/sync.sh to generate __start-proxy.yml.
2026-03-31 09:32:42 -05:00
Henry Mercer
c618c9bddb
Merge pull request #3789 from github/henrymercer/lower-minimum-git-if-no-submodules
...
Overlay: Only require Git 2.36.0 for repos that contain submodules
2026-03-31 10:10:05 +00:00
Mario Campos
9fd9b64766
Replace jq with Actions expression for proxy_urls validation
...
For the sake of consistency with the other pre-existing validation code.
2026-03-30 22:47:06 -05:00
Mario Campos
0c7c298b2a
Extend start-proxy.yml to test multiple registry support
2026-03-30 18:35:04 -05:00
Henry Mercer
a507a542a4
Test fallback when repo has no submodules
2026-03-30 15:58:58 +01:00
Henry Mercer
be0a156326
Save a computation of the git root
2026-03-30 13:37:14 +01:00
Michael B. Gale
f98bf5e347
Output relative to __dirname
2026-03-27 19:21:14 +00:00
Michael B. Gale
3db32b5d27
Fix outputs type
2026-03-27 19:13:22 +00:00
Michael B. Gale
4e0952a3c0
Output largest inputs
2026-03-27 19:13:02 +00:00
Henry Mercer
0592832ed8
Add changelog note
2026-03-27 18:58:05 +00:00
Henry Mercer
88a7e5118e
Don't disable if we don't need the git version
2026-03-27 18:54:26 +00:00
Henry Mercer
6643a7d207
Only require Git 2.36.0 when repo contains submodules
2026-03-27 18:54:24 +00:00
Michael B. Gale
47f1709a3c
Add basic metadata analysis script
2026-03-27 18:19:57 +00:00
Michael B. Gale
b1981a5480
Move getApiClient out of sync-checks.ts
2026-03-27 18:13:48 +00:00
Michael B. Gale
4ed3c0efe6
Generate esbuild metadata file
2026-03-27 17:54:29 +00:00
Michael B. Gale
4ea3a4b4af
Bump undici to at least 6.24.0
2026-03-27 17:32:08 +00:00
Henry Mercer
5c8a8a642e
Merge pull request #3784 from github/backport-v3.35.1-c10b8064d
...
Merge releases/v4 into releases/v3
2026-03-27 16:41:10 +00:00
github-actions[bot]
646729a1e2
Rebuild
2026-03-27 16:19:35 +00:00
github-actions[bot]
c983cb8e74
Update version and changelog for v3.35.1
2026-03-27 16:13:31 +00:00
github-actions[bot]
557b58c47c
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.35.1-c10b8064d
2026-03-27 16:13:29 +00:00
github-actions[bot]
8bb5bdb9fd
Revert "Rebuild"
...
This reverts commit b1a5f00cf1 .
2026-03-27 16:13:29 +00:00
github-actions[bot]
4d2fde9e07
Revert "Update version and changelog for v3.35.0"
...
This reverts commit 124f6eec3b .
2026-03-27 16:13:29 +00:00
Óscar San José
13efb23391
Merge pull request #3778 from github/backport-v3.35.0-b8bb9f28b
...
Merge releases/v4 into releases/v3
2026-03-27 17:00:05 +01:00
github-actions[bot]
b1a5f00cf1
Rebuild
2026-03-27 12:23:35 +00:00
github-actions[bot]
124f6eec3b
Update version and changelog for v3.35.0
2026-03-27 12:18:22 +00:00
github-actions[bot]
a88fb3cde0
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.35.0-b8bb9f28b
2026-03-27 12:18:20 +00:00
github-actions[bot]
57d591c67c
Revert "Rebuild"
...
This reverts commit 97fd992228 .
2026-03-27 12:18:20 +00:00
github-actions[bot]
dba1849cf2
Revert "Update version and changelog for v3.34.1"
...
This reverts commit 95a562052b .
2026-03-27 12:18:20 +00:00
Henry Mercer
ebcb5b36de
Merge pull request #3765 from github/backport-v3.34.1-386975555
...
Merge releases/v4 into releases/v3
2026-03-20 18:37:00 +00:00
github-actions[bot]
97fd992228
Rebuild
2026-03-20 18:19:37 +00:00
github-actions[bot]
95a562052b
Update version and changelog for v3.34.1
2026-03-20 18:16:44 +00:00
github-actions[bot]
ae8b37eb31
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.34.1-386975555
2026-03-20 18:16:42 +00:00
github-actions[bot]
d75030c604
Revert "Rebuild"
...
This reverts commit c146cd2193 .
2026-03-20 18:16:42 +00:00
github-actions[bot]
a777590c0f
Revert "Update version and changelog for v3.34.0"
...
This reverts commit 3fef31e9b5 .
2026-03-20 18:16:41 +00:00
Óscar San José
dfad8f8ebc
Merge pull request #3590 from github/backport-v3.34.0-c6f931105
...
Merge releases/v4 into releases/v3
2026-03-20 16:15:08 +01:00
github-actions[bot]
c146cd2193
Rebuild
2026-03-20 12:03:47 +00:00
github-actions[bot]
3fef31e9b5
Update version and changelog for v3.34.0
2026-03-20 11:59:46 +00:00
github-actions[bot]
3d7478b23a
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.34.0-c6f931105
2026-03-20 11:59:44 +00:00
github-actions[bot]
f874badee7
Revert "Rebuild"
...
This reverts commit 9ed0d758ce .
2026-03-20 11:59:44 +00:00
github-actions[bot]
1c3843e226
Revert "Update version and changelog for v3.33.0"
...
This reverts commit 2da877a512 .
2026-03-20 11:59:44 +00:00
Michael B. Gale
603b797f8b
Merge pull request #3577 from github/backport-v3.33.0-b1bff8193
...
Merge releases/v4 into releases/v3
2026-03-16 12:23:22 +00:00
github-actions[bot]
9ed0d758ce
Rebuild
2026-03-16 11:10:08 +00:00
github-actions[bot]
2da877a512
Update version and changelog for v3.33.0
2026-03-16 09:08:36 +00:00
github-actions[bot]
4ccf9a5deb
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.33.0-b1bff8193
2026-03-16 09:08:34 +00:00
github-actions[bot]
e50ab6dc1d
Revert "Rebuild"
...
This reverts commit dabb34c95a .
2026-03-16 09:08:33 +00:00
github-actions[bot]
ee6db5e4f5
Revert "Update version and changelog for v3.32.6"
...
This reverts commit c0e7770e36 .
2026-03-16 09:08:33 +00:00
Óscar San José
820e3160e2
Merge pull request #3553 from github/backport-v3.32.6-0d579ffd0
...
Merge releases/v4 into releases/v3
2026-03-06 10:44:37 +01:00
github-actions[bot]
dabb34c95a
Rebuild
2026-03-05 19:44:24 +00:00
github-actions[bot]
c0e7770e36
Update version and changelog for v3.32.6
2026-03-05 19:35:55 +00:00
github-actions[bot]
dbc2ac9b7a
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.32.6-0d579ffd0
2026-03-05 19:35:54 +00:00
github-actions[bot]
e61b8b4cf5
Revert "Rebuild"
...
This reverts commit b58ecf644d .
2026-03-05 19:35:53 +00:00
github-actions[bot]
b7ebceaf1a
Revert "Update version and changelog for v3.32.5"
...
This reverts commit e3632d0ee3 .
2026-03-05 19:35:53 +00:00
Henry Mercer
ae9ef3a1d2
Merge pull request #3533 from github/backport-v3.32.5-c793b717b
...
Merge releases/v4 into releases/v3
2026-03-02 12:01:34 +00:00
github-actions[bot]
b58ecf644d
Rebuild
2026-03-02 11:34:55 +00:00
github-actions[bot]
e3632d0ee3
Update version and changelog for v3.32.5
2026-03-02 11:17:26 +00:00
github-actions[bot]
cdcb071e67
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.32.5-c793b717b
2026-03-02 11:17:25 +00:00
github-actions[bot]
177cb24be1
Revert "Rebuild"
...
This reverts commit a3696cdbdf .
2026-03-02 11:17:24 +00:00
github-actions[bot]
2427cfc4a9
Revert "Update version and changelog for v3.32.4"
...
This reverts commit 147ec67ee5 .
2026-03-02 11:17:23 +00:00
Michael B. Gale
45580472a5
Merge pull request #3496 from github/backport-v3.32.4-89a39a4e5
2026-02-20 15:34:23 +00:00
github-actions[bot]
a3696cdbdf
Rebuild
2026-02-20 14:52:56 +00:00
github-actions[bot]
147ec67ee5
Update version and changelog for v3.32.4
2026-02-20 14:21:14 +00:00
github-actions[bot]
acb91bd91f
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.32.4-89a39a4e5
2026-02-20 14:21:13 +00:00
github-actions[bot]
88d9aba91d
Revert "Rebuild"
...
This reverts commit 70a71a57dd .
2026-02-20 14:21:12 +00:00
github-actions[bot]
72edeaa05b
Revert "Update version and changelog for v3.32.3"
...
This reverts commit 676a1ceb5c .
2026-02-20 14:21:12 +00:00
Henry Mercer
f5c2471be7
Merge pull request #3481 from github/backport-v3.32.3-9e907b5e6
...
Merge releases/v4 into releases/v3
2026-02-13 12:21:24 +00:00
github-actions[bot]
70a71a57dd
Rebuild
2026-02-13 12:01:04 +00:00
github-actions[bot]
676a1ceb5c
Update version and changelog for v3.32.3
2026-02-13 11:55:54 +00:00
github-actions[bot]
e127ec2647
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.32.3-9e907b5e6
2026-02-13 11:55:52 +00:00
github-actions[bot]
f5e6f52190
Revert "Rebuild"
...
This reverts commit bb159524f9 .
2026-02-13 11:55:52 +00:00
github-actions[bot]
e2a90d3e23
Revert "Update version and changelog for v3.32.2"
...
This reverts commit 6b68dd5d27 .
2026-02-13 11:55:52 +00:00
Henry Mercer
b5ebac6f4c
Merge pull request #3463 from github/backport-v3.32.2-45cbd0c69
...
Merge releases/v4 into releases/v3
2026-02-06 11:22:57 +00:00
github-actions[bot]
bb159524f9
Rebuild
2026-02-06 11:00:51 +00:00
github-actions[bot]
6b68dd5d27
Update version and changelog for v3.32.2
2026-02-05 17:12:29 +00:00
github-actions[bot]
24e739f51f
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.32.2-45cbd0c69
2026-02-05 17:12:25 +00:00
github-actions[bot]
e5a63de15c
Revert "Rebuild"
...
This reverts commit fd13ffa22c .
2026-02-05 17:12:25 +00:00
github-actions[bot]
c2d57b0fc7
Revert "Update version and changelog for v3.32.1"
...
This reverts commit ce04bc5815 .
2026-02-05 17:12:24 +00:00
Henry Mercer
2588666de8
Merge pull request #3449 from github/backport-v3.32.1-6bc82e05f
...
Merge releases/v4 into releases/v3
2026-02-02 07:47:27 -08:00
github-actions[bot]
fd13ffa22c
Rebuild
2026-02-02 15:21:36 +00:00
github-actions[bot]
ce04bc5815
Update version and changelog for v3.32.1
2026-02-02 15:14:15 +00:00
github-actions[bot]
27eb5f56eb
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.32.1-6bc82e05f
2026-02-02 15:14:12 +00:00
github-actions[bot]
44f67f0887
Revert "Rebuild"
...
This reverts commit f5ab452606 .
2026-02-02 15:14:12 +00:00
github-actions[bot]
5d24c86a89
Revert "Update version and changelog for v3.32.0"
...
This reverts commit 56c8e1c8a8 .
2026-02-02 15:14:12 +00:00
Henry Mercer
439137e1b5
Merge pull request #3430 from github/backport-v3.32.0-b20883b0c
...
Merge releases/v4 into releases/v3
2026-01-26 11:23:41 -08:00
github-actions[bot]
f5ab452606
Rebuild
2026-01-26 18:54:38 +00:00
github-actions[bot]
56c8e1c8a8
Update version and changelog for v3.32.0
2026-01-26 18:41:33 +00:00
github-actions[bot]
4f5ca6f9a5
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.32.0-b20883b0c
2026-01-26 18:41:32 +00:00
github-actions[bot]
92f3a2822b
Revert "Rebuild"
...
This reverts commit c9e0329cc4 .
2026-01-26 18:41:32 +00:00
github-actions[bot]
e9bf22fb0e
Revert "Update version and changelog for v3.31.11"
...
This reverts commit 9ffacc75e8 .
2026-01-26 18:41:32 +00:00
Michael B. Gale
38e701f46e
Merge pull request #3419 from github/backport-v3.31.11-19b2f06db
2026-01-23 15:44:23 +00:00
github-actions[bot]
c9e0329cc4
Rebuild
2026-01-23 15:14:24 +00:00
github-actions[bot]
9ffacc75e8
Update version and changelog for v3.31.11
2026-01-23 13:56:12 +00:00
github-actions[bot]
21961f3b6f
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.31.11-19b2f06db
2026-01-23 13:56:10 +00:00
github-actions[bot]
8233700206
Revert "Rebuild"
...
This reverts commit 6252d140cd .
2026-01-23 13:56:10 +00:00
github-actions[bot]
23e84a39f0
Revert "Update version and changelog for v3.31.10"
...
This reverts commit 84cf4b44bb .
2026-01-23 13:56:09 +00:00
Ian Lynagh
4bdb89f480
Merge pull request #3396 from github/backport-v3.31.10-cdefb33c0
...
Merge releases/v4 into releases/v3
2026-01-12 16:26:37 +00:00
Michael B. Gale
ed629463c0
Set using: node20 for verify-debug-artifact-scan-completed on releases/v3
2026-01-12 15:44:23 +00:00
github-actions[bot]
6252d140cd
Rebuild
2026-01-12 15:28:18 +00:00
github-actions[bot]
84cf4b44bb
Update version and changelog for v3.31.10
2026-01-12 14:37:46 +00:00
github-actions[bot]
52cebb523a
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.31.10-cdefb33c0
2026-01-12 14:37:43 +00:00
github-actions[bot]
fc6e643fe1
Revert "Rebuild"
...
This reverts commit 311b632b9d .
2026-01-12 14:37:43 +00:00
github-actions[bot]
f8ee3fcc9a
Revert "Update version and changelog for v3.31.9"
...
This reverts commit d300581d5e .
2026-01-12 14:37:43 +00:00
Henry Mercer
45c373516f
Merge pull request #3373 from github/backport-v3.31.9-5d4e8d1ac
...
Merge releases/v4 into releases/v3
2025-12-16 19:21:59 +00:00
github-actions[bot]
311b632b9d
Rebuild
2025-12-16 18:51:43 +00:00
github-actions[bot]
d300581d5e
Update version and changelog for v3.31.9
2025-12-16 18:34:57 +00:00
github-actions[bot]
7348876640
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.31.9-5d4e8d1ac
2025-12-16 18:34:56 +00:00
github-actions[bot]
4f34645a82
Revert "Rebuild"
...
This reverts commit 74951318a2 .
2025-12-16 18:34:56 +00:00
github-actions[bot]
e7c7a2d323
Revert "Update version and changelog for v3.31.8"
...
This reverts commit 5676d1f64a .
2025-12-16 18:34:56 +00:00
Óscar San José
f47c8e6a9b
Merge pull request #3357 from github/backport-v3.31.8-1b168cd39
...
Merge releases/v4 into releases/v3
2025-12-12 10:43:49 +01:00
github-actions[bot]
74951318a2
Rebuild
2025-12-12 08:53:47 +00:00
github-actions[bot]
5676d1f64a
Update version and changelog for v3.31.8
2025-12-12 08:46:33 +00:00
github-actions[bot]
c1bea80e56
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.31.8-1b168cd39
2025-12-12 08:46:32 +00:00
github-actions[bot]
2d9c0b97af
Revert "Rebuild"
...
This reverts commit 817dbfb39b .
2025-12-12 08:46:32 +00:00
github-actions[bot]
827017f97b
Revert "Update version and changelog for v3.31.7"
...
This reverts commit 793f7006bb .
2025-12-12 08:46:31 +00:00
Henry Mercer
bffd034ab1
Merge pull request #3346 from github/backport-v3.31.7-cf1bb45a2
...
Merge releases/v4 into releases/v3
2025-12-09 13:26:37 +00:00
github-actions[bot]
817dbfb39b
Rebuild
2025-12-05 20:45:51 +00:00
github-actions[bot]
793f7006bb
Update version and changelog for v3.31.7
2025-12-05 17:21:20 +00:00
github-actions[bot]
d2e9832330
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.31.7-cf1bb45a2
2025-12-05 17:21:19 +00:00
github-actions[bot]
c2e4b7785f
Revert "Rebuild"
...
This reverts commit 89cb79a131 .
2025-12-05 17:21:18 +00:00
github-actions[bot]
66d7f51a10
Revert "Update version and changelog for v3.31.6"
...
This reverts commit dbf6819ebd .
2025-12-05 17:21:18 +00:00
Michael B. Gale
497990dfed
Merge pull request #3338 from github/backport-v3.31.6-fe4161a26
...
Merge releases/v4 into releases/v3
2025-12-01 10:24:24 +00:00
github-actions[bot]
89cb79a131
Rebuild
2025-12-01 09:59:32 +00:00
github-actions[bot]
dbf6819ebd
Update version and changelog for v3.31.6
2025-12-01 09:52:51 +00:00
github-actions[bot]
5af51f4048
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.31.6-fe4161a26
2025-12-01 09:52:49 +00:00
github-actions[bot]
e439418aab
Revert "Rebuild"
...
This reverts commit c12d7c1f2d .
2025-12-01 09:52:49 +00:00
github-actions[bot]
249860e323
Revert "Update version and changelog for v3.31.5"
...
This reverts commit 2e2a1cf1ef .
2025-12-01 09:52:49 +00:00
Paolo Tranquilli
d3ced5c96c
Merge pull request #3324 from github/backport-v3.31.5-fdbfb4d27
...
Merge releases/v4 into releases/v3
2025-11-24 12:16:57 +01:00
github-actions[bot]
c12d7c1f2d
Rebuild
2025-11-24 10:56:57 +00:00
github-actions[bot]
2e2a1cf1ef
Update version and changelog for v3.31.5
2025-11-24 09:33:54 +00:00
github-actions[bot]
e2cca77d06
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.31.5-fdbfb4d27
2025-11-24 09:33:53 +00:00
github-actions[bot]
801a18bea6
Revert "Rebuild"
...
This reverts commit 9031cd9330 .
2025-11-24 09:33:52 +00:00
github-actions[bot]
1c715a714c
Revert "Update version and changelog for v3.31.4"
...
This reverts commit f58938aee2 .
2025-11-24 09:33:52 +00:00
Henry Mercer
c3d42c5d08
Merge pull request #3314 from github/backport-v3.31.4-e12f01789
...
Merge releases/v4 into releases/v3
2025-11-19 10:02:25 +00:00
github-actions[bot]
9031cd9330
Rebuild
2025-11-18 17:06:56 +00:00
github-actions[bot]
f58938aee2
Update version and changelog for v3.31.4
2025-11-18 16:16:32 +00:00
github-actions[bot]
1f1c162805
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.31.4-e12f01789
2025-11-18 16:16:30 +00:00
github-actions[bot]
7ab96a0e6f
Revert "Rebuild"
...
This reverts commit e5971bdba6 .
2025-11-18 16:16:30 +00:00
github-actions[bot]
e3cb86275a
Revert "Update version and changelog for v3.31.3"
...
This reverts commit c5a9d29dc9 .
2025-11-18 16:16:29 +00:00
Michael B. Gale
f94c9befff
Merge pull request #3295 from github/backport-v3.31.3-014f16e7a
...
Merge releases/v4 into releases/v3
2025-11-13 22:45:46 +00:00
github-actions[bot]
e5971bdba6
Rebuild
2025-11-13 22:03:22 +00:00
github-actions[bot]
c5a9d29dc9
Update version and changelog for v3.31.3
2025-11-13 21:57:42 +00:00
github-actions[bot]
9f1109665d
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.31.3-014f16e7a
2025-11-13 21:57:40 +00:00
github-actions[bot]
f8f60f3a2b
Revert "Rebuild"
...
This reverts commit c6eb09db21 .
2025-11-13 21:57:40 +00:00
github-actions[bot]
f4d10b9ef7
Revert "Update version and changelog for v3.31.2"
...
This reverts commit 09db9044dc .
2025-11-13 21:57:39 +00:00
Henry Mercer
5d5cd550d3
Merge pull request #3263 from github/backport-v3.31.2-0499de31b
...
Merge releases/v4 into releases/v3
2025-10-30 15:01:09 +00:00
github-actions[bot]
c6eb09db21
Rebuild
2025-10-30 14:37:32 +00:00
github-actions[bot]
09db9044dc
Update version and changelog for v3.31.2
2025-10-30 14:34:26 +00:00
github-actions[bot]
d3cd47d8d6
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.31.2-0499de31b
2025-10-30 14:34:25 +00:00
github-actions[bot]
8e9caa5100
Revert "Rebuild"
...
This reverts commit c2805e0a04 .
2025-10-30 14:34:25 +00:00
github-actions[bot]
23a6333b88
Revert "Update version and changelog for v3.31.1"
...
This reverts commit c0d3370b54 .
2025-10-30 14:34:24 +00:00
Henry Mercer
c503cb4fbb
Merge pull request #3254 from github/backport-v3.31.1-5fe9434cd
...
Merge releases/v4 into releases/v3
2025-10-30 11:00:54 +00:00
github-actions[bot]
c2805e0a04
Rebuild
2025-10-30 10:35:44 +00:00
github-actions[bot]
c0d3370b54
Update version and changelog for v3.31.1
2025-10-30 10:31:02 +00:00
github-actions[bot]
ddd0dc746a
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.31.1-5fe9434cd
2025-10-30 10:31:01 +00:00
github-actions[bot]
2f607936ce
Revert "Rebuild"
...
This reverts commit 9e3918e481 .
2025-10-30 10:31:00 +00:00
github-actions[bot]
37e7dfbaa0
Revert "Update version and changelog for v3.31.0"
...
This reverts commit 7dd1575dac .
2025-10-30 10:31:00 +00:00
Michael B. Gale
d198d2fabf
Merge pull request #3237 from github/backport-v3.31.0-4e94bd11f
...
Merge releases/v4 into releases/v3
2025-10-24 19:30:34 +01:00
github-actions[bot]
9e3918e481
Rebuild
2025-10-24 17:18:40 +00:00
github-actions[bot]
7dd1575dac
Update version and changelog for v3.31.0
2025-10-24 17:11:07 +00:00
github-actions[bot]
28fc48d83c
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.31.0-4e94bd11f
2025-10-24 17:11:06 +00:00
github-actions[bot]
12c6008004
Revert "Rebuild"
...
This reverts commit 5f3f3164ad .
2025-10-24 17:11:05 +00:00
github-actions[bot]
d3019effb0
Revert "Update version and changelog for v3.30.9"
...
This reverts commit ba42101490 .
2025-10-24 17:11:05 +00:00
Henry Mercer
42213152a8
Merge pull request #3216 from github/backport-v3.30.9-16140ae1a
...
Merge releases/v4 into releases/v3
2025-10-17 17:09:13 +01:00
Henry Mercer
e677e67801
Run setup-codeql on Node 20 for v3
2025-10-17 16:53:18 +01:00
github-actions[bot]
5f3f3164ad
Rebuild
2025-10-17 15:34:40 +00:00
github-actions[bot]
ba42101490
Update version and changelog for v3.30.9
2025-10-17 15:24:34 +00:00
github-actions[bot]
f11af5849b
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.30.9-16140ae1a
2025-10-17 15:24:33 +00:00
github-actions[bot]
ba5430dc86
Revert "Rebuild"
...
This reverts commit 948223fe01 .
2025-10-17 15:24:33 +00:00
github-actions[bot]
13e883e119
Revert "Update version and changelog for v3.30.8"
...
This reverts commit a37add20d4 .
2025-10-17 15:24:32 +00:00
Michael B. Gale
755f44910c
Merge pull request #3201 from github/backport-v3.30.8-2a6736cca
...
Merge releases/v4 into releases/v3
2025-10-10 18:20:36 +01:00
github-actions[bot]
948223fe01
Rebuild
2025-10-10 16:56:34 +00:00
github-actions[bot]
a37add20d4
Update version and changelog for v3.30.8
2025-10-10 16:50:13 +00:00
github-actions[bot]
ab163cf08b
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.30.8-2a6736cca
2025-10-10 16:50:12 +00:00
github-actions[bot]
319796f085
Revert "Rebuild"
...
This reverts commit c551c50310 .
2025-10-10 16:50:12 +00:00
github-actions[bot]
bd1ac56295
Revert "Update version and changelog for v3.30.7"
...
This reverts commit b264e15259 .
2025-10-10 16:50:12 +00:00
Mario Campos
a8d1ac45b9
Merge pull request #3187 from github/backport-v3.30.7-e296a9355
...
Merge releases/v4 into releases/v3
2025-10-07 10:58:53 -05:00
github-actions[bot]
c551c50310
Rebuild
2025-10-07 15:33:29 +00:00
Mario Campos
01f1a24033
Downgrade action.yml to use Node.js 20 instead of Node.js 24 for v3
2025-10-07 10:29:22 -05:00
github-actions[bot]
b264e15259
Update version and changelog for v3.30.7
2025-10-07 15:23:05 +00:00