Skip to content

Commit aae0106

Browse files
committed
test
1 parent a7bf0b8 commit aae0106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codeql/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ echo "The effective dev container containerUser's home directory is '$_CONTAINER
2222

2323
check_version() {
2424
echo "Checking version"
25-
curl -s https://api.github.com/repos/github/codeql-action/releases/latest
25+
curl -v https://api.github.com/repos/github/codeql-action/releases/latest
2626

2727
# Set the codeql version to the latest if it is not provided
2828
if [ "$CODEQL_VERSION" = "latest" ]; then

0 commit comments

Comments
 (0)