Merge pull request #2756 from github/github-action/bump-cli

Bump CLI Version to v2.14.3 for integration tests
This commit is contained in:
Dave Bartolomeo
2023-08-28 12:18:48 -04:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -6,9 +6,11 @@ on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths:
- .github/workflows/cli-test.yml
- extensions/ql-vscode/src/codeql-cli/**
- extensions/ql-vscode/src/language-support/**
- extensions/ql-vscode/src/query-server/**
- extensions/ql-vscode/supported_cli_versions.json
jobs:
find-nightly:
@@ -47,7 +49,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
version: ${{ fromJson(needs.set-matrix.outputs.cli-versions) }}
version: ${{ fromJson(needs.set-matrix.outputs.cli-versions) }}
fail-fast: false
env:
CLI_VERSION: ${{ matrix.version }}

View File

@@ -1,5 +1,5 @@
[
"v2.14.2",
"v2.14.3",
"v2.13.5",
"v2.12.7",
"v2.11.6",