| Version | Supported |
|---|---|
| 1.x | ✅ |
If you discover a security vulnerability in this project, please report it responsibly:
- Do NOT open a public issue for security vulnerabilities
- Email the maintainer directly at juandiegosierrafernandez@gmail.com
- Include a description of the vulnerability and steps to reproduce
- Allow reasonable time for a fix before public disclosure
This action:
- Uses the GitHub token provided by the workflow (with limited permissions)
- Only reads public data from the GitHub API
- Does not store or transmit any user data externally
- Does not execute any code from the analyzed user
The action requires these permissions:
permissions:
contents: read
pull-requests: write # Only if using comment/label actions- Always use
${{ secrets.GITHUB_TOKEN }}or${{ github.token }} - Never use Personal Access Tokens with excessive permissions
- The default
GITHUB_TOKENis sufficient for all functionality
Security updates will be released as patch versions and announced in the releases section.