diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3b257e7c..e9168cf5ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CodeQL Action Changelog +## [UNRELEASED] + +No user facing changes. + ## 2.1.23 - 14 Sep 2022 - Allow CodeQL packs to be downloaded from GitHub Enterprise Server instances, using the new `registries` input for the `init` action. [#1221](https://github.com/github/codeql-action/pull/1221) diff --git a/package-lock.json b/package-lock.json index be1f5ab378..834288d4d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.1.23", + "version": "2.1.24", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.1.23", + "version": "2.1.24", "license": "MIT", "dependencies": { "@actions/artifact": "^1.0.0", diff --git a/package.json b/package.json index 8fdc2c05fb..db343c81fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.23", + "version": "2.1.24", "private": true, "description": "CodeQL action", "scripts": {