Skip to content

fix(pipeline): use fail-on-empty-changeset input for CloudFormation deploy action#1459

Merged
cdklabs-automation merged 1 commit into
mainfrom
mrgrain/fix/pipeline/use-boolean-fail-on-empty-changeset
Apr 22, 2026
Merged

fix(pipeline): use fail-on-empty-changeset input for CloudFormation deploy action#1459
cdklabs-automation merged 1 commit into
mainfrom
mrgrain/fix/pipeline/use-boolean-fail-on-empty-changeset

Conversation

@mrgrain
Copy link
Copy Markdown
Contributor

@mrgrain mrgrain commented Apr 22, 2026

The aws-actions/aws-cloudformation-github-deploy action was bumped to its latest major version in #1451, but that release also renamed the no-fail-on-empty-changeset input to fail-on-empty-changeset and switched it from a stringified flag to a proper boolean. The generated workflows still emit the old input name, which the new action version no longer recognises, so deploys that produce an empty changeset fail instead of succeeding silently.

Emit fail-on-empty-changeset: false to preserve the existing behaviour with the current action version. The snapshot updates reflect the new rendering in generated workflow YAML.

Fixes #

… deploy action

The `aws-actions/aws-cloudformation-github-deploy` action renamed its
input from `no-fail-on-empty-changeset` to `fail-on-empty-changeset` and
changed the type from a stringified flag to a proper boolean. Emit the
new input so the generated workflow keeps working with the latest major
version of the action.
@github-actions
Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@cdklabs-automation cdklabs-automation added this pull request to the merge queue Apr 22, 2026
Merged via the queue into main with commit 9de87d2 Apr 22, 2026
13 checks passed
@cdklabs-automation cdklabs-automation deleted the mrgrain/fix/pipeline/use-boolean-fail-on-empty-changeset branch April 22, 2026 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants