diff --git a/CHANGELOG.md b/CHANGELOG.md index 76f2883b90..bc8ceef433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th ## [UNRELEASED] -- 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. [#2376](https://github.com/github/codeql-action/pull/2935) +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) ## 3.29.1 - 27 Jun 2025 diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index c26cc2f876..ee0c04a618 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.29.2", + "version": "3.29.3", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 79ff14061e..d12036935d 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 385207031b..2a9d8d920d 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": {