File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/CodeQLToolkit.Features.Test/Templates/Test/Actions Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
fi
10
10
11
11
# download the actual bundle
12
- gh release download -R github /codeql-development-lifecycle -toolkit --pattern ' qlt-linux-x86_64.zip' -D /opt/codeql-development-lifecycle-toolkit-downloads
12
+ gh release download -R advanced-security /codeql-development-toolkit --pattern ' qlt-linux-x86_64.zip' -D /opt/codeql-development-lifecycle-toolkit-downloads
13
13
14
14
# unzip the bundle
15
15
unzip /opt/codeql-development-lifecycle-toolkit-downloads/qlt-linux-x86_64.zip -d /opt/qlt/
Original file line number Diff line number Diff line change 61
61
if [ "$QLT_VERSION" == "latest" ]
62
62
then
63
63
# download the actual bundle
64
- gh release download -R github /codeql-development-lifecycle -toolkit --pattern "$RELEASE_PATTERN"
64
+ gh release download -R advanced-security /codeql-development-toolkit --pattern "$RELEASE_PATTERN"
65
65
else
66
- gh release download "$QLT_VERSION" -R github /codeql-development-lifecycle -toolkit --pattern "$RELEASE_PATTERN"
66
+ gh release download "$QLT_VERSION" -R advanced-security /codeql-development-toolkit --pattern "$RELEASE_PATTERN"
67
67
fi
68
68
echo -e "\e[0;32m[QLT]\e[0m Unpacking QLT"
69
69
unzip $RELEASE_PATTERN
You can’t perform that action at this time.
0 commit comments