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 e2ba84e commit cf4e34bCopy full SHA for cf4e34b
.github/actions/install-codeql/action.yml
@@ -37,7 +37,12 @@ runs:
37
unzip -q codeql-linux64.zip
38
39
popd
40
+ echo "Done."
41
42
+ - name: Add CodeQL to the PATH
43
+ shell: bash
44
+ env:
45
+ CODEQL_HOME: ${{ github.workspace }}/codeql_home
46
+ run: |
47
echo "Adding CodeQL CLI to the PATH."
48
echo "$CODEQL_HOME/codeql" >> $GITHUB_PATH
- echo "Done."
0 commit comments