Michael B. Gale
|
1721ce7afd
|
Address minor review comments
|
2026-03-03 11:05:37 +00:00 |
|
Michael B. Gale
|
ff2daa0aba
|
Merge pull request #3526 from github/mbg/pr-checks/ts
Convert `sync.py` to TypeScript
|
2026-03-03 10:49:56 +00:00 |
|
Michael B. Gale
|
b43d146e37
|
Do not alias types
|
2026-03-02 20:47:19 +00:00 |
|
Michael B. Gale
|
66e08d2b3f
|
Make entries in new mapping mandatory
|
2026-03-02 18:08:53 +00:00 |
|
Michael B. Gale
|
9a31859f78
|
Use @types/sarif
|
2026-03-02 18:04:11 +00:00 |
|
Michael B. Gale
|
ae9cb02459
|
Add dependency on @types/sarif
|
2026-03-02 17:41:41 +00:00 |
|
Michael B. Gale
|
c0b22b827b
|
Replace filename in CONTRIBUTING.md
|
2026-03-02 15:40:32 +00:00 |
|
Michael B. Gale
|
d09af9d5b8
|
Type workflow input names
|
2026-03-02 15:39:46 +00:00 |
|
Michael B. Gale
|
e7ec96cee0
|
Remove isTruthy: consistently use booleans in templates
|
2026-03-02 15:34:11 +00:00 |
|
Michael B. Gale
|
41d5a06bfd
|
Address basic style comments
|
2026-03-02 15:32:30 +00:00 |
|
Michael B. Gale
|
4ca06280ba
|
Merge remote-tracking branch 'origin/main' into mbg/pr-checks/ts
|
2026-03-02 14:03:56 +00:00 |
|
Henry Mercer
|
b895512248
|
Merge pull request #3532 from github/mergeback/v4.32.5-to-main-c793b717
Mergeback v4.32.5 refs/heads/releases/v4 into main
|
2026-03-02 11:59:49 +00:00 |
|
github-actions[bot]
|
6059d3ceb5
|
Rebuild
|
2026-03-02 11:35:32 +00:00 |
|
github-actions[bot]
|
bab3951531
|
Merge remote-tracking branch 'origin/main' into mergeback/v4.32.5-to-main-c793b717
|
2026-03-02 11:34:42 +00:00 |
|
github-actions[bot]
|
93ec0f487d
|
Update changelog and version after v4.32.5
|
2026-03-02 11:13:35 +00:00 |
|
Henry Mercer
|
c793b717bc
|
Merge pull request #3523 from github/update-v4.32.5-ca42bf226
Merge main into releases/v4
v4.32.5
|
2026-03-02 11:11:20 +00:00 |
|
Henry Mercer
|
06cd615ad8
|
Soften language re overlay failures
|
2026-03-02 11:48:45 +01:00 |
|
Henry Mercer
|
f5516c6630
|
Improve changelog
|
2026-03-02 11:45:27 +01:00 |
|
Henry Mercer
|
97519e197e
|
Update release date
|
2026-03-02 10:03:22 +00:00 |
|
Michael B. Gale
|
a6892dcba5
|
Use sync_back.ts in rebuild workflow
|
2026-03-01 16:04:35 +00:00 |
|
Michael B. Gale
|
8eb0202e9d
|
Port tests
|
2026-03-01 16:04:35 +00:00 |
|
Michael B. Gale
|
dd779fa7d3
|
Add updateTemplateFiles
|
2026-03-01 16:04:35 +00:00 |
|
Michael B. Gale
|
f05cfae018
|
Add updateSyncTs
|
2026-03-01 16:04:35 +00:00 |
|
Michael B. Gale
|
e1b83ccb74
|
Add scanGeneratedWorkflows
|
2026-03-01 16:04:35 +00:00 |
|
Michael B. Gale
|
6a6bd778b6
|
Add initial sync_back.ts script
|
2026-03-01 16:04:35 +00:00 |
|
Michael B. Gale
|
f0f92a1dc8
|
Remove sync.py
|
2026-03-01 16:03:47 +00:00 |
|
Michael B. Gale
|
e931a2475a
|
Replace remaining uses of sync.py
|
2026-03-01 16:03:35 +00:00 |
|
Michael B. Gale
|
8bfaf96434
|
Run npm ci in actions
|
2026-03-01 15:20:30 +00:00 |
|
Michael B. Gale
|
8a1cd7656d
|
Put change behind a FF
|
2026-03-01 15:07:47 +00:00 |
|
Michael B. Gale
|
3b16d31abc
|
Delete unused fixInvalidNotifications function
|
2026-03-01 14:26:41 +00:00 |
|
Michael B. Gale
|
40aec383a1
|
Move more SARIF helpers to sarif module
|
2026-03-01 14:22:49 +00:00 |
|
Michael B. Gale
|
2fce45b8e6
|
Add wrapper around JSON.parse to sarif module
|
2026-03-01 14:10:25 +00:00 |
|
Michael B. Gale
|
d7cfd19fb8
|
Move SARIF types out of util.ts
|
2026-03-01 13:42:46 +00:00 |
|
Michael B. Gale
|
68d73442fa
|
Remove unused registry types from LANGUAGE_TO_REGISTRY_TYPE
|
2026-02-28 23:24:41 +00:00 |
|
Michael B. Gale
|
f91cab1409
|
Adjust quotes and re-generate workflows
|
2026-02-28 18:13:05 +00:00 |
|
Michael B. Gale
|
5876a93a5f
|
Switch sync.sh script to only use sync.ts
|
2026-02-28 17:58:00 +00:00 |
|
Michael B. Gale
|
0ea8490473
|
Switch from js-yaml to yaml for better output formatting
|
2026-02-28 17:55:41 +00:00 |
|
Michael B. Gale
|
a85af80f34
|
Generate and write collections
|
2026-02-28 16:47:22 +00:00 |
|
Michael B. Gale
|
47671ab7aa
|
Track collections
|
2026-02-28 16:46:47 +00:00 |
|
Michael B. Gale
|
96e6b655c1
|
Add tool-specific setup steps
|
2026-02-28 16:32:32 +00:00 |
|
Michael B. Gale
|
57c7bc6885
|
Add analysisKinds
|
2026-02-28 16:32:32 +00:00 |
|
Michael B. Gale
|
d52917b510
|
Add useAllPlatformBundle
|
2026-02-28 16:32:32 +00:00 |
|
Michael B. Gale
|
b948e562f4
|
Add basic job steps
|
2026-02-28 16:32:31 +00:00 |
|
Michael B. Gale
|
c889588a2c
|
Add env, container, and services
|
2026-02-28 16:32:31 +00:00 |
|
Michael B. Gale
|
b77ebbe4d8
|
Add CODEQL_ACTION_TEST_MODE
|
2026-02-28 16:32:31 +00:00 |
|
Michael B. Gale
|
9a0fe9e006
|
Add permissions
|
2026-02-28 16:32:31 +00:00 |
|
Michael B. Gale
|
dd78add36d
|
Add matrix to job
|
2026-02-28 16:32:31 +00:00 |
|
Michael B. Gale
|
e62a268a73
|
Add job construction
|
2026-02-28 16:32:31 +00:00 |
|
Michael B. Gale
|
63b4776d64
|
Add matrix construction
|
2026-02-28 16:32:30 +00:00 |
|
Michael B. Gale
|
6932b1cda2
|
Add concurrency settings
|
2026-02-28 16:32:30 +00:00 |
|