From 9a01a8057611bea73dcca23f257eb978ea2137ed Mon Sep 17 00:00:00 2001 From: Mike Carey <32496966+mike-carey@users.noreply.github.com> Date: Thu, 23 Apr 2026 16:51:39 -0500 Subject: [PATCH] Mark render-task-definition and render-jinjanator-template as deprecated These are no longer needed now that all workflows use the bd-actions ECS task definition rendering. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/render-task-definition.yml | 3 ++- actions/render-jinjanator-template/action.yml | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/render-task-definition.yml b/.github/workflows/render-task-definition.yml index fb8a01a5..13950fb2 100644 --- a/.github/workflows/render-task-definition.yml +++ b/.github/workflows/render-task-definition.yml @@ -1,6 +1,7 @@ --- +# DEPRECATED: Use the bd-actions ECS task definition rendering instead. -name: 'Render task definition' +name: '[DEPRECATED] Render task definition' on: workflow_call: diff --git a/actions/render-jinjanator-template/action.yml b/actions/render-jinjanator-template/action.yml index c49ee26b..465c59b3 100644 --- a/actions/render-jinjanator-template/action.yml +++ b/actions/render-jinjanator-template/action.yml @@ -1,7 +1,10 @@ --- name: 'Render Jinjanator Template' -description: 'Renders a Jinjanator Template' +description: | + **DEPRECATED** Use the `bd-actions` ECS task definition rendering instead. + + Renders a Jinjanator Template inputs: template: