Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e5013e

Browse files
Set CODEQL_DIST before calling CodeQL CLI
1 parent 4d71110 commit 3e5013e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gh-codeql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,5 @@ if [ -z "$version" ]; then
168168
version="$(gh config get extensions.codeql.version)"
169169
fi
170170
download "$version"
171+
export CODEQL_DIST="$rootdir/dist/$channel/$version"
171172
exec "$rootdir/dist/$channel/$version/codeql" "$@"

0 commit comments

Comments
 (0)