We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
linked
1 parent b0ed4de commit 4e8e794Copy full SHA for 4e8e794
.github/workflows/codeql.yml
@@ -66,7 +66,7 @@ jobs:
66
#
67
# If we're running on push or schedule, then we can skip running with `tools: linked` when it would be
68
# the same as running with `tools: null`.
69
- if [[ "$GITHUB_EVENT_NAME" != "pull_request" && "$CODEQL_VERSION_DEFAULT" == "$CODEQL_VERSION_LATEST" ]]; then
+ if [[ "$GITHUB_EVENT_NAME" != "pull_request" && "$GITHUB_EVENT_NAME" != "merge_group" && "$CODEQL_VERSION_DEFAULT" == "$CODEQL_VERSION_LATEST" ]]; then
70
VERSIONS_JSON='[null]'
71
else
72
VERSIONS_JSON='[null, "linked"]'
0 commit comments