diff --git a/CHANGELOG.md b/CHANGELOG.md index f43b8573e..e510144ed 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.22.4 - 20 Oct 2023 + - Update default CodeQL bundle version to 2.15.1. [#1953](https://github.com/github/codeql-action/pull/1953) - Users will begin to see warnings on Node.js 16 deprecation in their Actions logs on code scanning runs starting October 23, 2023. - All code scanning workflows should continue to succeed regardless of the warning. diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 750892281..927e17557 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.22.4", + "version": "2.22.5", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index d51e4e832..a5ea65b1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.22.4", + "version": "2.22.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.22.4", + "version": "2.22.5", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.2", diff --git a/package.json b/package.json index e2f2a7e3a..ddd515b9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.22.4", + "version": "2.22.5", "private": true, "description": "CodeQL action", "scripts": {