Version | Supported |
---|---|
@v1 |
✅ |
@latest |
✅ |
@main |
|
Historical Tags | ❌ 2 |
If you discover a vulnerability in this GitHub Action, please report it using one of the following methods:
- GitHub Security Advisories: Submit a private report using the GitHub Security Advisories.
- Email: For sensitive vulnerabilities, contact us at [email protected].
- Include the following details in your report:
- Affected GitHub Action version(s) or tags.
- Steps to reproduce the issue.
- Description of the potential impact (e.g., token exposure, privilege escalation).
We aim to respond within 48 hours and resolve the issue as quickly as possible.
To ensure the safe use of this GitHub Action:
- Use the least privilege principle:
- Configure
GITHUB_TOKEN
or other secrets with the minimal required permissions. - Use a personal access token (PAT) only if strictly necessary.
- Configure
- Pin your GitHub Action to a specific version or tag:
uses: dabao1955/kernel_build_action@v1