ci: remove pull_request triggers from CodeQL and Semgrep to unblock Dependabot auto-merge#555
Merged
MightyPrytanis merged 2 commits intodependabot/npm_and_yarn/apps/lexfiat/vite-8.0.1from Mar 21, 2026
Conversation
…uto-merge Co-authored-by: MightyPrytanis <219587333+MightyPrytanis@users.noreply.github.com> Agent-Logs-Url: https://github.com/MightyPrytanis/codebase/sessions/e183808e-b928-4557-86c7-fb2804a21472
Copilot
AI
changed the title
[WIP] Build(deps): Bump vite from 7.3.1 to 8.0.1
ci: remove pull_request triggers from CodeQL and Semgrep to unblock Dependabot auto-merge
Mar 21, 2026
3ab5f56
into
dependabot/npm_and_yarn/apps/lexfiat/vite-8.0.1
7 of 8 checks passed
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adjusts GitHub Actions security scanning workflows so CodeQL and Semgrep no longer run on pull_request events, reducing PR-gating friction (notably for Dependabot auto-merges) while still scanning merged code and on a schedule.
Changes:
- Removed
pull_requesttrigger from.github/workflows/codeql.yml(keepspushtomain+ scheduled scan). - Removed
pull_requesttrigger from.github/workflows/semgrep.yml(keepspushtomain+ scheduled scan).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/codeql.yml |
Stops CodeQL from running on PRs; continues running on main pushes and weekly schedule. |
.github/workflows/semgrep.yml |
Stops Semgrep from running on PRs; continues running on main pushes and weekly schedule. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CodeQL and Semgrep were running on every PR as required status checks, blocking Dependabot auto-merges. Snyk and PMD were already disabled.
Changes
.github/workflows/codeql.yml— Removedpull_requesttrigger; retainspush(main) + weekly schedule.github/workflows/semgrep.yml— Removedpull_requesttrigger; retainspush(main) + weekly scheduleSecurity scanning continues on merged code and via scheduled runs — just no longer gating PRs.
📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.