Skip to content

Commit cf4e34b

Browse files
committed
Always add CodeQL to the path.
1 parent e2ba84e commit cf4e34b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/actions/install-codeql/action.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,12 @@ runs:
3737
unzip -q codeql-linux64.zip
3838
3939
popd
40+
echo "Done."
4041
42+
- name: Add CodeQL to the PATH
43+
shell: bash
44+
env:
45+
CODEQL_HOME: ${{ github.workspace }}/codeql_home
46+
run: |
4147
echo "Adding CodeQL CLI to the PATH."
4248
echo "$CODEQL_HOME/codeql" >> $GITHUB_PATH
43-
echo "Done."

0 commit comments

Comments
 (0)