Releases: advanced-security/codeql-bundle-action
Releases · advanced-security/codeql-bundle-action
v2.2.0
v2.1.0
v2.0.1
What's changed
- Add an option to enable debug logging
- Update the test packages to always work with the latest CodeQL bundle
- Use v2 of the actions in the test workflow
Full Changelog: v2.0...v2.0.1
v2.0
What's Changed
- Rewrite of the Action that relies on the CodeQL bundle CLI to perform the bundling.
- Split the Action into an Action to download a bundle for customization and an action to create a custom bundle.
This split provides more flexibility from where a bundle is obtained for customization.
Full Changelog: v1...v2.0
v1.1.0
What's Changed
- Bump @actions/core from 1.6.0 to 1.9.1 by @dependabot in #2
- Address breaking change pack ls by @rvermeulen in #4
- Add support for qlx compiled queries by @rvermeulen in #3
V1.0.0
Initial release