Skip to content

Commit 5f20a4b

Browse files
Copilotdata-douser
andcommitted
Fix copilot-setup-steps workflow to use correct qlt command syntax
Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
1 parent dcfef4f commit 5f20a4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
id: install-codeql
4545
shell: bash
4646
run: |
47-
echo "Installing CodeQL"
48-
qlt codeql run install
47+
echo "Installing CodeQL using configuration from qlt.conf.json"
48+
qlt codeql install
4949
echo "-----------------------------"
5050
echo "CodeQL Home: $QLT_CODEQL_HOME"
5151
echo "CodeQL Binary: $QLT_CODEQL_PATH"

0 commit comments

Comments
 (0)