arpitjain099 opened a new pull request, #1006:
URL: https://github.com/apache/tomcat/pull/1006
## Summary
- Add explicit workflow `permissions` blocks to:
- `.github/workflows/ci.yml`
- `.github/workflows/ci-macos.yml`
- `.github/workflows/coverity.yml`
- `.github/workflows/validate.yml`
- Set each workflow to least privilege with `contents: read`.
## Why
These workflows only need repository read access for checkout and build/test
tasks. Explicit permissions improve GitHub Actions hardening and avoid relying
on broader default token scopes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]