Skip to content

Commit 402e84e

Browse files
committed
move
1 parent a741961 commit 402e84e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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)