diff --git a/CHANGELOG.md b/CHANGELOG.md index 23846a68df..5ada6596ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # CodeQL Action Changelog +## [UNRELEASED] + +No user facing changes. + See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. -## [UNRELEASED] +## 2.20.4 - 14 Jul 2023 - This is the last release of the Action that supports CodeQL CLI versions 2.8.5 to 2.9.3. These versions of the CodeQL CLI were deprecated on June 20, 2023 alongside GitHub Enterprise Server 3.5 and will not be supported by the next release of the CodeQL Action (2.21.0). - If you are using one of these versions, please update to CodeQL CLI version 2.9.4 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version. diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 2bef485a7f..8ec8a188c1 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.20.4", + "version": "2.20.5", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index dd57a82ef3..7351907582 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.20.4", + "version": "2.20.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.20.4", + "version": "2.20.5", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.1", diff --git a/package.json b/package.json index 60e1fde22b..fe0b99e888 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.20.4", + "version": "2.20.5", "private": true, "description": "CodeQL action", "scripts": {