Detect files with security alerts edited by PR
Version updated for https://github.com/lfventura/detect-edited-files-with-security-alerts-action to version v1.0.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
This GitHub Action, detect-edited-files-with-security-alerts-action, automates the identification of files modified in a pull request or commit that are associated with active security alerts, such as Code Scanning or Dependabot alerts. By comparing changed files against flagged files in the repository, it helps developers quickly detect and address potential security risks introduced by code changes. The action outputs a flag indicating whether impacted files were touched, enabling streamlined security reviews and reducing the risk of vulnerabilities.
What’s Changed
chore: security fix via npm overrides