diff --git a/CHANGELOG.md b/CHANGELOG.md index bc8ceef433..fb37fd0269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th No user facing changes. +## 3.29.3 - 21 Jul 2025 + +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/node_modules/.package-lock.json b/node_modules/.package-lock.json index 0eec3192c2..19da294dca 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.29.3", + "version": "3.29.4", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 3d10aeae72..d98e5a7b62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "3.29.3", + "version": "3.29.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "3.29.3", + "version": "3.29.4", "license": "MIT", "dependencies": { "@actions/artifact": "^2.3.1", diff --git a/package.json b/package.json index 6c6651b7f0..f05f70bf8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.29.3", + "version": "3.29.4", "private": true, "description": "CodeQL action", "scripts": {