tenthe opened a new issue, #4322: URL: https://github.com/apache/streampipes/issues/4322
### Body The newly added workflow `run-java-client-e2e-tests` is currently failing in CI due to the use of a disallowed GitHub Action: ``` docker/setup-buildx-action@v1 ``` The error message indicates that only actions from GitHub, the Apache organization, or explicitly allowed patterns can be used: > "The action docker/setup-buildx-action@v1 is not allowed in apache/streampipes..." **Expected behavior:** The workflow should only use actions that comply with the repository's allowed actions policy. @luoluoyuyu and @Yuukadesu , could you please take a look at this when you have a moment? ### StreamPipes Committer I acknowledge that I am a maintainer/committer of the Apache StreamPipes project. -- 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]
