From a85fe3d82f4fa6423f1e689a439908652dc83ac3 Mon Sep 17 00:00:00 2001 From: Mario Campos Date: Tue, 29 Jun 2021 16:14:47 -0500 Subject: [PATCH] Update CHANGELOG for PR #607 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07e8ab4774..0d25a2ae2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## [UNRELEASED] +- The `init` step of the Action now supports a `source-root` input to be able to specify a path under the GitHub workspace to be the root source-code directory. [#607](https://github.com/github/codeql-action/pull/607) - 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) ## 1.0.4 - 28 Jun 2021