Improvement
Improvements to GitHub Actions
GitHub Actions runner has been updated to version 2.158.0 with the following improvements:
- Support for Alpine based containers in
job.<job id>.containerandjob.<job id>.services. - Stop overriding the working directory for
job.<job id>.servicescontainers. - Fixed a bug where the runner would prefer a
Dockerfileeven ifactions.ymlis present. - The
add-maskandset-secretcommands are now supported. These enable actions to register additional masking patterns with the runner for log redaction.