Skip to content

Commit 11b900d

Browse files
committed
Add CodeQL to the path
1 parent 9192614 commit 11b900d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ jobs:
7070
echo "-----------------------------"
7171
echo "CodeQL Home: $QLT_CODEQL_HOME"
7272
echo "CodeQL Binary: $QLT_CODEQL_PATH"
73+
# Add CodeQL to the PATH
74+
echo "Adding CodeQL to PATH"
75+
echo "$QLT_CODEQL_PATH" >> $GITHUB_PATH
7376
7477
- name: Upgrade CodeQL pack lock files
7578
if: steps.check-version.outputs.update_needed == 'true'

0 commit comments

Comments
 (0)