We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b900d commit 6b1502eCopy full SHA for 6b1502e
.github/workflows/update-codeql.yml
@@ -70,9 +70,6 @@ jobs:
70
echo "-----------------------------"
71
echo "CodeQL Home: $QLT_CODEQL_HOME"
72
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
76
77
- name: Upgrade CodeQL pack lock files
78
if: steps.check-version.outputs.update_needed == 'true'
@@ -88,7 +85,7 @@ jobs:
88
85
89
86
# Change to the directory and run codeql pack upgrade
90
87
cd "$pack_dir"
91
- codeql pack upgrade
+ $QLT_CODEQL_PATH pack upgrade
92
cd - > /dev/null
93
done
94
0 commit comments