Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
c7e378f
Scaffold project for `sync.ts` script
mbg Feb 28, 2026
2f77cd0
Add specification types
mbg Feb 28, 2026
04c1e60
Add `defaultTestVersions` constant
mbg Feb 28, 2026
898d46e
Strip trailing whitespace in output
mbg Feb 28, 2026
efe64e0
Add `isTruthy` helper
mbg Feb 28, 2026
40aefb0
Add basic workflow construction
mbg Feb 28, 2026
6932b1c
Add `concurrency` settings
mbg Feb 28, 2026
63b4776
Add matrix construction
mbg Feb 28, 2026
e62a268
Add job construction
mbg Feb 28, 2026
dd78add
Add matrix to job
mbg Feb 28, 2026
9a0fe9e
Add permissions
mbg Feb 28, 2026
b77ebbe
Add `CODEQL_ACTION_TEST_MODE`
mbg Feb 28, 2026
c889588
Add `env`, `container`, and `services`
mbg Feb 28, 2026
b948e56
Add basic job steps
mbg Feb 28, 2026
d52917b
Add `useAllPlatformBundle`
mbg Feb 28, 2026
57c7bc6
Add `analysisKinds`
mbg Feb 28, 2026
96e6b65
Add tool-specific setup steps
mbg Feb 28, 2026
47671ab
Track collections
mbg Feb 28, 2026
a85af80
Generate and write collections
mbg Feb 28, 2026
0ea8490
Switch from `js-yaml` to `yaml` for better output formatting
mbg Feb 28, 2026
5876a93
Switch `sync.sh` script to only use `sync.ts`
mbg Feb 28, 2026
f91cab1
Adjust quotes and re-generate workflows
mbg Feb 28, 2026
8bfaf96
Run `npm ci` in actions
mbg Mar 1, 2026
e931a24
Replace remaining uses of `sync.py`
mbg Mar 1, 2026
f0f92a1
Remove `sync.py`
mbg Mar 1, 2026
4ca0628
Merge remote-tracking branch 'origin/main' into mbg/pr-checks/ts
mbg Mar 2, 2026
41d5a06
Address basic style comments
mbg Mar 2, 2026
e7ec96c
Remove `isTruthy`: consistently use booleans in templates
mbg Mar 2, 2026
d09af9d
Type workflow input names
mbg Mar 2, 2026
c0b22b8
Replace filename in `CONTRIBUTING.md`
mbg Mar 2, 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
5 changes: 2 additions & 3 deletions .github/workflows/__all-platform-bundle.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions .github/workflows/__analysis-kinds.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions .github/workflows/__analyze-ref-input.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__autobuild-action.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__build-mode-autobuild.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions .github/workflows/__build-mode-manual.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/__build-mode-none.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__build-mode-rollback.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__bundle-from-nightly.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__cleanup-db-cluster-dir.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .github/workflows/__config-export.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .github/workflows/__diagnostics-export.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions .github/workflows/__export-file-baseline-information.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions .github/workflows/__go-custom-queries.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions .github/workflows/__init-with-registries.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/__job-run-uuid-sarif.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__language-aliases.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions .github/workflows/__local-bundle.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions .github/workflows/__multi-language-autodetect.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading