Skip to content

Commit

Permalink
Improve merge queue support in the CodeQL workflow
Browse files Browse the repository at this point in the history
This mirrors the changes in the build workflow inherited from
cisagov/skeleton-generic.
  • Loading branch information
mcdonnnj committed Mar 27, 2024
1 parent 968cd07 commit 8849c23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
name: CodeQL

on:
merge_group:
types:
- checks_requested
push:
# Dependabot triggered push events have read-only access, but uploading code
# scanning requires write access.
Expand Down

0 comments on commit 8849c23

Please sign in to comment.