Only the latest major release tag (currently v1) receives security fixes.
Callers pinned to @main or old tags should move to the newest v1.x.y.
Please do not open a public issue for security problems.
- Preferred: GitHub private vulnerability reporting
- Alternative: email gforceinnovation@gmail.com
You should receive a response within 7 days. Please include a description of the issue, steps to reproduce, and the affected action/workflow.
- Pin these actions/workflows to a release tag (
@v1) or commit SHA — never a mutable branch. - Grant callers only the permissions documented per action in the
README (
permissions:blocks are least-privilege). - Secrets consumed via
get-aws-secret/sf-jwt-logincome from AWS Secrets Manager over OIDC; no long-lived credentials or PATs are used, and key files are removed inif: always()cleanup steps.