| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…n permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Potential fix for https://github.com/graphframes/graphframes/security/code-scanning/1
Add an explicit permissions block at the workflow root so all jobs inherit least-privilege defaults.
For this workflow, the best minimal non-breaking starting point is:
This supports actions/checkout and typical read-only CI operations while preventing unnecessary write scopes.
Where to change: .github/workflows/scala-ci.yml, directly after the on: declaration and before jobs:.
No imports, methods, or dependency changes are needed.
Suggested fixes powered by Copilot Autofix. Review carefully before merging.