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 9192614 commit 11b900dCopy full SHA for 11b900d
.github/workflows/update-codeql.yml
@@ -70,6 +70,9 @@ 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'
0 commit comments