From a10ed6c6103fefbcb3d71d3181725d26c0c595b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 12 Jul 2021 23:03:39 +0000 Subject: [PATCH] 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 a3d862eda..636d96495 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)