diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d79e07d1..cb93cc7e3 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. + +## 2.21.2 - 28 Jul 2023 + - Update default CodeQL bundle version to 2.14.1. [#1797](https://github.com/github/codeql-action/pull/1797) - Avoid duplicating the analysis summary within the logs. [#1811](https://github.com/github/codeql-action/pull/1811) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 5f8d05556..26ef6519d 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.21.2", + "version": "2.21.3", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 70cc4a6a3..d28933826 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.21.2", + "version": "2.21.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.21.2", + "version": "2.21.3", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.1", diff --git a/package.json b/package.json index 2787d449a..87379e045 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.21.2", + "version": "2.21.3", "private": true, "description": "CodeQL action", "scripts": {