kpumuk commented on code in PR #3363: URL: https://github.com/apache/thrift/pull/3363#discussion_r3000516762
########## .github/workflows/msvc.yml: ########## @@ -12,11 +12,11 @@ concurrency: permissions: contents: read + packages: write Review Comment: Global write permission is considered a security risk. I would recommend to move it down to a specific job that needs write permissions. See https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions -- 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]
