From 3d10ffe493b6e63711382d843411cbbce5d4bdaf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 Apr 2022 16:21:40 +0000 Subject: [PATCH] Update version and changelog for v1.1.7 --- CHANGELOG.md | 5 ++--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 400b712301..33def48074 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,11 @@ # CodeQL Action Changelog -## 2.1.7 - 05 Apr 2022 +## 1.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) -## 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 a21591507d..98dfab3455 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.1.7", + "version": "1.1.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.1.7", + "version": "1.1.7", "license": "MIT", "dependencies": { "@actions/artifact": "^1.0.0", diff --git a/package.json b/package.json index 1ec88af575..ec0af61860 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.7", + "version": "1.1.7", "private": true, "description": "CodeQL action", "scripts": {