diff --git a/CHANGELOG.md b/CHANGELOG.md index 1787a0cbea..f2d1bdbf9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [UNRELEASED] +No user facing changes. + +## 2.1.30 - 02 Nov 2022 + - Improve the error message when using CodeQL bundle version 2.7.2 and earlier in a workflow that runs on a runner image such as `ubuntu-22.04` that uses glibc version 2.34 and later. [#1334](https://github.com/github/codeql-action/pull/1334) ## 2.1.29 - 26 Oct 2022 diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 6e46c81f94..e842dff7fc 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.30", + "version": "2.1.31", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index ea2052b290..b40dca9441 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.1.30", + "version": "2.1.31", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.1.30", + "version": "2.1.31", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.0", diff --git a/package.json b/package.json index 84dc3efca8..ceab0b609c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.30", + "version": "2.1.31", "private": true, "description": "CodeQL action", "scripts": {