Detect Merge Bypass
Version updated for https://github.com/lfventura/detect-merge-bypass-action to version v1.1.3.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Detect Merge Bypass Action is a GitHub Action that ensures all required branch protection checks are properly enforced before merging a Pull Request. It automates the detection of potential merge bypasses by verifying the status of required checks on the latest commit associated with a PR. This helps maintain repository integrity by identifying instances where protected branch rules may have been circumvented.
What’s Changed
chore: bump runtime to node24 + security fix via npm overrides + tsconfig modernization
Closes Dependabot advisories for undici + brace-expansion transitive dep chain.