Add empty project to CCR test, and limit CLI versions

This commit is contained in:
Michael B. Gale
2026-01-21 15:32:02 +00:00
parent 8ddcd326f1
commit c9149684ff
2 changed files with 6 additions and 15 deletions
+4 -15
View File
@@ -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:
+2
View File
@@ -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: