diff --git a/CHANGELOG.md b/CHANGELOG.md index b793ab3a08..569e3ad793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the ## [UNRELEASED] +No user facing changes. + +## 3.23.1 - 17 Jan 2024 + - Update default CodeQL bundle version to 2.16.0. [#2073](https://github.com/github/codeql-action/pull/2073) - Change the retention period for uploaded debug artifacts to 7 days. Previously, this was whatever the repository default was. [#2079](https://github.com/github/codeql-action/pull/2079) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 09c1d736fd..a1735a60ca 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.23.1", + "version": "3.23.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 7c85f1856d..64541ce39c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "3.23.1", + "version": "3.23.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "3.23.1", + "version": "3.23.2", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.2", diff --git a/package.json b/package.json index f4ff80c2b6..c610a5d52a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.23.1", + "version": "3.23.2", "private": true, "description": "CodeQL action", "scripts": {