Skip to content

Commit a741961

Browse files
committed
moving stuff
1 parent e5f5f4d commit a741961

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/install-latest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ else
99
fi
1010

1111
# 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
1313

1414
# unzip the bundle
1515
unzip /opt/codeql-development-lifecycle-toolkit-downloads/qlt-linux-x86_64.zip -d /opt/qlt/

src/CodeQLToolkit.Features.Test/Templates/Test/Actions/install-qlt.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ runs:
6161
if [ "$QLT_VERSION" == "latest" ]
6262
then
6363
# 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"
6565
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"
6767
fi
6868
echo -e "\e[0;32m[QLT]\e[0m Unpacking QLT"
6969
unzip $RELEASE_PATTERN

0 commit comments

Comments
 (0)