From c9149684ff0b242d964b93bea12e3afef68ccf50 Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Wed, 21 Jan 2026 15:32:02 +0000 Subject: [PATCH] Add empty project to CCR test, and limit CLI versions --- .github/workflows/__ccr.yml | 19 ++++--------------- pr-checks/checks/ccr.yml | 2 ++ 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/.github/workflows/__ccr.yml b/.github/workflows/__ccr.yml index d218e7bfc..5ee5cd981 100644 --- a/.github/workflows/__ccr.yml +++ b/.github/workflows/__ccr.yml @@ -37,23 +37,11 @@ jobs: matrix: include: - os: ubuntu-latest - version: stable-v2.17.6 - - os: ubuntu-latest - version: stable-v2.18.4 - - os: ubuntu-latest - version: stable-v2.19.4 - - os: ubuntu-latest - version: stable-v2.20.7 - - os: ubuntu-latest - version: stable-v2.21.4 - - os: ubuntu-latest - version: stable-v2.22.4 - - os: ubuntu-latest - version: default + version: linked + test-directory: tests/multi-language-repo - os: ubuntu-latest version: linked - - os: ubuntu-latest - version: nightly-latest + test-directory: tests/empty-repo name: CCR if: github.triggering_actor != 'dependabot[bot]' permissions: @@ -71,6 +59,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' setup-kotlin: 'true' + test-directory: ${{ matrix.test-directory }} - uses: ./../action/init id: init with: diff --git a/pr-checks/checks/ccr.yml b/pr-checks/checks/ccr.yml index f4140508e..6a4f75ff1 100644 --- a/pr-checks/checks/ccr.yml +++ b/pr-checks/checks/ccr.yml @@ -1,5 +1,7 @@ name: "CCR" description: "A standard analysis in CCR mode" +testDirectories: ["tests/multi-language-repo", "tests/empty-repo"] +versions: ["linked"] env: CODEQL_ACTION_ANALYSIS_KEY: "dynamic/copilot-pull-request-reviewer/codeql-action-test" steps: