Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
103 commits
Select commit Hold shift + click to select a range
1512f40
Add function to query `git` for all generated files
mbg Nov 19, 2025
3eaf000
Add `isCCR` helper, and update `isDefaultSetup`
mbg Nov 19, 2025
846f859
Add `IgnoreGeneratedFiles` FF
mbg Nov 19, 2025
b4db382
Add generated files to `paths-ignore`, if FF is enabled
mbg Nov 19, 2025
d6efb85
Add tools feature for `codeql database bundle --include`
henrymercer Jan 9, 2026
d32cd4d
Include base database OIDs when bundling database
henrymercer Jan 9, 2026
79939d8
Copy OIDs from DB cluster to individual DBs
henrymercer Jan 9, 2026
be6e3c4
Update changelog and version after v4.31.10
github-actions[bot] Jan 12, 2026
4672d78
Rebuild
github-actions[bot] Jan 12, 2026
a2d9de6
Merge pull request #3395 from github/mergeback/v4.31.10-to-main-cdefb33c
igfoo Jan 12, 2026
c8914af
Bump the npm-minor group with 7 updates
dependabot[bot] Jan 12, 2026
f301585
Bump eslint-plugin-jsdoc from 61.5.0 to 62.0.0
dependabot[bot] Jan 12, 2026
e20d24f
Bump @actions/tool-cache from 2.0.2 to 3.0.0
dependabot[bot] Jan 12, 2026
642eca3
Rebuild
github-actions[bot] Jan 12, 2026
dc7e2ff
Rebuild
github-actions[bot] Jan 12, 2026
39105f3
Rebuild
github-actions[bot] Jan 12, 2026
bdabb8f
Bump ruby/setup-ruby
dependabot[bot] Jan 12, 2026
21c5dc0
Rebuild
github-actions[bot] Jan 12, 2026
fb650c2
Merge pull request #3401 from github/dependabot/github_actions/dot-gi…
mbg Jan 16, 2026
070e2a5
Merge pull request #3400 from github/dependabot/npm_and_yarn/actions/…
mbg Jan 19, 2026
f687ebf
Merge pull request #3397 from github/dependabot/npm_and_yarn/npm-mino…
mbg Jan 19, 2026
c99e493
Merge pull request #3399 from github/dependabot/npm_and_yarn/eslint-p…
mbg Jan 19, 2026
6c5e0ea
Bump @actions/github from 6.0.1 to 7.0.0
dependabot[bot] Jan 19, 2026
1782089
Merge branch 'main' into mbg/ignore-generated
mbg Jan 19, 2026
02b2c55
Use `stdin` for files to query attributes of
mbg Jan 19, 2026
644e2b9
Restore condition for enablement
mbg Jan 19, 2026
055e6b6
Add `EnvVar` constant for analysis key
mbg Jan 19, 2026
c7d0b92
Drop `isDynamic` check from `isCCR`
mbg Jan 19, 2026
5f5c095
Add docs comments for `listFiles` and `getGeneratedFiles`
mbg Jan 19, 2026
9c3f69d
Add some logging
mbg Jan 19, 2026
546ea07
Use linebreaks
mbg Jan 19, 2026
7beb642
Move after Git version check
mbg Jan 19, 2026
4bd7556
Log when there are no generated files
mbg Jan 19, 2026
1b4c62b
Rebuild
github-actions[bot] Jan 19, 2026
1ec7dd2
Merge pull request #3398 from github/dependabot/npm_and_yarn/actions/…
mbg Jan 19, 2026
0d94aab
Make prepare changelog script executable
henrymercer Jan 19, 2026
a7783c5
Make bundle changelog script executable
henrymercer Jan 19, 2026
064fafe
Link CLI/language pack notes from new bundle changelog
henrymercer Jan 19, 2026
4d4ae1f
Abridge release notes for Action GH release
henrymercer Jan 19, 2026
3a7caaf
Update comment
henrymercer Jan 19, 2026
d51b375
Drop unneeded version tag argument
henrymercer Jan 19, 2026
ebffc48
Include `/tag` in bundle release URL
henrymercer Jan 19, 2026
75716ab
Merge branch 'main' into henrymercer/include-oids-in-bundle
henrymercer Jan 19, 2026
778f83f
Use hard-coded concurrency group names instead of `github.workflow`
mbg Jan 19, 2026
03e3f60
Explicitly set `cancel-in-progress` to `false`
mbg Jan 19, 2026
90f4ffc
Include input values in concurrency groups
mbg Jan 19, 2026
1191c09
Bump the npm-minor group with 4 updates
dependabot[bot] Jan 19, 2026
8881a41
Rebuild
github-actions[bot] Jan 19, 2026
24f1cbd
Bump ruby/setup-ruby
dependabot[bot] Jan 19, 2026
df0cc0c
Rebuild
github-actions[bot] Jan 19, 2026
84edfc0
Merge pull request #3407 from github/dependabot/github_actions/dot-gi…
mbg Jan 20, 2026
044ff10
Merge pull request #3406 from github/dependabot/npm_and_yarn/npm-mino…
mbg Jan 20, 2026
a886c30
Add basic PR check with CCR-like environment
mbg Jan 20, 2026
69173ea
Refactor artifact suffix computation into `getArtifactSuffix`
mbg Jan 20, 2026
f950f7f
Add unit tests for `getArtifactSuffix`
mbg Jan 20, 2026
13eb181
Refactor generic part of `uploadDebugArtifacts` into `uploadArtifacts`
mbg Jan 20, 2026
7e96d45
Use `uploadArtifacts` for `start-proxy` post action
mbg Jan 20, 2026
9a57e78
Improving sorting of matrix keys
mbg Jan 20, 2026
1ac6270
Change log message to warning
mbg Jan 20, 2026
5ac0476
Rename argument
henrymercer Jan 20, 2026
b880a1a
Improve comment
henrymercer Jan 20, 2026
9483bd5
Check that `matrixObject` is an object
mbg Jan 20, 2026
1df1c9f
Include expected suffixes in test
mbg Jan 20, 2026
ec4eda1
Just link the release notes
henrymercer Jan 20, 2026
dce83e1
Merge pull request #3408 from github/mbg/add-ccr-check
mbg Jan 20, 2026
93a99bf
Merge pull request #3404 from github/henrymercer/include-oids-in-bundle
henrymercer Jan 20, 2026
d60bbdf
Merge pull request #3409 from github/mbg/start-proxy/make-unique-arti…
mbg Jan 20, 2026
32d41f3
Merge pull request #3403 from github/henrymercer/abridge-release-notes
henrymercer Jan 20, 2026
51975ff
Merge branch 'main' into mbg/ci/fix-concurrency-ignores-inputs
mbg Jan 21, 2026
f58cb3d
Improve comment for `concurrency` settings
mbg Jan 21, 2026
fa03060
Update new CCR workflow
mbg Jan 21, 2026
417a8c2
Merge branch 'main' into mbg/ignore-generated
mbg Jan 21, 2026
d5b3d42
Inline `EnvVar.ANALYSIS_KEY` in `getAnalysisKey`
mbg Jan 21, 2026
4325937
Merge pull request #3405 from github/mbg/ci/fix-concurrency-ignores-i…
mbg Jan 21, 2026
e19f95e
Bump tar from 7.4.3 to 7.5.6
dependabot[bot] Jan 21, 2026
6a02be4
Add `joinAtMost` utility function
mbg Jan 21, 2026
9e2fa74
Use `joinAtMost` for log message
mbg Jan 21, 2026
cb2dd2e
Add telemetry diagnostic
mbg Jan 21, 2026
dc2428c
Trim whitespace/remove empty lines
mbg Jan 21, 2026
bc75091
Add empty lines to test cases
mbg Jan 21, 2026
1c4c0b3
Merge pull request #3318 from github/mbg/ignore-generated
mbg Jan 21, 2026
b5bb69a
Bump lodash from 4.17.21 to 4.17.23
dependabot[bot] Jan 22, 2026
7c72e12
Expand try-catch to cover more of Actions
henrymercer Jan 22, 2026
b715292
Move config saving within try-catch
henrymercer Jan 22, 2026
14bd767
Add reminder to minimise code outside try/catch
henrymercer Jan 22, 2026
229e0cd
Add catch-all error reporting for errors that slip through `run`
henrymercer Jan 22, 2026
5e98e18
Merge pull request #3410 from github/dependabot/npm_and_yarn/tar-7.5.6
henrymercer Jan 22, 2026
6bd84b6
Rename to "unhandled"
henrymercer Jan 23, 2026
529c266
Use `getErrorMessage` in more places
henrymercer Jan 23, 2026
edebb78
Differentiate unhandled errors in telemetry
henrymercer Jan 23, 2026
91f3460
Throw if in test mode
henrymercer Jan 23, 2026
28bfb7b
Omit error from start-proxy Action
henrymercer Jan 23, 2026
a8dd5ab
Merge pull request #3414 from github/dependabot/npm_and_yarn/lodash-4…
henrymercer Jan 23, 2026
fba7872
Address review comments
henrymercer Jan 23, 2026
1601acf
Merge pull request #3415 from github/henrymercer/address-telemetry-gap
henrymercer Jan 23, 2026
9469107
Update changelog for v4.31.11
github-actions[bot] Jan 23, 2026
03afde0
Add noteworthy changes to changelog
mbg Jan 23, 2026
19b2f06
Merge pull request #3417 from github/update-v4.31.11-1601acf88
mbg Jan 23, 2026
23e84a3
Revert "Update version and changelog for v3.31.10"
github-actions[bot] Jan 23, 2026
8233700
Revert "Rebuild"
github-actions[bot] Jan 23, 2026
21961f3
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.31…
github-actions[bot] Jan 23, 2026
9ffacc7
Update version and changelog for v3.31.11
github-actions[bot] Jan 23, 2026
c9e0329
Rebuild
github-actions[bot] Jan 23, 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: 3 additions & 2 deletions .github/workflows/__all-platform-bundle.yml

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

5 changes: 3 additions & 2 deletions .github/workflows/__analyze-ref-input.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/__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.

4 changes: 2 additions & 2 deletions .github/workflows/__autobuild-working-dir.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-autobuild.yml

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

5 changes: 3 additions & 2 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.

4 changes: 2 additions & 2 deletions .github/workflows/__build-mode-rollback.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/__bundle-from-toolcache.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/__bundle-toolcache.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/__bundle-zstd.yml

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

87 changes: 87 additions & 0 deletions .github/workflows/__ccr.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/__cleanup-db-cluster-dir.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/__config-export.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/__config-input.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/__cpp-deptrace-disabled.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/__cpp-deptrace-enabled-on-macos.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/__cpp-deptrace-enabled.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/__diagnostics-export.yml

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

5 changes: 3 additions & 2 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.

4 changes: 2 additions & 2 deletions .github/workflows/__extractor-ram-threads.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/__global-proxy.yml

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

5 changes: 3 additions & 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.

4 changes: 2 additions & 2 deletions .github/workflows/__go-indirect-tracing-workaround.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/__go-tracing-autobuilder.yml

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

Loading
Loading