GA-L007: Invalid action reference
Error Semantic
Why This Matters
The `uses:` value does not match the expected format (owner/repo@ref, docker://image, or ./local-path). GitHub cannot resolve this action reference and the step will fail.
How to Fix
Use the correct format: owner/repo@ref for public actions.
Before (incorrect)
uses: actions/checkout After (correct)
uses: actions/checkout@v4 Rule Details
- Rule Code
- GA-L007
- Severity
- Error
- Category
- Semantic