From acf17f75471003c984b38eac5142660e44016447 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 Apr 2022 18:21:55 +0000 Subject: [PATCH] Revert "Update version and changelog for v1.1.8" This reverts commit f679ec9aa934e3f0278b4c4bf491899d86371ae7. --- CHANGELOG.md | 7 ++++--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7e539016..64046f805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # CodeQL Action Changelog -## 1.1.8 - 08 Apr 2022 +## 2.1.8 - 08 Apr 2022 - Update default CodeQL bundle version to 2.8.5. [#1014](https://github.com/github/codeql-action/pull/1014) - Fix error where the init action would fail due to a GitHub API request that was taking too long to complete [#1025](https://github.com/github/codeql-action/pull/1025) -## 1.1.7 - 05 Apr 2022 +## 2.1.7 - 05 Apr 2022 - A bug where additional queries specified in the workflow file would sometimes not be respected has been fixed. [#1018](https://github.com/github/codeql-action/pull/1018) -## 1.1.6 - 30 Mar 2022 +## 2.1.6 - 30 Mar 2022 +- [v2+ only] The CodeQL Action now runs on Node.js v16. [#1000](https://github.com/github/codeql-action/pull/1000) - Update default CodeQL bundle version to 2.8.4. [#990](https://github.com/github/codeql-action/pull/990) - Fix a bug where an invalid `commit_oid` was being sent to code scanning when a custom checkout path was being used. [#956](https://github.com/github/codeql-action/pull/956) diff --git a/package-lock.json b/package-lock.json index 9adabaf90..873639d6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "1.1.8", + "version": "2.1.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codeql", - "version": "1.1.8", + "version": "2.1.8", "license": "MIT", "dependencies": { "@actions/artifact": "^1.0.0", diff --git a/package.json b/package.json index 409ad587e..c182f8bee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "1.1.8", + "version": "2.1.8", "private": true, "description": "CodeQL action", "scripts": {