Commit 10e8ce4
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
0 commit comments