Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
614 commits
Select commit Hold shift + click to select a range
c5d6212
Update `extractChangelogSnippet` to use `parseChangelog`
mbg Jul 24, 2026
66a6f42
Add `bundle-changelog.ts` with tests
mbg Jul 24, 2026
027ac05
Use `bundle-changelog.ts` and remove Python version
mbg Jul 24, 2026
d714617
Add `rollback-changelog.ts` with tests
mbg Jul 24, 2026
961b583
Use `rollback-changelog.ts` and remove Python version
mbg Jul 24, 2026
ab44eb9
Remove `python` from CodeQL workflow
mbg Jul 24, 2026
cbad145
Remove Python-specific steps from workflows that no longer need them
mbg Jul 24, 2026
0953dc0
Add `getErrorMessage` to `pr-checks`-local `util.ts` to avoid pulling…
mbg Jul 24, 2026
4c0a1f0
Merge pull request #4037 from github/mbg/repo-props/tools
mbg Jul 24, 2026
f00f809
Fix checking keys rather than values
mbg Jul 24, 2026
74b15aa
Install JS deps if needed in `post-release-mergeback` workflow
mbg Jul 24, 2026
3013ac0
Promote `AllowToolcacheInput` feature
mbg Jul 24, 2026
3434fbb
Merge pull request #4044 from github/mbg/ff/promote-toolcache
mbg Jul 24, 2026
2a8731c
Move `config-file` computation after determining the `analysisKinds`
mbg Jul 27, 2026
8289a49
Ignore repository property for unsupported analysis kinds
mbg Jul 27, 2026
98c05a1
Fix argument validation in `rollback-changelog.ts`
mbg Jul 28, 2026
2d4c474
Log `!analysisKindSupported` case
mbg Jul 28, 2026
7e8d897
Merge pull request #4046 from github/mbg/repo-prop/code-quality
mbg Jul 28, 2026
18420e3
Merge pull request #4043 from github/mbg/ts/changelog
mbg Jul 28, 2026
1f9caf0
Refactor `jobRunUuid` init into a function
mbg Jul 28, 2026
c7ae51b
Make `ActionState` available and add test
mbg Jul 28, 2026
049af32
Allow `getJobUUID` to retrieve the UUID from the environment
mbg Jul 28, 2026
766928d
Call `getJobUUID` in `start-proxy`
mbg Jul 28, 2026
e9831f7
Add `getRequiredInput` to `ActionsEnv`
mbg Jul 24, 2026
60834a0
Add `exportVariable` to `ActionsEnv`
mbg Jul 24, 2026
e28cbac
Test that `getJobUUID` calls `exportVariable`
mbg Jul 28, 2026
94a12eb
Add a test for invalid values
mbg Jul 28, 2026
2e25107
Use `getEnv()`
mbg Jul 29, 2026
de57c4a
Move `registry_types` to `StatusReportBase`
mbg Jul 29, 2026
aac07d2
Include `registry_types` whenever `CODEQL_PROXY_URLS` is set
mbg Jul 29, 2026
eb692f8
Add check to `createStatusReportBase` test
mbg Jul 29, 2026
e893985
Fix `makeValidator` returning `required: boolean`
mbg Jul 29, 2026
51d51e8
Add `boolean` `Validator` to `json` module
mbg Jul 29, 2026
e55a57b
Add `RegistryBase` schema and type
mbg Jul 29, 2026
13d4882
Validate JSON more
mbg Jul 29, 2026
42a3b94
Add `CODEQL_ACTION_` prefix to `JOB_RUN_UUID`
mbg Jul 29, 2026
3ca82bb
Change `withActions` to only allow mutations
mbg Jul 29, 2026
30c33c9
Make results of function call available to delayed checks
mbg Jul 29, 2026
3673750
Add `Env`-backed `ActionsEnv` implementation for tests
mbg Jul 29, 2026
da0c190
Update default bundle to codeql-bundle-v2.26.2
github-actions[bot] Jul 29, 2026
c62d824
Add changelog note
github-actions[bot] Jul 29, 2026
d2f5cbb
Add `get` method to `ReadOnlyEnv`
mbg Jul 29, 2026
0cebd1d
Add `hasEnv` delayed assertion and use for `getJobUUID` test
mbg Jul 29, 2026
9130ce0
Merge pull request #4051 from github/update-bundle/codeql-bundle-v2.26.2
oscarsj Jul 29, 2026
b411bbc
Move `getJobUUID` call into `runInActions` for `init` and `setup-codeql`
mbg Jul 29, 2026
ba46ff7
Add `transformTelemetryError` option to `Action`
mbg Jul 29, 2026
8e6fdff
Use `runInActions` for `start-proxy`
mbg Jul 29, 2026
e40d079
Update changelog for v4.37.4
github-actions[bot] Jul 29, 2026
d57c3ff
Add tests for `runInActions`
mbg Jul 29, 2026
f02afd4
Merge pull request #4049 from github/mbg/start-proxy/job-uuid
mbg Jul 29, 2026
780c00d
Merge remote-tracking branch 'origin/main' into mbg/status/registries
mbg Jul 29, 2026
8f0a4f2
Bump the npm-minor group across 1 directory with 2 updates
dependabot[bot] Jul 29, 2026
3502f79
Bump ruby/setup-ruby
dependabot[bot] Jul 29, 2026
60a5791
Rebuild
github-actions[bot] Jul 29, 2026
f205ea1
Merge pull request #4053 from github/update-v4.37.4-9130ce0f7
oscarsj Jul 30, 2026
82f035a
Update changelog and version after v4.37.4
github-actions[bot] Jul 30, 2026
06f1d4f
Rebuild
github-actions[bot] Jul 30, 2026
d0ee43a
Merge pull request #4057 from github/mergeback/v4.37.4-to-main-f205ea1c
oscarsj Jul 30, 2026
2e53f1c
Merge pull request #4056 from github/dependabot/github_actions/dot-gi…
mbg Jul 30, 2026
c5f739b
Merge branch 'main' into dependabot/npm_and_yarn/npm-minor-2032624187
mbg Jul 30, 2026
5d3eb98
Merge pull request #4055 from github/dependabot/npm_and_yarn/npm-mino…
mbg Jul 30, 2026
2d3b351
Handle network errors when streaming the CodeQL bundle download
Jul 30, 2026
155e522
Link the PR from the changelog entry
Jul 30, 2026
c29563e
ci: use federated enterprise release PAT
sam-robson Jul 31, 2026
68028fc
Merge pull request #4062 from github/sam-robson/migrate-enterprise-re…
sam-robson Jul 31, 2026
d2bfc30
Merge pull request #4050 from github/mbg/status/registries
mbg Jul 31, 2026
1cd4d01
Merge pull request #4061 from github/henrymercer/turbo-system
mbg Jul 31, 2026
daa7fe6
Bump js-yaml from 5.2.1 to 5.2.2
dependabot[bot] Aug 1, 2026
266c7bd
Rebuild
github-actions[bot] Aug 1, 2026
e74600b
Update changelog for v4.37.5
github-actions[bot] Aug 3, 2026
d1ba80a
Merge pull request #4067 from github/update-v4.37.5-1cd4d01d5
henrymercer Aug 3, 2026
93c3a5a
Update changelog and version after v4.37.5
github-actions[bot] Aug 3, 2026
3020a2f
Rebuild
github-actions[bot] Aug 3, 2026
1804b21
Merge pull request #4068 from github/mergeback/v4.37.5-to-main-d1ba80a1
henrymercer Aug 3, 2026
f99dd5a
Merge pull request #4066 from github/dependabot/npm_and_yarn/js-yaml-…
mbg Aug 3, 2026
065cdc0
Change `DEFAULT_CONFIG_FILE_NAME`
mbg Aug 3, 2026
6a9359a
Merge pull request #4070 from github/mbg/remote-address/change-file-d…
mbg Aug 3, 2026
45c8742
Update changelog for v4.37.6
github-actions[bot] Aug 4, 2026
ec9c757
Add change note for PR 4070
mbg Aug 4, 2026
4c96123
Add support for linux/arm64
redsun82 Aug 4, 2026
5595cca
Merge pull request #4071 from github/update-v4.37.6-6a9359a1b
mbg Aug 4, 2026
37bdbde
Update changelog and version after v4.37.6
github-actions[bot] Aug 4, 2026
7d82f11
Rebuild
github-actions[bot] Aug 4, 2026
fad141f
Merge pull request #4073 from github/mergeback/v4.37.6-to-main-5595ccaf
mbg Aug 4, 2026
76c4439
Bump brace-expansion from 1.1.16 to 1.1.18
dependabot[bot] Aug 4, 2026
c5995f5
Rebuild
github-actions[bot] Aug 4, 2026
6a90bf1
Merge pull request #4075 from github/dependabot/npm_and_yarn/brace-ex…
mbg Aug 4, 2026
43ae5e7
Address review comments
redsun82 Aug 5, 2026
47a0a83
Bump globals in the npm-minor group across 1 directory
dependabot[bot] Aug 5, 2026
74cfae9
Bump actions/setup-java
dependabot[bot] Aug 5, 2026
bdf3971
Rebuild
github-actions[bot] Aug 5, 2026
8ebf109
Merge pull request #4077 from github/dependabot/github_actions/dot-gi…
henrymercer Aug 6, 2026
7d9249f
Merge pull request #4076 from github/dependabot/npm_and_yarn/npm-mino…
henrymercer Aug 6, 2026
af767ec
Add overlay_analysis_min_disk_N_gb feature flags
henrymercer Aug 6, 2026
6117bb5
Derive overlay minimum disk space from feature flags
henrymercer Aug 6, 2026
99caaa8
Remove the overlay_analysis_resource_checks_v2 feature flag
henrymercer Aug 6, 2026
5410981
Address review feedback on the disk space check
henrymercer Aug 6, 2026
794f5bc
Fix the memory check debug message at equality
henrymercer Aug 6, 2026
5f8c44b
Persist CodeQL version output to file rather than environment
mario-campos Aug 7, 2026
b4c390c
Merge remote-tracking branch 'origin/main' into redsun82-linux-arm64-…
redsun82 Aug 10, 2026
9183a7b
Handle file-read errors as cache misses
mario-campos Aug 10, 2026
acb3856
Bump js-yaml from 5.2.2 to 5.2.3
dependabot[bot] Aug 10, 2026
b5225f2
Rebuild
github-actions[bot] Aug 10, 2026
7131139
Trigger workflows
mbg Aug 11, 2026
b672c70
Merge pull request #4082 from github/dependabot/npm_and_yarn/js-yaml-…
mbg Aug 11, 2026
c205ff6
Promote `OverlayAnalysisResourceChecksV2`
mbg Aug 11, 2026
f47bb7b
Remove `v2` from test title
mbg Aug 11, 2026
208a88a
Simplify JSDoc of `getCachedCodeQlVersion`
mario-campos Aug 11, 2026
c16c0f3
Merge pull request #4083 from github/mbg/features/remove-overlayResou…
mbg Aug 11, 2026
bfcd769
Fix JSDoc of `env` param
mario-campos Aug 11, 2026
0e85c0e
Refactor unit test to extract testing values
mario-campos Aug 11, 2026
bb19330
Add test of `getCachedCodeQlVersion` with no file
mario-campos Aug 11, 2026
4dc327a
Introduce basic `cli/output-cache.ts` module
mario-campos Aug 11, 2026
1332611
Move cache-related util functions into dedicated module
mario-campos Aug 11, 2026
246018e
Move `VersionInfo` to dedicated module
mario-campos Aug 11, 2026
0a99875
Move `VersionInfo`-related types to `cli/output-cache.ts`
mario-campos Aug 11, 2026
11569df
Update JSDoc of `getCachedCodeQlVersion`
mario-campos Aug 11, 2026
b222c3a
Generalize file cache data structure
mario-campos Aug 11, 2026
40f80a8
Rename type to better match generic intention
mario-campos Aug 11, 2026
54a0846
Bump undici from ^6.24.0 to ^6.28.0
navntoft Aug 12, 2026
0e8a5d9
Update default bundle to codeql-bundle-v2.26.3
github-actions[bot] Aug 12, 2026
ca1c972
Add changelog note
github-actions[bot] Aug 12, 2026
6f0220e
Merge pull request #4084 from github/navntoft/bump-undici
mbg Aug 12, 2026
dc1b98a
Make `logger` available to `getCodeQLForCmd`
mbg Aug 12, 2026
1f87aed
Merge pull request #4085 from github/update-bundle/codeql-bundle-v2.26.3
mbg Aug 12, 2026
38055a3
Drop `logger` from `databaseInitCluster` in interface
mbg Aug 12, 2026
33d7086
Pass environment explicitly to CLI caching functions
mario-campos Aug 12, 2026
a9baab8
Export CLI cache types
mario-campos Aug 12, 2026
337136a
Rename `CommandCacheRecord` -> `OutputCache`
mario-campos Aug 12, 2026
bf96b0d
Expand test to ensure it does not throw an exception
mario-campos Aug 12, 2026
6c0d901
Change `OutputCache` to use object for `entries`
mario-campos Aug 12, 2026
ab5db25
Bump the npm-minor group across 1 directory with 8 updates
dependabot[bot] Aug 12, 2026
b4d8a54
Rebuild
github-actions[bot] Aug 12, 2026
6dc6332
Bolster output-cache unit tests with more test cases
mario-campos Aug 12, 2026
edda299
[StepSecurity] Apply security best practices
stepsecurity-app[bot] Aug 13, 2026
9310334
Merge pull request #4086 from github/mbg/thread-action-state-to-codeql
mbg Aug 13, 2026
be7a3db
Merge pull request #4087 from github/dependabot/npm_and_yarn/npm-mino…
mbg Aug 13, 2026
9875827
Bump @octokit/types from 16.0.0 to 17.0.0
dependabot[bot] Aug 13, 2026
951a133
Update changelog for v4.37.7
github-actions[bot] Aug 13, 2026
2d49edb
Re-order `env` to be first argument for consistency
mario-campos Aug 13, 2026
ff2f1c6
Merge pull request #4093 from github/update-v4.37.7-be7a3dbb8
mbg Aug 13, 2026
1158e1c
Update changelog and version after v4.37.7
github-actions[bot] Aug 13, 2026
053d41e
Rebuild
github-actions[bot] Aug 13, 2026
5008eff
Merge pull request #4094 from github/mergeback/v4.37.7-to-main-ff2f1c62
mbg Aug 13, 2026
43250d6
Change cache key to string type to include CLI args
mario-campos Aug 13, 2026
aa0eadc
Merge branch 'main' into mario-campos/version-cache-to-disk
mario-campos Aug 13, 2026
c56f48e
Log unexpected conditions during caching CLI output
mario-campos Aug 13, 2026
c2fd8f5
Merge pull request #4081 from github/mario-campos/version-cache-to-disk
mario-campos Aug 13, 2026
e671ee7
Merge pull request #1 from beer-sakthai/chore/GHA-130918-stepsecurity…
beer-sakthai Aug 13, 2026
93d793c
Use `json` module for JSON validation in `output-cache`
mario-campos Aug 14, 2026
45693cc
Refactor `ENOSPC` check into `isDiskConfigurationError` function
mbg Aug 14, 2026
47fa622
Make `EACCES` a `ConfigurationError`
mbg Aug 14, 2026
d97b342
Merge pull request #4098 from github/mbg/permission-error-as-configur…
mbg Aug 14, 2026
cb9d39f
Export `getCommandCacheFilePath` function for use in tests
mario-campos Aug 14, 2026
d7d901a
Refactor tests to use `getCommandCacheFilePath`
mario-campos Aug 14, 2026
c8ba2d2
Refactor `isVersionInfo` with `json` module
mario-campos Aug 14, 2026
f3deecb
Refactor `OutputCache` with `json` module
mario-campos Aug 14, 2026
b60777a
Delete unnecessary statement from JSDoc comments
mario-campos Aug 14, 2026
1f46830
Fix `VersionInfo` derived type to pass linter
mario-campos Aug 14, 2026
b5d3438
Refactor tests in `output-cache.test.ts` to use named imports from `o…
mario-campos Aug 14, 2026
fcd8d74
Refactor output-caching functions to accept file path dependency
mario-campos Aug 14, 2026
7e27b35
Bump js-yaml and tar to patched versions (dev-only transitives)
claude Aug 17, 2026
60afb71
Merge pull request #2 from beer-sakthai/claude/fix-vulnerability-6p8m5f
beer-sakthai Aug 18, 2026
508b83b
Merge main into overlay minimum disk feature branch
henrymercer Aug 18, 2026
1aef003
Address review feedback on overlay disk flags
henrymercer Aug 18, 2026
9ee088e
Merge pull request #4080 from github/henrymercer/studious-giggle
henrymercer Aug 18, 2026
f9d9f07
Update supported GitHub Enterprise Server versions
github-actions[bot] Aug 19, 2026
79a7340
Bump the npm-minor group across 1 directory with 4 updates
dependabot[bot] Aug 19, 2026
1845f5b
Update changelog for v4.37.8
github-actions[bot] Aug 21, 2026
db488dd
Merge pull request #4102 from github/update-v4.37.8-9ee088e13
henrymercer Aug 21, 2026
099c869
Update changelog and version after v4.37.8
github-actions[bot] Aug 21, 2026
4605e03
Rebuild
github-actions[bot] Aug 21, 2026
ff43db8
Merge pull request #4103 from github/mergeback/v4.37.8-to-main-db488dde
henrymercer Aug 21, 2026
134624c
Merge pull request #4101 from github/dependabot/npm_and_yarn/npm-mino…
henrymercer Aug 21, 2026
486fec2
Merge pull request #4099 from github/update-supported-enterprise-serv…
henrymercer Aug 21, 2026
97b7459
Merge remote-tracking branch 'origin/main' into redsun82-linux-arm64-…
redsun82 Aug 21, 2026
a952c07
Merge branch 'main' into redsun82-linux-arm64-support
redsun82 Aug 24, 2026
c05e445
Report tools download durations on both download paths
henrymercer Aug 24, 2026
bee82de
Add tools download durations to the init status report
henrymercer Aug 24, 2026
9d89e2d
Rebuild
henrymercer Aug 24, 2026
b5383aa
Merge remote-tracking branch 'origin/redsun82-linux-arm64-support' in…
redsun82 Aug 25, 2026
adcdf4a
Update default bundle to codeql-bundle-v2.26.4
github-actions[bot] Aug 26, 2026
ecfa6e1
Add changelog note
github-actions[bot] Aug 26, 2026
920ba7c
Merge pull request #4106 from github/update-bundle/codeql-bundle-v2.26.4
redsun82 Aug 26, 2026
7243f38
Update changelog for v4.37.9
github-actions[bot] Aug 26, 2026
cdf488f
Merge pull request #4107 from github/update-v4.37.9-920ba7cd1
redsun82 Aug 26, 2026
0f2e2bd
Update changelog and version after v4.37.9
github-actions[bot] Aug 26, 2026
f375656
Rebuild
github-actions[bot] Aug 26, 2026
42c2ea9
Document merge-commit requirement for release PRs
redsun82 Aug 26, 2026
3e93618
Merge pull request #4105 from github/henrymercer/tools-download-telem…
henrymercer Aug 26, 2026
4d40c93
Merge pull request #4108 from github/mergeback/v4.37.9-to-main-cdf488f5
henrymercer Aug 26, 2026
ec1bd19
Bump actions/setup-java from 5.7.0 to 6.0.0 in /.github/workflows
dependabot[bot] Aug 26, 2026
0006c77
Bump the npm-minor group across 1 directory with 2 updates
dependabot[bot] Aug 26, 2026
d75af13
Rebuild
github-actions[bot] Aug 26, 2026
dc5bc53
Rebuild
github-actions[bot] Aug 26, 2026
426c104
Create `changetool` script for validating change-notes
mario-campos Aug 25, 2026
580da89
Handle file errors as `false`
mario-campos Aug 27, 2026
5aea817
Replace `Array.prototype.every()` with `for` loop
mario-campos Aug 27, 2026
50ec5a5
Use `Object.hasOwn` instead of `in` operator
mario-campos Aug 27, 2026
0447ab2
Enhance changenote validation to support nested bullet lists
mario-campos Aug 27, 2026
be555cf
Extend scripts/changetool as a NPM workspace
mario-campos Aug 27, 2026
e2cd31e
Refactor tsconfig.json to extend base configuration and simplify options
mario-campos Aug 27, 2026
cacb7b3
Delete unused script/changetool NPM scripts
mario-campos Aug 27, 2026
6441b26
Merge remote-tracking branch 'origin/main' into redsun82-linux-arm64-…
redsun82 Aug 27, 2026
76ba03b
Merge branch 'main' into redsun82-release-merge-instructions
redsun82 Aug 27, 2026
7acc225
Merge pull request #4110 from github/redsun82-release-merge-instructions
redsun82 Aug 27, 2026
6d4d5df
Merge pull request #4089 from github/dependabot/npm_and_yarn/octokit/…
henrymercer Aug 27, 2026
4d1d53e
Bump @octokit/plugin-paginate-rest from 14.0.0 to 15.0.0
dependabot[bot] Aug 27, 2026
abc579a
Merge pull request #4112 from github/dependabot/npm_and_yarn/npm-mino…
henrymercer Aug 27, 2026
1a8ddd7
Rebuild
github-actions[bot] Aug 27, 2026
0963041
Merge pull request #4090 from github/dependabot/npm_and_yarn/octokit/…
henrymercer Aug 27, 2026
25694c0
Bump @octokit/plugin-rest-endpoint-methods from 17.0.0 to 18.0.0
dependabot[bot] Aug 27, 2026
74e2946
Merge branch 'github:main' into main
beer-sakthai Aug 27, 2026
e5d08eb
docs: add FORK.md explaining this fork and its related repositories
claude Aug 27, 2026
f049ecb
Delete unused Node.js flag `--experimental-test-module-mocks`
mario-campos Aug 27, 2026
8560d73
Merge pull request #3 from beer-sakthai/claude/sak-family-agent-repo-…
beer-sakthai Aug 27, 2026
1bcdd0c
Derive the API client type from `@actions/github`
henrymercer Aug 27, 2026
6f53031
Merge pull request #4113 from github/mario-campos/add-changenote-script
mario-campos Aug 27, 2026
0250090
Address review comments
redsun82 Aug 28, 2026
50e2448
Update dependencies
mbg Sep 1, 2026
a0c7312
Merge pull request #4096 from github/mario-campos/use-json-module
mario-campos Sep 1, 2026
ccd5275
Merge branch 'main' into dependabot/github_actions/dot-github/workflo…
mbg Sep 2, 2026
276e2ce
Merge pull request #4117 from github/mbg/deps/1sep
mbg Sep 2, 2026
bb36f80
Bump browserslist from 4.24.2 to 4.28.8
dependabot[bot] Sep 2, 2026
da21771
Bump the npm-minor group across 1 directory with 2 updates
dependabot[bot] Sep 2, 2026
2a03009
Bump eslint-plugin-jsdoc from 62.9.0 to 64.2.1
dependabot[bot] Sep 2, 2026
b724a86
Rebuild
github-actions[bot] Sep 2, 2026
4cccb3a
Merge pull request #4072 from github/redsun82-linux-arm64-support
redsun82 Sep 3, 2026
20ec60c
Merge branch 'main' into dependabot/npm_and_yarn/eslint-plugin-jsdoc-…
mbg Sep 3, 2026
9509fd0
Merge pull request #4120 from github/dependabot/npm_and_yarn/eslint-p…
mbg Sep 3, 2026
25da1b1
Merge branch 'main' into dependabot/npm_and_yarn/npm-minor-21ac56865f
mbg Sep 3, 2026
3ee8a93
Merge branch 'main' into dependabot/npm_and_yarn/browserslist-4.28.8
mbg Sep 3, 2026
9401a33
Merge pull request #4118 from github/dependabot/npm_and_yarn/browsers…
mbg Sep 3, 2026
1024994
Merge pull request #4119 from github/dependabot/npm_and_yarn/npm-mino…
mbg Sep 3, 2026
5914b03
Merge pull request #4111 from github/dependabot/github_actions/dot-gi…
mbg Sep 3, 2026
2f3c1c9
Add an internal `job-status` input to the `init` Action
henrymercer Sep 3, 2026
38dd4a0
Don't record an overlay status when the job was cancelled
henrymercer Sep 3, 2026
36cbf13
Address review comments
redsun82 Sep 3, 2026
9fddc16
Merge pull request #4088 from github/dependabot/npm_and_yarn/octokit/…
henrymercer Sep 4, 2026
16da747
Log found databases in Linux Arm64 check
redsun82 Sep 4, 2026
d2fe508
Don't upload the ESLint SARIF from merge queue refs
henrymercer Sep 4, 2026
657964c
Read the job status from a `ReadOnlyEnv` in `recordOverlayStatus`
henrymercer Sep 4, 2026
a48f2d3
Record an overlay status only for conclusive job statuses
henrymercer Sep 4, 2026
e06b60f
Merge pull request #4125 from github/henrymercer/merge-queue-sarif-up…
henrymercer Sep 4, 2026
46dfb14
Merge pull request #4123 from github/redsun82-address-pr-4072-comments
henrymercer Sep 4, 2026
313a0b9
Merge pull request #4122 from github/henrymercer/friendly-potato
henrymercer Sep 4, 2026
2bcac7e
chore: add repository maintainer skill
Sep 7, 2026
40ea573
Merge pull request #4 from beer-sakthai/manus/add-codeql-maintainer-s…
beer-sakthai Sep 7, 2026
9d0eaf1
Merge branch 'main' into Sak-CodeQL
beer-sakthai Sep 7, 2026
d4f12fd
Merge branch 'update-v4.36.3-628fc3f12' into Sak-CodeQL
beer-sakthai Sep 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/actions/release-branches/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ runs:
MAJOR_VERSION: ${{ inputs.major_version }}
LATEST_TAG: ${{ inputs.latest_tag }}
run: |
npm ci
npx tsx ./pr-checks/release-branches.ts \
--major-version "$MAJOR_VERSION" \
--latest-tag "$LATEST_TAG"
Expand Down
11 changes: 2 additions & 9 deletions .github/actions/release-initialise/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,9 @@ runs:
node-version: 24
cache: 'npm'

- name: Set up Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: '3.12'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install PyGithub==2.3.0 requests
- name: Install JavaScript dependencies
shell: bash
run: npm ci

- name: Update git config
run: |
Expand Down
7 changes: 4 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ updates:
- "patch"
- package-ecosystem: github-actions
directories:
- "/.github/workflows"
- "/.github/actions"
- /.github/workflows
- /.github/actions
- /
schedule:
interval: weekly
interval: daily
cooldown:
default-days: 7
exclude:
Expand Down
16 changes: 16 additions & 0 deletions .github/instructions/release-merge.instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
applyTo: "CHANGELOG.md,src/defaults.json,lib/defaults.json,src/api-compatibility.json"
---

# Merging release, mergeback, and backport PRs

The release process creates a cascade of PRs (`main` → `releases/vN`, then
`releases/vN` → `main` mergeback, then `releases/vN` → `releases/v(N-1)`
backport). These PRs reliably touch `CHANGELOG.md`, `src/defaults.json` /
`lib/defaults.json` (bundle/CLI version bump), and `src/api-compatibility.json`.

Such PRs **must be merged with a merge commit**. Never squash or rebase, as
that breaks the branch linkage the release automation relies on.

When arming auto-merge on these PRs, use `--merge` (e.g. `gh pr merge --merge`),
not `--squash` or `--rebase`.
Loading