diff --git a/.github/workflows/ql-for-ql-dataset_measure.yml b/.github/workflows/ql-for-ql-dataset_measure.yml index 2d6cc1ba87cac..963aee8a3c994 100644 --- a/.github/workflows/ql-for-ql-dataset_measure.yml +++ b/.github/workflows/ql-for-ql-dataset_measure.yml @@ -48,7 +48,7 @@ jobs: - name: Create database run: | codeql/codeql database create \ - --search-path "${{ github.workspace }}" \ + --search-path "ql/" \ --threads 4 \ --language ql --source-root "${{ github.workspace }}/repo" \ "${{ runner.temp }}/database"