We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a741961 commit 402e84eCopy full SHA for 402e84e
.github/actions/install-qlt/action.yml
@@ -61,9 +61,9 @@ runs:
61
if [ "$QLT_VERSION" == "latest" ]
62
then
63
# download the actual bundle
64
- gh release download -R github/codeql-development-lifecycle-toolkit --pattern "$RELEASE_PATTERN"
+ gh release download -R advanced-security/codeql-development-toolkit --pattern "$RELEASE_PATTERN"
65
else
66
- gh release download "$QLT_VERSION" -R github/codeql-development-lifecycle-toolkit --pattern "$RELEASE_PATTERN"
+ gh release download "$QLT_VERSION" -R advanced-security/codeql-development-toolkit --pattern "$RELEASE_PATTERN"
67
fi
68
echo -e "\e[0;32m[QLT]\e[0m Unpacking QLT"
69
unzip $RELEASE_PATTERN
0 commit comments