From f4fb1cfb88ec71432661de0d29aba7eb3ce0d935 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 Jun 2022 23:53:49 +0000 Subject: [PATCH] Update version and changelog for v1.1.14 --- CHANGELOG.md | 19 +++++++++---------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33726a38a5..c08bdad9f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,45 +1,44 @@ # CodeQL Action Changelog -## 2.1.14 - 22 Jun 2022 +## 1.1.14 - 22 Jun 2022 No user facing changes. -## 2.1.13 - 21 Jun 2022 +## 1.1.13 - 21 Jun 2022 - Update default CodeQL bundle version to 2.9.4. [#1100](https://github.com/github/codeql-action/pull/1100) -## 2.1.12 - 01 Jun 2022 +## 1.1.12 - 01 Jun 2022 - Update default CodeQL bundle version to 2.9.3. [#1084](https://github.com/github/codeql-action/pull/1084) -## 2.1.11 - 17 May 2022 +## 1.1.11 - 17 May 2022 - Update default CodeQL bundle version to 2.9.2. [#1074](https://github.com/github/codeql-action/pull/1074) -## 2.1.10 - 10 May 2022 +## 1.1.10 - 10 May 2022 - Update default CodeQL bundle version to 2.9.1. [#1056](https://github.com/github/codeql-action/pull/1056) - When `wait-for-processing` is enabled, the workflow will now fail if there were any errors that occurred during processing of the analysis results. -## 2.1.9 - 27 Apr 2022 +## 1.1.9 - 27 Apr 2022 - Add `working-directory` input to the `autobuild` action. [#1024](https://github.com/github/codeql-action/pull/1024) - The `analyze` and `upload-sarif` actions will now wait up to 2 minutes for processing to complete after they have uploaded the results so they can report any processing errors that occurred. This behavior can be disabled by setting the `wait-for-processing` action input to `"false"`. [#1007](https://github.com/github/codeql-action/pull/1007) - Update default CodeQL bundle version to 2.9.0. - Fix a bug where [status reporting fails on Windows](https://github.com/github/codeql-action/issues/1041). [#1042](https://github.com/github/codeql-action/pull/1042) -## 2.1.8 - 08 Apr 2022 +## 1.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) -## 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 101d4ece0f..3e4ea01979 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.1.14", + "version": "1.1.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.1.14", + "version": "1.1.14", "license": "MIT", "dependencies": { "@actions/artifact": "^1.0.0", diff --git a/package.json b/package.json index 30942a3d85..003356e0f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.14", + "version": "1.1.14", "private": true, "description": "CodeQL action", "scripts": {