From 3f1283275d407d191d1916610fad4c7c3256bbb1 Mon Sep 17 00:00:00 2001 From: Oreoluwa Agunbiade Date: Wed, 18 Jun 2025 17:36:15 -0600 Subject: [PATCH 01/15] Fix pipelines comment token used in preflight --- .github/workflows/pipelines-root.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index 2ac4e7a..88e4aed 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -83,6 +83,14 @@ jobs: FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }} api_base_url: ${{ inputs.api_base_url }} + - name: Fetch Create PR Token + id: pipelines-propose-infra-change-token + uses: gruntwork-io/pipelines-credentials@v1 + with: + PIPELINES_TOKEN_PATH: propose-infra-change/${{ github.repository_owner }} + FALLBACK_TOKEN: ${{ secrets.INFRA_ROOT_WRITE_TOKEN }} + api_base_url: ${{ inputs.api_base_url }} + - name: Fetch Infra Root Write Token id: pipelines-infra-root-write-token uses: gruntwork-io/pipelines-credentials@v1 @@ -146,7 +154,7 @@ jobs: ORG_REPO_ADMIN_TOKEN: ${{ steps.pipelines-org-repo-admin-token.outputs.PIPELINES_TOKEN }} PIPELINES_GRUNTWORK_READ_TOKEN: ${{ steps.pipelines-gruntwork-read-token.outputs.PIPELINES_TOKEN }} PIPELINES_CUSTOMER_ORG_READ_TOKEN: ${{ steps.pipelines-customer-org-read-token.outputs.PIPELINES_TOKEN }} - PR_COMMENT_WRITE_TOKEN: ${{ steps.pipelines-infra-root-write-token.outputs.PIPELINES_TOKEN }} + PR_COMMENT_WRITE_TOKEN: ${{ steps.pipelines-propose-infra-change-token.outputs.PIPELINES_TOKEN }} - name: Pipelines Orchestrate id: orchestrate From 0244c2fcd2418cc1250933da57e2fef726f89d95 Mon Sep 17 00:00:00 2001 From: Oreoluwa Agunbiade Date: Thu, 19 Jun 2025 17:27:20 -0600 Subject: [PATCH 02/15] Use latest release candidate binary --- .github/workflows/pipelines-drift-detection.yml | 2 +- .github/workflows/pipelines-root.yml | 2 +- .github/workflows/pipelines-unlock.yml | 2 +- .github/workflows/pipelines.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pipelines-drift-detection.yml b/.github/workflows/pipelines-drift-detection.yml index cbc777f..26c752a 100644 --- a/.github/workflows/pipelines-drift-detection.yml +++ b/.github/workflows/pipelines-drift-detection.yml @@ -36,7 +36,7 @@ on: PR_CREATE_TOKEN: required: false env: - PIPELINES_CLI_VERSION: v0.40.0-rc11 + PIPELINES_CLI_VERSION: v0.40.0-rc12 PIPELINES_ACTIONS_VERSION: main BOILERPLATE_VERSION: v0.5.16 GRUNTWORK_INSTALLER_VERSION: v0.0.40 diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index 88e4aed..f82bd77 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -38,7 +38,7 @@ on: required: false env: - PIPELINES_CLI_VERSION: v0.40.0-rc11 + PIPELINES_CLI_VERSION: v0.40.0-rc12 PIPELINES_ACTIONS_VERSION: main BOILERPLATE_VERSION: v0.5.16 GRUNTWORK_INSTALLER_VERSION: v0.0.40 diff --git a/.github/workflows/pipelines-unlock.yml b/.github/workflows/pipelines-unlock.yml index 6be0a4e..b58e644 100644 --- a/.github/workflows/pipelines-unlock.yml +++ b/.github/workflows/pipelines-unlock.yml @@ -45,7 +45,7 @@ on: PIPELINES_READ_TOKEN: required: true env: - PIPELINES_CLI_VERSION: v0.40.0-rc11 + PIPELINES_CLI_VERSION: v0.40.0-rc12 PIPELINES_ACTIONS_VERSION: main jobs: diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml index 442b3f2..c4d6b7c 100644 --- a/.github/workflows/pipelines.yml +++ b/.github/workflows/pipelines.yml @@ -36,7 +36,7 @@ on: required: false env: - PIPELINES_CLI_VERSION: v0.40.0-rc11 + PIPELINES_CLI_VERSION: v0.40.0-rc12 PIPELINES_ACTIONS_VERSION: main # GitHub Actions tends to hit resource exhaustion and kill running jobs From 57f40d62c69184ad0b1f1d1724a9c10463655fed Mon Sep 17 00:00:00 2001 From: Oreoluwa Agunbiade Date: Thu, 19 Jun 2025 17:33:41 -0600 Subject: [PATCH 03/15] Use pipelines create-account command --- .github/workflows/pipelines-drift-detection.yml | 2 +- .github/workflows/pipelines-root.yml | 3 ++- .github/workflows/pipelines-unlock.yml | 2 +- .github/workflows/pipelines.yml | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pipelines-drift-detection.yml b/.github/workflows/pipelines-drift-detection.yml index 26c752a..f1b7604 100644 --- a/.github/workflows/pipelines-drift-detection.yml +++ b/.github/workflows/pipelines-drift-detection.yml @@ -37,7 +37,7 @@ on: required: false env: PIPELINES_CLI_VERSION: v0.40.0-rc12 - PIPELINES_ACTIONS_VERSION: main + PIPELINES_ACTIONS_VERSION: ore/dev-949-create-pipelines-account-factory-create-account-cli-command BOILERPLATE_VERSION: v0.5.16 GRUNTWORK_INSTALLER_VERSION: v0.0.40 diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index f82bd77..ac6878a 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -39,7 +39,7 @@ on: env: PIPELINES_CLI_VERSION: v0.40.0-rc12 - PIPELINES_ACTIONS_VERSION: main + PIPELINES_ACTIONS_VERSION: ore/dev-949-create-pipelines-account-factory-create-account-cli-command BOILERPLATE_VERSION: v0.5.16 GRUNTWORK_INSTALLER_VERSION: v0.0.40 @@ -275,6 +275,7 @@ jobs: PIPELINES_GRUNTWORK_READ_TOKEN: ${{ steps.pipelines-gruntwork-read-token.outputs.PIPELINES_TOKEN }} PIPELINES_CUSTOMER_ORG_READ_TOKEN: ${{ steps.pipelines-customer-org-read-token.outputs.PIPELINES_TOKEN }} PR_COMMENT_WRITE_TOKEN: ${{ steps.pipelines-infra-root-write-token.outputs.PIPELINES_TOKEN }} + job: ${{ toJson(matrix.jobs) }} gruntwork_context: ${{ toJson(steps.gruntwork_context.outputs) }} - name: "[ProvisionAccount]: Post Provision New Account Custom Action" diff --git a/.github/workflows/pipelines-unlock.yml b/.github/workflows/pipelines-unlock.yml index b58e644..742e04d 100644 --- a/.github/workflows/pipelines-unlock.yml +++ b/.github/workflows/pipelines-unlock.yml @@ -46,7 +46,7 @@ on: required: true env: PIPELINES_CLI_VERSION: v0.40.0-rc12 - PIPELINES_ACTIONS_VERSION: main + PIPELINES_ACTIONS_VERSION: ore/dev-949-create-pipelines-account-factory-create-account-cli-command jobs: unlock_one: diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml index c4d6b7c..27030cf 100644 --- a/.github/workflows/pipelines.yml +++ b/.github/workflows/pipelines.yml @@ -37,7 +37,7 @@ on: env: PIPELINES_CLI_VERSION: v0.40.0-rc12 - PIPELINES_ACTIONS_VERSION: main + PIPELINES_ACTIONS_VERSION: ore/dev-949-create-pipelines-account-factory-create-account-cli-command # GitHub Actions tends to hit resource exhaustion and kill running jobs # if we leave parallelism unbounded, so we set the max to 10 for a sane default. From e59342bd3b37d425078cbee9f635d28a99dde2a1 Mon Sep 17 00:00:00 2001 From: Oreoluwa Agunbiade Date: Thu, 19 Jun 2025 18:43:33 -0600 Subject: [PATCH 04/15] Add workflow level mise install to pipelines-root.yml's execute job --- .github/workflows/pipelines-root.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index ac6878a..8b1f6cb 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -257,6 +257,15 @@ jobs: # TODO: This should be "first_new_account_name". new_account_name: ${{ matrix.jobs.NewAccounts[0].Name }} + # TODO: discuss removing mise install from individual actions and just doing it in workflows in one spot + - name: Install Mise + id: mise-toml + uses: jdx/mise-action@v2 + with: + install: true + cache: true + mise_toml: "./infra-live-repo/mise.toml" + # To learn more about customizing Pipelines see our documentation at https://docs.gruntwork.io/pipelines/maintain/extending/ - name: "[Baseline]: Pre Provision New Account Custom Action" uses: ./pipelines-actions/.github/custom-actions/pre-provision-new-account From b0cbde7fbe19b71ece1d0eb20dc58dcf087aa3b3 Mon Sep 17 00:00:00 2001 From: Oreoluwa Agunbiade Date: Thu, 19 Jun 2025 18:47:49 -0600 Subject: [PATCH 05/15] Set correct working directory for mise install --- .github/workflows/pipelines-root.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index 8b1f6cb..0b92533 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -264,7 +264,7 @@ jobs: with: install: true cache: true - mise_toml: "./infra-live-repo/mise.toml" + working_directory: "./infra-live-repo" # To learn more about customizing Pipelines see our documentation at https://docs.gruntwork.io/pipelines/maintain/extending/ - name: "[Baseline]: Pre Provision New Account Custom Action" From d1cca5ee555f8c9a8752c3eb6b4fd6901dabc8df Mon Sep 17 00:00:00 2001 From: Oreoluwa Agunbiade Date: Thu, 19 Jun 2025 18:59:09 -0600 Subject: [PATCH 06/15] Handle code auth before logic in execute --- .github/workflows/pipelines-root.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index 0b92533..3e01db7 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -266,6 +266,12 @@ jobs: cache: true working_directory: "./infra-live-repo" + - name: Configure code auth + uses: ./pipelines-actions/.github/actions/pipelines-code-auth + with: + PIPELINES_GRUNTWORK_READ_TOKEN: ${{ steps.pipelines-gruntwork-read-token.outputs.PIPELINES_TOKEN }} + PIPELINES_CUSTOMER_ORG_READ_TOKEN: ${{ steps.pipelines-customer-org-read-token.outputs.PIPELINES_TOKEN }} + # To learn more about customizing Pipelines see our documentation at https://docs.gruntwork.io/pipelines/maintain/extending/ - name: "[Baseline]: Pre Provision New Account Custom Action" uses: ./pipelines-actions/.github/custom-actions/pre-provision-new-account From c751d9720b269fa02c6ff0893fbded34c8ff993d Mon Sep 17 00:00:00 2001 From: Oreoluwa Agunbiade Date: Thu, 19 Jun 2025 19:09:31 -0600 Subject: [PATCH 07/15] Set aws auth command for provision action --- .github/workflows/pipelines-root.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index 3e01db7..4410589 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -286,6 +286,8 @@ jobs: id: provision_new_account if: ${{ steps.gruntwork_context.outputs.action == 'PROVISION_ACCOUNT' }} uses: ./pipelines-actions/.github/actions/pipelines-provision-account-action + env: + TERRAGRUNT_AUTH_PROVIDER_CMD: "pipelines auth terragrunt-credentials --ci github-actions --cloud aws --wd . --disk-cache-duration-minutes 10" with: PIPELINES_GRUNTWORK_READ_TOKEN: ${{ steps.pipelines-gruntwork-read-token.outputs.PIPELINES_TOKEN }} PIPELINES_CUSTOMER_ORG_READ_TOKEN: ${{ steps.pipelines-customer-org-read-token.outputs.PIPELINES_TOKEN }} From e73e5cf548f8b39f5156875f81b4f3859f71cefa Mon Sep 17 00:00:00 2001 From: Oreoluwa Agunbiade Date: Fri, 20 Jun 2025 13:59:49 -0600 Subject: [PATCH 08/15] Use provision-account action that updates comments --- .github/workflows/pipelines-root.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index 4410589..2429e5c 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -293,6 +293,7 @@ jobs: PIPELINES_CUSTOMER_ORG_READ_TOKEN: ${{ steps.pipelines-customer-org-read-token.outputs.PIPELINES_TOKEN }} PR_COMMENT_WRITE_TOKEN: ${{ steps.pipelines-infra-root-write-token.outputs.PIPELINES_TOKEN }} job: ${{ toJson(matrix.jobs) }} + workflow_job_name: ${{ env.JOB_NAME }} gruntwork_context: ${{ toJson(steps.gruntwork_context.outputs) }} - name: "[ProvisionAccount]: Post Provision New Account Custom Action" @@ -366,14 +367,14 @@ jobs: stack_paths: ${{ toJson(matrix.jobs.StackPaths) }} - name: Update comment - if: always() + if: always() && (${{ steps.gruntwork_context.outputs.action == 'TERRAGRUNT_EXECUTE' }} || ${{ steps.gruntwork_context.outputs.action == 'BASELINE_ACCOUNT' }}) uses: ./pipelines-actions/.github/actions/pipelines-comment-job-update with: PR_COMMENT_WRITE_TOKEN: ${{ steps.pipelines-propose-infra-change-token.outputs.PIPELINES_TOKEN }} step_name: ${{ matrix.jobs.ChangeType }} step_working_directory: ${{ matrix.jobs.WorkingDirectory }} step_terragrunt_command: ${{ matrix.jobs.Action.Command }} - step_status: ${{ (steps.provision_new_account.conclusion == 'success' || steps.terragrunt.conclusion == 'success' || steps.core_accounts_baselines.conclusion == 'success') && 'success' || 'failed' }} + step_status: ${{ (steps.terragrunt.conclusion == 'success' || steps.core_accounts_baselines.conclusion == 'success') && 'success' || 'failed' }} plan_apply_log_file_path: ${{ steps.terragrunt.outputs.plan_folder }} extended_log_file_path: ${{ steps.terragrunt.outputs.execute_stdout_log }} job_name: ${{ env.JOB_NAME }} From 9535cd349c2404deb41821687ecef3f84427ce52 Mon Sep 17 00:00:00 2001 From: Oreoluwa Agunbiade Date: Fri, 20 Jun 2025 14:25:25 -0600 Subject: [PATCH 09/15] Use correct pr comment token --- .github/workflows/pipelines-root.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index 2429e5c..b32ec73 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -291,7 +291,7 @@ jobs: with: PIPELINES_GRUNTWORK_READ_TOKEN: ${{ steps.pipelines-gruntwork-read-token.outputs.PIPELINES_TOKEN }} PIPELINES_CUSTOMER_ORG_READ_TOKEN: ${{ steps.pipelines-customer-org-read-token.outputs.PIPELINES_TOKEN }} - PR_COMMENT_WRITE_TOKEN: ${{ steps.pipelines-infra-root-write-token.outputs.PIPELINES_TOKEN }} + PR_COMMENT_WRITE_TOKEN: ${{ steps.pipelines-propose-infra-change-token.outputs.PIPELINES_TOKEN }} job: ${{ toJson(matrix.jobs) }} workflow_job_name: ${{ env.JOB_NAME }} gruntwork_context: ${{ toJson(steps.gruntwork_context.outputs) }} From 167a49a5c022af2a709e7c01fd8e3df876d941dc Mon Sep 17 00:00:00 2001 From: Oreoluwa Agunbiade Date: Fri, 20 Jun 2025 14:50:37 -0600 Subject: [PATCH 10/15] Add debug step --- .github/workflows/pipelines-root.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index b32ec73..e8a3bea 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -366,6 +366,13 @@ jobs: deploy_branch_name: ${{ steps.gruntwork_context.outputs.deploy_branch_name }} stack_paths: ${{ toJson(matrix.jobs.StackPaths) }} + - name: Debug action and condition evaluation + run: | + echo "Action value: '${{ steps.gruntwork_context.outputs.action }}'" + echo "OR condition result: ${{ steps.gruntwork_context.outputs.action == 'TERRAGRUNT_EXECUTE' || steps.gruntwork_context.outputs.action == 'BASELINE_ACCOUNT' }}" + echo "Note: always() function cannot be evaluated in expressions, but it should be true when this step runs" + echo "Final condition: always() && (OR result above)" + - name: Update comment if: always() && (${{ steps.gruntwork_context.outputs.action == 'TERRAGRUNT_EXECUTE' }} || ${{ steps.gruntwork_context.outputs.action == 'BASELINE_ACCOUNT' }}) uses: ./pipelines-actions/.github/actions/pipelines-comment-job-update From 336860b4a91fba0ed53705f4c953ec96158592dd Mon Sep 17 00:00:00 2001 From: Oreoluwa Agunbiade Date: Fri, 20 Jun 2025 15:17:29 -0600 Subject: [PATCH 11/15] Remove nested curlies in if expressions --- .github/workflows/pipelines-root.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index e8a3bea..33779d7 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -374,7 +374,7 @@ jobs: echo "Final condition: always() && (OR result above)" - name: Update comment - if: always() && (${{ steps.gruntwork_context.outputs.action == 'TERRAGRUNT_EXECUTE' }} || ${{ steps.gruntwork_context.outputs.action == 'BASELINE_ACCOUNT' }}) + if: always() && (steps.gruntwork_context.outputs.action == 'TERRAGRUNT_EXECUTE' || steps.gruntwork_context.outputs.action == 'BASELINE_ACCOUNT') uses: ./pipelines-actions/.github/actions/pipelines-comment-job-update with: PR_COMMENT_WRITE_TOKEN: ${{ steps.pipelines-propose-infra-change-token.outputs.PIPELINES_TOKEN }} From 320474fc147d87e3ec7841d970153f8d688e8c5c Mon Sep 17 00:00:00 2001 From: Oreoluwa Agunbiade Date: Fri, 20 Jun 2025 17:20:51 -0600 Subject: [PATCH 12/15] Remove unused input --- .github/workflows/pipelines-root.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index 33779d7..ce0d5c7 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -289,7 +289,6 @@ jobs: env: TERRAGRUNT_AUTH_PROVIDER_CMD: "pipelines auth terragrunt-credentials --ci github-actions --cloud aws --wd . --disk-cache-duration-minutes 10" with: - PIPELINES_GRUNTWORK_READ_TOKEN: ${{ steps.pipelines-gruntwork-read-token.outputs.PIPELINES_TOKEN }} PIPELINES_CUSTOMER_ORG_READ_TOKEN: ${{ steps.pipelines-customer-org-read-token.outputs.PIPELINES_TOKEN }} PR_COMMENT_WRITE_TOKEN: ${{ steps.pipelines-propose-infra-change-token.outputs.PIPELINES_TOKEN }} job: ${{ toJson(matrix.jobs) }} From f2a8d783fd403996f8f2daf150baec6aeae48d15 Mon Sep 17 00:00:00 2001 From: Oreoluwa Agunbiade Date: Tue, 24 Jun 2025 14:31:01 -0600 Subject: [PATCH 13/15] Remove debug step --- .github/workflows/pipelines-root.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index ce0d5c7..cfc19c9 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -365,13 +365,6 @@ jobs: deploy_branch_name: ${{ steps.gruntwork_context.outputs.deploy_branch_name }} stack_paths: ${{ toJson(matrix.jobs.StackPaths) }} - - name: Debug action and condition evaluation - run: | - echo "Action value: '${{ steps.gruntwork_context.outputs.action }}'" - echo "OR condition result: ${{ steps.gruntwork_context.outputs.action == 'TERRAGRUNT_EXECUTE' || steps.gruntwork_context.outputs.action == 'BASELINE_ACCOUNT' }}" - echo "Note: always() function cannot be evaluated in expressions, but it should be true when this step runs" - echo "Final condition: always() && (OR result above)" - - name: Update comment if: always() && (steps.gruntwork_context.outputs.action == 'TERRAGRUNT_EXECUTE' || steps.gruntwork_context.outputs.action == 'BASELINE_ACCOUNT') uses: ./pipelines-actions/.github/actions/pipelines-comment-job-update From 0526985ebcf3b29e75863132bda725433343b1ca Mon Sep 17 00:00:00 2001 From: Oreoluwa Agunbiade Date: Tue, 24 Jun 2025 15:02:41 -0600 Subject: [PATCH 14/15] Update binary version --- .github/workflows/pipelines-drift-detection.yml | 4 ++-- .github/workflows/pipelines-root.yml | 4 ++-- .github/workflows/pipelines-unlock.yml | 4 ++-- .github/workflows/pipelines.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pipelines-drift-detection.yml b/.github/workflows/pipelines-drift-detection.yml index f1b7604..3738836 100644 --- a/.github/workflows/pipelines-drift-detection.yml +++ b/.github/workflows/pipelines-drift-detection.yml @@ -36,8 +36,8 @@ on: PR_CREATE_TOKEN: required: false env: - PIPELINES_CLI_VERSION: v0.40.0-rc12 - PIPELINES_ACTIONS_VERSION: ore/dev-949-create-pipelines-account-factory-create-account-cli-command + PIPELINES_CLI_VERSION: v0.40.0-rc13 + PIPELINES_ACTIONS_VERSION: main BOILERPLATE_VERSION: v0.5.16 GRUNTWORK_INSTALLER_VERSION: v0.0.40 diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index cfc19c9..b702e8a 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -38,8 +38,8 @@ on: required: false env: - PIPELINES_CLI_VERSION: v0.40.0-rc12 - PIPELINES_ACTIONS_VERSION: ore/dev-949-create-pipelines-account-factory-create-account-cli-command + PIPELINES_CLI_VERSION: v0.40.0-rc13 + PIPELINES_ACTIONS_VERSION: main BOILERPLATE_VERSION: v0.5.16 GRUNTWORK_INSTALLER_VERSION: v0.0.40 diff --git a/.github/workflows/pipelines-unlock.yml b/.github/workflows/pipelines-unlock.yml index 742e04d..d3c0dde 100644 --- a/.github/workflows/pipelines-unlock.yml +++ b/.github/workflows/pipelines-unlock.yml @@ -45,8 +45,8 @@ on: PIPELINES_READ_TOKEN: required: true env: - PIPELINES_CLI_VERSION: v0.40.0-rc12 - PIPELINES_ACTIONS_VERSION: ore/dev-949-create-pipelines-account-factory-create-account-cli-command + PIPELINES_CLI_VERSION: v0.40.0-rc13 + PIPELINES_ACTIONS_VERSION: main jobs: unlock_one: diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml index 27030cf..c6346a3 100644 --- a/.github/workflows/pipelines.yml +++ b/.github/workflows/pipelines.yml @@ -36,8 +36,8 @@ on: required: false env: - PIPELINES_CLI_VERSION: v0.40.0-rc12 - PIPELINES_ACTIONS_VERSION: ore/dev-949-create-pipelines-account-factory-create-account-cli-command + PIPELINES_CLI_VERSION: v0.40.0-rc13 + PIPELINES_ACTIONS_VERSION: main # GitHub Actions tends to hit resource exhaustion and kill running jobs # if we leave parallelism unbounded, so we set the max to 10 for a sane default. From b8fcae1c328efb4bdc17e0213e2f0587e080e7f0 Mon Sep 17 00:00:00 2001 From: Oreoluwa Agunbiade Date: Tue, 24 Jun 2025 15:06:48 -0600 Subject: [PATCH 15/15] Remove handled comment --- .github/workflows/pipelines-root.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index 90040b7..f456821 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -284,7 +284,6 @@ jobs: # TODO: This should be "first_new_account_name". new_account_name: ${{ matrix.jobs.NewAccounts[0].Name }} - # TODO: discuss removing mise install from individual actions and just doing it in workflows in one spot - name: Install Mise id: mise-toml uses: jdx/mise-action@v2