From 03a275bc1190c15f40ac8a3d4e2fb553816aa440 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 30 Mar 2022 11:13:40 +0000 Subject: [PATCH] Update version and changelog for v1.1.6 --- CHANGELOG.md | 3 +-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fe955fe80..1542392f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,7 @@ # CodeQL Action Changelog -## 2.1.6 - 30 Mar 2022 +## 1.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 552ecf431f..9ca9683173 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.1.6", + "version": "1.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.1.6", + "version": "1.1.6", "license": "MIT", "dependencies": { "@actions/artifact": "^1.0.0", diff --git a/package.json b/package.json index 140d3332f9..91cc84e76f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.6", + "version": "1.1.6", "private": true, "description": "CodeQL action", "scripts": {