From aa03f9b02350493180501dcd9eebb83498113a09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 12 Jul 2021 21:54:31 +0000 Subject: [PATCH 1/3] 1.0.5 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb8b06e474..a3d862edad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CodeQL Action and CodeQL Runner Changelog -## [UNRELEASED] +## 1.0.5 - 12 Jul 2021 - The `analyze` step of the Action now supports a `skip-queries` option to merely build the CodeQL database without analyzing. This functionality is not present in the runner. Additionally, the step will no longer fail if it encounters a finalized database, and will instead continue with query execution. [#602](https://github.com/github/codeql-action/pull/602) - Update the warning message when the baseline lines of code count is unavailable. [#608](https://github.com/github/codeql-action/pull/608) From a10ed6c6103fefbcb3d71d3181725d26c0c595b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 12 Jul 2021 23:03:39 +0000 Subject: [PATCH 2/3] Update changelog and version after v1.0.5 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3d862edad..636d96495b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CodeQL Action and CodeQL Runner Changelog +## [UNRELEASED] + +No user facing changes. + ## 1.0.5 - 12 Jul 2021 - The `analyze` step of the Action now supports a `skip-queries` option to merely build the CodeQL database without analyzing. This functionality is not present in the runner. Additionally, the step will no longer fail if it encounters a finalized database, and will instead continue with query execution. [#602](https://github.com/github/codeql-action/pull/602) From 92df23808d1c651425de7d6fad79983ca20a4cfe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 12 Jul 2021 23:03:41 +0000 Subject: [PATCH 3/3] 1.0.6 --- package-lock.json | 2 +- package.json | 2 +- runner/package-lock.json | 2 +- runner/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 10e6f31585..5d54407025 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 0017ee0be6..57ef2312b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "1.0.5", + "version": "1.0.6", "private": true, "description": "CodeQL action", "scripts": { diff --git a/runner/package-lock.json b/runner/package-lock.json index 564f48b795..f62f102be1 100644 --- a/runner/package-lock.json +++ b/runner/package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql-runner", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/runner/package.json b/runner/package.json index e5b9794e81..9b3b80e5f6 100644 --- a/runner/package.json +++ b/runner/package.json @@ -1,6 +1,6 @@ { "name": "codeql-runner", - "version": "1.0.5", + "version": "1.0.6", "private": true, "description": "CodeQL runner", "scripts": {