From 844fc3cd568f536f33fc4ef01879a0e05ff12cfd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 00:47:03 +0000 Subject: [PATCH] Revert "Update version and changelog for v2.22.11" This reverts commit e7637621314246dd6604e4f5353477371f50cc49. --- CHANGELOG.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5475564dc..992dc98ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. -## 2.22.11 - 13 Dec 2023 +## 3.22.11 - 13 Dec 2023 -No user facing changes. +- [v3+ only] The CodeQL Action now runs on Node.js v20. [#2006](https://github.com/github/codeql-action/pull/2006) ## 2.22.10 - 12 Dec 2023 diff --git a/package-lock.json b/package-lock.json index 518f49cee..39f9fae62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.22.11", + "version": "3.22.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.22.11", + "version": "3.22.11", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.2", diff --git a/package.json b/package.json index deed89e04..4d2eef934 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.22.11", + "version": "3.22.11", "private": true, "description": "CodeQL action", "scripts": {