We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bf0b8 commit aae0106Copy full SHA for aae0106
src/codeql/install.sh
@@ -22,7 +22,7 @@ echo "The effective dev container containerUser's home directory is '$_CONTAINER
22
23
check_version() {
24
echo "Checking version"
25
- curl -s https://api.github.com/repos/github/codeql-action/releases/latest
+ curl -v https://api.github.com/repos/github/codeql-action/releases/latest
26
27
# Set the codeql version to the latest if it is not provided
28
if [ "$CODEQL_VERSION" = "latest" ]; then
0 commit comments