Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
a3e50f3
Clean-up logic for overriding proxy
marcogario Apr 1, 2025
9ec8453
Update changelog and version after v3.29.8
github-actions[bot] Aug 8, 2025
8cec93a
Clean up zstd streaming extraction feature flag
henrymercer Aug 8, 2025
1afa0e7
Cleanup extract to toolcache feature flag
henrymercer Aug 8, 2025
c9d51ab
Remove blank lines
henrymercer Aug 8, 2025
5fabbc2
Update checked-in dependencies
github-actions[bot] Aug 8, 2025
01992a9
Clean up Zstd bundle PR checks
henrymercer Aug 8, 2025
84973f7
Clean up toolcache PR checks
henrymercer Aug 8, 2025
4474150
Merge pull request #3020 from github/mergeback/v3.29.8-to-main-76621b61
henrymercer Aug 8, 2025
1ae99de
Update `cleanup-level` input description
henrymercer Aug 8, 2025
f3997c2
Add risk assessment to PR template
henrymercer Aug 8, 2025
6504a72
Update CODEQL_OVERLAY_MINIMUM_VERSION
cklin Jul 23, 2025
da8dabf
VersionInfo: add overlayVersion field
cklin Jul 21, 2025
a71ebf3
Remove resolveQueries()
cklin Jul 23, 2025
ad19982
Remove packDownload()
cklin Jul 23, 2025
9d202e0
Add resolveQueriesStartingPacks()
cklin Jul 31, 2025
c47e154
Add checkPacksForOverlayCompatibility()
cklin Aug 6, 2025
ed9d057
Extract runDatabaseInitCluster()
cklin Jul 24, 2025
ee7cacd
Inline runInit()
cklin Jul 24, 2025
bc9c32e
init-action: check packs for overlay compatibility
cklin Jul 25, 2025
ee698cb
init-action: inhibit non-empty dbLocation warning when restarting
cklin Jul 28, 2025
8dbcef5
Extract getGeneratedSuitePath()
cklin Aug 5, 2025
57f4ac5
PR checks: add overlay-init-fallback.yml
cklin Aug 8, 2025
baac929
Check both qlpack.yml and codeql-pack.yml
cklin Aug 8, 2025
e471477
build: refresh js files
cklin Aug 8, 2025
5b6f1d2
Merge pull request #3021 from github/henrymercer/cleanup-extract-to-t…
henrymercer Aug 11, 2025
916d5bd
Merge branch 'main' into henrymercer/improve-pr-template
henrymercer Aug 11, 2025
28f2516
Improve Rust analysis PR check
redsun82 Aug 11, 2025
be99c61
Merge branch 'main' into marcogario/clean-up-proxy-workaround
henrymercer Aug 11, 2025
efcb415
Merge pull request #3022 from github/henrymercer/improve-pr-template
henrymercer Aug 11, 2025
f45dfa6
Merge pull request #2839 from github/marcogario/clean-up-proxy-workar…
henrymercer Aug 11, 2025
2d7401b
Revert `ruamel.yaml` back to 0.17.31
redsun82 Aug 11, 2025
286b9e9
Specify the `ruamel.yaml` version in one place only (`sync.sh`)
redsun82 Aug 11, 2025
bf1dd69
Move comments up in `rust.yml`
redsun82 Aug 11, 2025
821d3bd
Merge branch 'main' into cklin/overlay-pack-check
cklin Aug 11, 2025
c6dcdfa
Merge pull request #2993 from github/cklin/overlay-pack-check
cklin Aug 11, 2025
9f966bb
Merge branch 'main' into redsun82/rust-test
redsun82 Aug 11, 2025
1a376ca
Bump the npm group with 6 updates
dependabot[bot] Aug 12, 2025
542b274
Update checked-in dependencies
github-actions[bot] Aug 12, 2025
a4cd8fd
Merge pull request #3024 from github/dependabot/npm_and_yarn/npm-3a4f…
henrymercer Aug 12, 2025
cc722e4
Merge pull request #3023 from github/redsun82/rust-test
mbg Aug 12, 2025
53f255b
Update changelog for v3.29.9
github-actions[bot] Aug 12, 2025
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
15 changes: 12 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@


### Risk assessment

For internal use only. Please select the risk level of this change:

- **Low risk:** Changes are fully under feature flags, or have been fully tested and validated in pre-production environments and are highly observable, or are documentation or test only.
- **High risk:** Changes are not fully under feature flags, have limited visibility and/or cannot be tested outside of production.

### Merge / deployment checklist

- [ ] Confirm this change is backwards compatible with existing workflows.
- [ ] Confirm the [readme](https://github.com/github/codeql-action/blob/main/README.md) has been updated if necessary.
- [ ] Confirm the [changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) has been updated if necessary.
- Confirm this change is backwards compatible with existing workflows.
- Consider adding a [changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) entry for this change.
- Confirm the [readme](https://github.com/github/codeql-action/blob/main/README.md) and docs have been updated if necessary.
2 changes: 1 addition & 1 deletion .github/workflows/__all-platform-bundle.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/__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/__autobuild-direct-tracing.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-autobuild.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-manual.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-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.

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/__cleanup-db-cluster-dir.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/__config-export.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/__config-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/__cpp-deptrace-disabled.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/__cpp-deptrace-enabled-on-macos.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/__cpp-deptrace-enabled.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/__diagnostics-export.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/__export-file-baseline-information.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/__extractor-ram-threads.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/__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.

2 changes: 1 addition & 1 deletion .github/workflows/__go-indirect-tracing-workaround.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/__go-tracing-autobuilder.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/__go-tracing-custom-build-steps.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/__go-tracing-legacy-workflow.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/__init-with-registries.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/__javascript-source-root.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/__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.

2 changes: 1 addition & 1 deletion .github/workflows/__multi-language-autodetect.yml

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

69 changes: 69 additions & 0 deletions .github/workflows/__overlay-init-fallback.yml

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

Loading
Loading