From 0afedcafa74b1f7ac85b4c78fec902b956e7f33e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 19 Jul 2021 09:32:57 +0000 Subject: [PATCH] Update changelog and version after v1.0.6 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53132e0f1..27c005083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CodeQL Action and CodeQL Runner Changelog +## [UNRELEASED] + +No user facing changes. + ## 1.0.6 - 19 Jul 2021 - The `init` step of the Action now supports a `source-root` input as a path to the root source-code directory. By default, the path is relative to `$GITHUB_WORKSPACE`. [#607](https://github.com/github/codeql-action/pull/607)