Skip to content

Commit 8849c23

Browse files
committed
Improve merge queue support in the CodeQL workflow
This mirrors the changes in the build workflow inherited from cisagov/skeleton-generic.
1 parent 968cd07 commit 8849c23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
name: CodeQL
88

99
on:
10+
merge_group:
11+
types:
12+
- checks_requested
1013
push:
1114
# Dependabot triggered push events have read-only access, but uploading code
1215
# scanning requires write access.

0 commit comments

Comments
 (0)