diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c9dbb60..bc8ceef43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. +## [UNRELEASED] + +No user facing changes. + ## 3.29.2 - 30 Jun 2025 - Experimental: When the `quality-queries` input for the `init` action is provided with an argument, separate `.quality.sarif` files are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. [#2935](https://github.com/github/codeql-action/pull/2935) diff --git a/package-lock.json b/package-lock.json index 79ff14061..d12036935 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "3.29.2", + "version": "3.29.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "3.29.2", + "version": "3.29.3", "license": "MIT", "dependencies": { "@actions/artifact": "^2.3.1", diff --git a/package.json b/package.json index 385207031..2a9d8d920 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.29.2", + "version": "3.29.3", "private": true, "description": "CodeQL action", "scripts": {