File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,6 @@ elif [[ "$GITHUB_AUTO_DETECT" = "1" ]]; then
46
46
error " GitHub CLI is not installed and can't auto-detect languages"
47
47
exit 1
48
48
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
54
49
55
50
info " Detecting Repository Language(s)"
56
51
# Get the data from GitHub
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export EXTENSION_LOCATION="$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)"
6
6
source $EXTENSION_LOCATION /bin/codeql-utils
7
7
8
8
# >> CodeQL Scan
9
- export CODEQL_SCAN_VERSION=" 0.5 .1"
9
+ export CODEQL_SCAN_VERSION=" 0.6 .1"
10
10
# enabled by default
11
11
export CODEQL_SCAN_BANNER=1
12
12
You can’t perform that action at this time.
0 commit comments