Skip to content

Commit 10e8ce4

Browse files
Copilotcallicles
andauthored
Remove merge_group trigger from CodeQL workflow (#3512)
CodeQL analysis fails on `merge_group` events. Removed this trigger from the workflow configuration. ## Changes - Removed `merge_group` event trigger from `.github/workflows/codeql-analysis.yml` - CodeQL now runs only on push to main, pull requests, and scheduled runs <!-- START COPILOT CODING AGENT TIPS --> --- ✨ Let Copilot coding agent [set things up for you](https://github.com/514-labs/moosestack/issues/new?title=✨+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot) — coding agent works faster and does higher quality work when set up for your repo. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Workflow trigger-only change; it reduces when CodeQL runs but does not affect application/runtime code. > > **Overview** > Removes the `merge_group` event trigger from the `CodeQL Analysis` GitHub Actions workflow, so CodeQL no longer runs for merge-queue events. > > CodeQL will now run only on pushes to `main`, pull requests targeting `main`, and the scheduled nightly cron job. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 4808ec4. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: callicles <4429209+callicles@users.noreply.github.com>
1 parent 0028239 commit 10e8ce4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches: [main]
66
pull_request:
77
branches: [main]
8-
merge_group:
9-
types: [checks_requested]
108
schedule:
119
- cron: "0 0 * * *"
1210

0 commit comments

Comments
 (0)