diff --git a/CHANGELOG.md b/CHANGELOG.md index ae515e9923..e9168cf5ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [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) - Update default CodeQL bundle version to 2.10.5. [#1240](https://github.com/github/codeql-action/pull/1240) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 00c99658fc..ca2714925c 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.23", + "version": "2.1.24", "lockfileVersion": 2, "requires": true, "packages": { 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": {