diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dfe70360e..1168dd60b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th ## [UNRELEASED] +No user facing changes. + +## 3.29.0 - 11 Jun 2025 + - Update default CodeQL bundle version to 2.22.0. [#2925](https://github.com/github/codeql-action/pull/2925) - Bump minimum CodeQL bundle version to 2.16.6. [#2912](https://github.com/github/codeql-action/pull/2912) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index eef777127e..2bb25482e0 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.29.0", + "version": "3.29.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 0fac468f03..817560cf8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "3.29.0", + "version": "3.29.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "3.29.0", + "version": "3.29.1", "license": "MIT", "dependencies": { "@actions/artifact": "^2.3.1", diff --git a/package.json b/package.json index cc90a438af..4ae885838b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.29.0", + "version": "3.29.1", "private": true, "description": "CodeQL action", "scripts": {