Skip to content

Commit bcb178e

Browse files
committed
v0.6.1
1 parent 8a911d8 commit bcb178e

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

bin/codeql-init

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ elif [[ "$GITHUB_AUTO_DETECT" = "1" ]]; then
4646
error "GitHub CLI is not installed and can't auto-detect languages"
4747
exit 1
4848
fi
49-
# Check if the token and repository are set
50-
if [ -z $GITHUB_TOKEN ] || [ -z ${GITHUB_REPOSITORY+x} ]; then
51-
error "GitHub Access Token is not present and is required for language detection"
52-
exit 1
53-
fi
5449

5550
info "Detecting Repository Language(s)"
5651
# Get the data from GitHub

gh-codeql-scan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export EXTENSION_LOCATION="$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)"
66
source $EXTENSION_LOCATION/bin/codeql-utils
77

88
# >> CodeQL Scan
9-
export CODEQL_SCAN_VERSION="0.5.1"
9+
export CODEQL_SCAN_VERSION="0.6.1"
1010
# enabled by default
1111
export CODEQL_SCAN_BANNER=1
1212

0 commit comments

Comments
 (0)