Posted On: Aug 7, 2023

Amazon CodeBuild customers can now use GitHub Actions during the building and testing of software packages. Amazon CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces ready-to-deploy software packages. Customers’ CodeBuild projects are now able to leverage many of the pre-built actions available in GitHub’s marketplace. GitHub Actions are open source applications for the GitHub Actions platform that perform a complex but frequently repeated task.

With CodeBuild’s integration with GitHub Actions, you can now extend your buildspec definition to invoke third-party solutions. There is no need to author and maintain custom integrations, or learn how integrate others’ solutions into your build process.

CodeBuild’s integration with GitHub actions is available in all Amazon Web Services Regions where CodeBuild is available. For more information about the Amazon Web Services Regions where CodeBuild is available, see the Amazon Web Services Regions page.

To learn more about how to get started with CodeBuild, visit the Amazon CodeBuild product page. To learn more about CodeBuild’s integration with GitHub Actions, see CodeBuild’s documentation for Running GitHub Actions.