arpitjain099 commented on PR #38623: URL: https://github.com/apache/beam/pull/38623#issuecomment-4541085009
Heads-up on the failing checks: `beam_PreCommit_GHA` and `beam_PreCommit_RAT` are both failing with the same enterprise-level error: > The action `gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2` is not allowed in apache/beam because all actions must be from a repository owned by your enterprise, created by GitHub, or match one of the patterns: [...] That's an Apache enterprise Actions allowlist policy, not anything my PR changed. My diff only adds a `permissions: contents: read` block to four test workflows (no new `uses:` lines). The `gradle/actions/setup-gradle` reference is already present on `master` and would fail any PR right now. Happy to close if the test-workflows are the wrong target, or to leave it for whenever the enterprise allowlist gets updated. Let me know. -- 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]
