The current code_coverage.yml is now failing due to an Apache policy. Most 3rd party actions, including this one, are automatically blocked by Apache for security reasons.
This particular action just calls Coveralls to perform a code coverage operation. I would recommend that we do a bash script alternative instead of creating an Apache-wide exception for this particular action, which would expire every few months anyway. See infrastructure-actions.
Is there a volunteer that would help us convert the current code_coverage.yml to use a script instead of calling the coverallsapp/github-action@v2?