From f04ca7c11c4051f237fb8971c64e50454123ed1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 2 Nov 2022 11:23:49 +0000 Subject: [PATCH 1/3] Update changelog for v2.1.30 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1787a0cbea..1295db956d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CodeQL Action Changelog -## [UNRELEASED] +## 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) From 60c8cda20367e09bf70575e76d484c32ad48524f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 2 Nov 2022 12:13:36 +0000 Subject: [PATCH 2/3] Update changelog and version after v2.1.30 --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1295db956d..f2d1bdbf9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CodeQL Action Changelog +## [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) 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": { From 81a1ec0fb3d161dc303520cc434fae20bb1e9219 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 2 Nov 2022 12:31:48 +0000 Subject: [PATCH 3/3] Update checked-in dependencies --- node_modules/.package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {