AWS CodeBuild run build Action For GitHub Actions
Version updated for aws-actions/aws-codebuild-run-build to version v1.0.13.
- This publisher is shown as erified by GitHub.
- This action is used across all versions by 362 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
What’s Changed
- Add packaging workflow, so that dist folder doesn’t get out of date by @taoyong-ty in https://github.com/aws-actions/aws-codebuild-run-build/pull/120
- doc: fixed typo by @kmatsunami in https://github.com/aws-actions/aws-codebuild-run-build/pull/84
- Propose a Github Workflow for release process by @snowiow in https://github.com/aws-actions/aws-codebuild-run-build/pull/119
- Delete package.yaml by @taoyong-ty in https://github.com/aws-actions/aws-codebuild-run-build/pull/121
- Support Disabling Source Type Override Parameters, including Source Version by @marcus-bcl in https://github.com/aws-actions/aws-codebuild-run-build/pull/102
- Fix an issue in inputs2Parameters():
Error: Unexpected key 'disableSourceOverride' found in params
by @taoyong-ty in https://github.com/aws-actions/aws-codebuild-run-build/pull/124 - Allow users to supress CloudWatch Logs by @taoyong-ty in https://github.com/aws-actions/aws-codebuild-run-build/pull/126
- Updating README with an example of doing an inline definition for buildspec-override. by @alexjyong in https://github.com/aws-actions/aws-codebuild-run-build/pull/128
- chore(deps): bump xml2js and aws-sdk by @dependabot in https://github.com/aws-actions/aws-codebuild-run-build/pull/129
- chore(deps): bump yaml, husky and lint-staged by @dependabot in https://github.com/aws-actions/aws-codebuild-run-build/pull/130
- fix(config): add support for sdk container credential provider by @dracalafirex in https://github.com/aws-actions/aws-codebuild-run-build/pull/133
- Disabled GITHUB Envs being passed to Codebuild by @vitulrana in https://github.com/aws-actions/aws-codebuild-run-build/pull/142
- chore(deps): bump semver, @actions/github and eslint by @dependabot in https://github.com/aws-actions/aws-codebuild-run-build/pull/135
- chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in https://github.com/aws-actions/aws-codebuild-run-build/pull/139
- Fixes #140 by @jpaas in https://github.com/aws-actions/aws-codebuild-run-build/pull/141
New Contributors
- @taoyong-ty made their first contribution in https://github.com/aws-actions/aws-codebuild-run-build/pull/120
- @kmatsunami made their first contribution in https://github.com/aws-actions/aws-codebuild-run-build/pull/84
- @marcus-bcl made their first contribution in https://github.com/aws-actions/aws-codebuild-run-build/pull/102
- @alexjyong made their first contribution in https://github.com/aws-actions/aws-codebuild-run-build/pull/128
- @dracalafirex made their first contribution in https://github.com/aws-actions/aws-codebuild-run-build/pull/133
- @vitulrana made their first contribution in https://github.com/aws-actions/aws-codebuild-run-build/pull/142
- @jpaas made their first contribution in https://github.com/aws-actions/aws-codebuild-run-build/pull/141
Full Changelog: https://github.com/aws-actions/aws-codebuild-run-build/compare/v1.0.8...v1.0.13