techthoughts2 / Catesta

Catesta is a PowerShell module and vault project generator. It uses templates to rapidly scaffold test and build integration for a variety of CI/CD platforms.
https://www.catesta.dev/
MIT License
169 stars 20 forks source link

GitHub based CloudFormation template still uses CodeBuild image version 4.0 #51

Closed waynezim closed 3 years ago

waynezim commented 3 years ago

Pull Request

Issue

GitHub based CloudFormation template still uses CodeBuild image version 4.0. This was unexpected as the CodeCommit version of the CloudFormation template uses 5.0 and the Changelog entry mentions an upgrade to 5.0.

Description

Description of changes:

Updated CloudFormation GitHub template to use CodeBuild image version 5.0.

License

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.