Skip to content

Commit 5a56e53

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
shell: bash
4646
run: |
4747
echo "Installing CodeQL using configuration from qlt.conf.json"
48-
qlt codeql install
48+
qlt codeql run install
4949
echo "-----------------------------"
5050
echo "CodeQL Home: $QLT_CODEQL_HOME"
5151
echo "CodeQL Binary: $QLT_CODEQL_PATH"

0 commit comments

Comments
 (0)