Skip to content

Commit d23178b

Browse files
author
Dave Bartolomeo
authored
Merge pull request #2756 from github/github-action/bump-cli
Bump CLI Version to v2.14.3 for integration tests
2 parents af22a15 + b09e994 commit d23178b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/cli-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ on:
66
pull_request:
77
types: [opened, synchronize, reopened, ready_for_review]
88
paths:
9+
- .github/workflows/cli-test.yml
910
- extensions/ql-vscode/src/codeql-cli/**
1011
- extensions/ql-vscode/src/language-support/**
1112
- extensions/ql-vscode/src/query-server/**
13+
- extensions/ql-vscode/supported_cli_versions.json
1214

1315
jobs:
1416
find-nightly:
@@ -47,7 +49,7 @@ jobs:
4749
strategy:
4850
matrix:
4951
os: [ubuntu-latest, windows-latest]
50-
version: ${{ fromJson(needs.set-matrix.outputs.cli-versions) }}
52+
version: ${{ fromJson(needs.set-matrix.outputs.cli-versions) }}
5153
fail-fast: false
5254
env:
5355
CLI_VERSION: ${{ matrix.version }}

extensions/ql-vscode/supported_cli_versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
2-
"v2.14.2",
2+
"v2.14.3",
33
"v2.13.5",
44
"v2.12.7",
55
"v2.11.6",

0 commit comments

Comments
 (0)