Skip to content

Commit 6b1502e

Browse files
committed
Use correct env var
1 parent 11b900d commit 6b1502e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/update-codeql.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ 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
7673
7774
- name: Upgrade CodeQL pack lock files
7875
if: steps.check-version.outputs.update_needed == 'true'
@@ -88,7 +85,7 @@ jobs:
8885
8986
# Change to the directory and run codeql pack upgrade
9087
cd "$pack_dir"
91-
codeql pack upgrade
88+
$QLT_CODEQL_PATH pack upgrade
9289
cd - > /dev/null
9390
done
9491

0 commit comments

Comments
 (0)