Skip to content

Commit cbf3106

Browse files
committed
testing installation of new codeql
1 parent d1d8450 commit cbf3106

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/run-codeql-unit-tests-cpp.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,10 @@ jobs:
5959

6060
- name: Install CodeQL
6161
id: install-codeql
62-
uses: ./.github/actions/install-codeql
63-
with:
64-
codeql-cli-version: ${{ matrix.codeql_cli }}
65-
codeql-stdlib-version: ${{ matrix.codeql_standard_library }}
66-
add-to-path: true
62+
shell: bash
63+
run: |
64+
echo "Installing CodeQL"
65+
qlt codeql run install --base example/
6766
6867
- name: Verify Versions of Tooling
6968
shell: bash

0 commit comments

Comments
 (0)