| Version | Supported |
|---|---|
@v1 |
✅ |
@latest |
✅ |
@main |
|
| Historical Tags | ❌ 2 |
@legacy |
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 dabao1955@163.com.
- 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_TOKENor 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
Footnotes
-
The
@maintag may include experimental or unstable changes. It is recommended to use stable tags such as@v1in production workflows. ↩ -
Due to limitations of git, we cannot make modifications on the released version. ↩
-
Legacy branch is only suitable for advanced users would like to modify actions. For normal users we suggest to use main branch. ↩