Skip to content

Commit e7ab296

Browse files
authored
Update CLI integration tests with latest version of CLI (#889)
CodeQL CLI v2.5.6 was released yesterday 🎉
1 parent 49a3534 commit e7ab296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
strategy:
128128
matrix:
129129
os: [ubuntu-latest, windows-latest]
130-
version: ['v2.2.6', 'v2.3.3', 'v2.4.6', 'v2.5.5']
130+
version: ['v2.2.6', 'v2.3.3', 'v2.4.6', 'v2.5.6']
131131
env:
132132
CLI_VERSION: ${{ matrix.version }}
133133
TEST_CODEQL_PATH: '${{ github.workspace }}/codeql'

0 commit comments

Comments
 (0)