Skip to content

Commit 4e8e794

Browse files
committed
Run CodeQL with linked tools for merge queue
1 parent b0ed4de commit 4e8e794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
#
6767
# If we're running on push or schedule, then we can skip running with `tools: linked` when it would be
6868
# the same as running with `tools: null`.
69-
if [[ "$GITHUB_EVENT_NAME" != "pull_request" && "$CODEQL_VERSION_DEFAULT" == "$CODEQL_VERSION_LATEST" ]]; then
69+
if [[ "$GITHUB_EVENT_NAME" != "pull_request" && "$GITHUB_EVENT_NAME" != "merge_group" && "$CODEQL_VERSION_DEFAULT" == "$CODEQL_VERSION_LATEST" ]]; then
7070
VERSIONS_JSON='[null]'
7171
else
7272
VERSIONS_JSON='[null, "linked"]'

0 commit comments

Comments
 (0)