Skip to content

Commit ab31d86

Browse files
committed
Update cli version in integration test
Simplify description of executablePath setting "This overrides all other CodeQL CLI settings" is a potential source of confusion, since it suggests the RAM and threads settings may not be passed to custom CLIs, when this is in fact the case.
1 parent f2d0772 commit ab31d86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
strategy:
127127
matrix:
128128
os: [ubuntu-latest, windows-latest]
129-
version: ['v2.2.6', 'v2.3.3', 'v2.4.2']
129+
version: ['v2.2.6', 'v2.3.3', 'v2.4.4']
130130
env:
131131
CLI_VERSION: ${{ matrix.version }}
132132
TEST_CODEQL_PATH: '${{ github.workspace }}/codeql'

0 commit comments

Comments
 (0)