Skip to content

Releases: dereknorrbom/run-codeql

v1.6.0

25 Apr 23:53

Choose a tag to compare

v1.6.0 (2026-04-25)

This release is published under the MIT License.

Chores

  • Modernize Poetry dependency groups (1d8e84b)

Features

  • Support CodeQL auto-download on Windows (c348522)

Detailed Changes: v1.5.0...v1.6.0

v1.5.0

13 Apr 22:41

Choose a tag to compare

v1.5.0 (2026-04-13)

This release is published under the MIT License.


Detailed Changes: v1.4.0...v1.5.0

v1.4.0

13 Apr 22:13

Choose a tag to compare

v1.4.0 (2026-04-13)

This release is published under the MIT License.

Bug Fixes

  • Name sarif reports by resolved suite profile (c90f30f)

  • Resolve javascript suite packs correctly (7bcc3ff)

Chores

  • Add multiple issue events and comments for rcql project, improving tracking of bug fixes and feature implementations (43ed749)

  • Apply black formatting to test_scanner_config (a1ee8d6)

Documentation

  • Update AGENTS.md to include Git workflow guidelines and commit message conventions (de80d67)

Features

  • Add standard-findings scan mode (d2aa706)

Refactoring

  • tests: Update test_scanner_config to use scanner module functions directly (1dec621)

Detailed Changes: v1.3.1...v1.4.0

v1.3.1

03 Apr 20:59

Choose a tag to compare

v1.3.1 (2026-04-03)

This release is published under the MIT License.

Bug Fixes

  • Default rcql scans to security and quality (df143e5)

  • Sanitize code scanning config for local db creation (2dcaf72)

Chores

  • Update .gitignore to exclude project cache index file (4e1e4fb)

  • kanbus: Add multiple issue events and comments for rcql project, enhancing tracking of compatibility improvements and bug fixes (e12f398)


Detailed Changes: v1.3.0...v1.3.1

v1.3.0

03 Apr 19:54

Choose a tag to compare

v1.3.0 (2026-04-03)

This release is published under the MIT License.

Chores

  • kanbus: Track rcql config and default exclude rollout (fba194a)

Features

  • config: Add repo-level rcql config and stronger default excludes (c404258)

Detailed Changes: v1.2.0...v1.3.0

v1.2.0

03 Apr 16:31

Choose a tag to compare

v1.2.0 (2026-04-03)

This release is published under the MIT License.

Bug Fixes

  • sarif: Handle db mirror src paths missing leading slash (0571620)

  • sarif: Normalize codeql db mirror paths and dedupe findings (7d9c595)

Chores

  • Add project management structure and guidelines with Kanbus integration. Introduce .cursorignore, .gitignore, and configuration files to enforce project discipline and prevent direct edits to issues and events directories. (a53b77c)

  • Enhance Makefile and CI workflows with new Poetry commands for lockfile management and dependency auditing. Update job configurations to use consistent action versions. (8e9ccf3)

  • Migrate project to Poetry for dependency management and build system. Update Makefile commands to use Poetry, add .DS_Store to .gitignore, and refine pyproject.toml for improved configuration and script definitions. (0d23dd9)

  • Update CI and release workflows to use specific version of Poetry (v1.4.1) for improved consistency and reliability in dependency management. (8be3640)

  • Update Python version support in project configuration and CI workflows to include 3.13 and 3.14 (88592ba)

  • kanbus: Record rcql default-noise filter rollout (3f6ecef)

  • kanbus: Record rcql-830641 completion (799c34d)

  • kanbus: Record rcql-830641 follow-up validation (1b32ec0)

  • kanbus: Record sync events after noise-filter push (6c39590)

  • kanbus: Record sync events after push (9fd3a47)

Features

  • cli: Default-exclude third-party sarif noise with override flags (a25de9c)

Detailed Changes: v1.1.1...v1.2.0

v1.1.1

05 Mar 19:24

Choose a tag to compare

v1.1.1 (2026-03-05)


Detailed Changes: v1.1.0...v1.1.1

v1.1.0

05 Mar 19:18

Choose a tag to compare

v1.1.0 (2026-03-05)

Chores

  • ci: Update CI workflows to include testing and linting jobs. Added permissions for content access and configured Python versions for testing. Enhanced release workflow to depend on CI and lint jobs. (62c1b6a)

Features


Detailed Changes: v1.0.0...v1.1.0

v1.0.0

05 Mar 19:01

Choose a tag to compare

v1.0.0 (2026-03-05)

  • Initial Release