elek opened a new pull request #1741:
URL: https://github.com/apache/ozone/pull/1741


   ## What changes were proposed in this pull request?
   
   Today CI scripts upload the code coverage data to two places: Sonar and 
codecov.io. The second one uses a custom codecov github actions 
(`codecov/codecov-action@v1`) the only foreign actions in our scripts.
   
   After Apache INFRA switch to a more strict configuration, foreign github 
actions are not allowed anymore which breaks all of our builds. 
   
   I suggest disabling the coverage upload to codedcov.io (we have the data in 
sonar anyway) for quick fix (long-term we can do the upload with a CLI 
application).
    
   ## How was this patch tested?
   
   CI


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to