From c3c5b408dc07b25074b635458461645a4676becb Mon Sep 17 00:00:00 2001 From: Yousif Akbar <11247449+yhakbar@users.noreply.github.com> Date: Tue, 2 Sep 2025 16:23:51 -0400 Subject: [PATCH 1/3] chore: Bumping mise to `2025.8.21` --- .github/workflows/pipelines-root.yml | 4 ++-- .github/workflows/pipelines-unlock.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index 38106de..55d1276 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -290,7 +290,7 @@ jobs: with: install: true cache: true - version: 2024.10.8 + version: "2025.8.21" working_directory: "./infra-live-repo" - name: Configure code auth @@ -499,7 +499,7 @@ jobs: with: install: true cache: true - version: 2024.10.8 + version: "2025.8.21" working_directory: "./infra-live-repo" - name: Configure code auth diff --git a/.github/workflows/pipelines-unlock.yml b/.github/workflows/pipelines-unlock.yml index e9ea106..8ed5e3c 100644 --- a/.github/workflows/pipelines-unlock.yml +++ b/.github/workflows/pipelines-unlock.yml @@ -151,7 +151,7 @@ jobs: with: install: true cache: true - version: 2024.10.8 + version: "2025.8.21" mise_toml: "${{ steps.mise-toml.outputs.TOML }}" - name: Test Terraform, OpenTofu and Terragrunt @@ -280,7 +280,7 @@ jobs: with: install: true cache: true - version: 2024.10.8 + version: "2025.8.21" mise_toml: "${{ steps.mise-toml.outputs.TOML }}" - name: Test Terraform, OpenTofu and Terragrunt From 7451f84917cef394e77940e349b7704ab692fd7e Mon Sep 17 00:00:00 2001 From: Yousif Akbar <11247449+yhakbar@users.noreply.github.com> Date: Wed, 3 Sep 2025 08:50:19 -0400 Subject: [PATCH 2/3] tmp: Pinning to chore branch of pipelines-actions --- .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 37c7c51..4b82421 100644 --- a/.github/workflows/pipelines-drift-detection.yml +++ b/.github/workflows/pipelines-drift-detection.yml @@ -36,7 +36,7 @@ on: description: "For Gruntwork internal testing - the version of the pipelines CLI to use" pipelines_actions_ref: type: string - default: "main" + default: "chore/bumping-mise" description: "For Gruntwork internal testing - the ref of the pipelines actions to use" pipelines_credentials_ref: type: string diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index 55d1276..3688bed 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -34,7 +34,7 @@ on: description: "For Gruntwork internal testing - the version of the pipelines CLI to use" pipelines_actions_ref: type: string - default: "main" + default: "chore/bumping-mise" description: "For Gruntwork internal testing - the ref of the pipelines actions to use" pipelines_credentials_ref: type: string diff --git a/.github/workflows/pipelines-unlock.yml b/.github/workflows/pipelines-unlock.yml index 8ed5e3c..e6cad92 100644 --- a/.github/workflows/pipelines-unlock.yml +++ b/.github/workflows/pipelines-unlock.yml @@ -47,7 +47,7 @@ on: description: "For Gruntwork internal testing - the version of the pipelines CLI to use" pipelines_actions_ref: type: string - default: "main" + default: "chore/bumping-mise" description: "For Gruntwork internal testing - the ref of the pipelines actions to use" pipelines_credentials_ref: type: string diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml index 77691ba..46031e6 100644 --- a/.github/workflows/pipelines.yml +++ b/.github/workflows/pipelines.yml @@ -34,7 +34,7 @@ on: description: "For Gruntwork internal testing - the version of the pipelines CLI to use" pipelines_actions_ref: type: string - default: "main" + default: "chore/bumping-mise" description: "For Gruntwork internal testing - the ref of the pipelines actions to use" pipelines_credentials_ref: type: string From ddaae47c3aa7aa8e451c2ecc8f4397de65455794 Mon Sep 17 00:00:00 2001 From: Yousif Akbar <11247449+yhakbar@users.noreply.github.com> Date: Wed, 3 Sep 2025 09:00:34 -0400 Subject: [PATCH 3/3] tmp: Commenting out preflight check --- .github/workflows/pipelines-root.yml | 20 ++++++++++---------- .github/workflows/pipelines.yml | 14 +++++++------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index 3688bed..9f76811 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -165,16 +165,16 @@ jobs: version: ${{ env.PIPELINES_CLI_VERSION }} PIPELINES_GRUNTWORK_READ_TOKEN: ${{ steps.pipelines-gruntwork-read-token.outputs.PIPELINES_TOKEN }} - - name: Preflight Checks - uses: ./pipelines-actions/.github/actions/pipelines-preflight-action - with: - IS_ROOT: "true" - PIPELINES_READ_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }} - INFRA_ROOT_WRITE_TOKEN: ${{ steps.pipelines-infra-root-write-token.outputs.PIPELINES_TOKEN }} - 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-propose-infra-change-token.outputs.PIPELINES_TOKEN }} + # - name: Preflight Checks + # uses: ./pipelines-actions/.github/actions/pipelines-preflight-action + # with: + # IS_ROOT: "true" + # PIPELINES_READ_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }} + # INFRA_ROOT_WRITE_TOKEN: ${{ steps.pipelines-infra-root-write-token.outputs.PIPELINES_TOKEN }} + # 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-propose-infra-change-token.outputs.PIPELINES_TOKEN }} - name: Pipelines Orchestrate id: orchestrate diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml index 46031e6..902bac6 100644 --- a/.github/workflows/pipelines.yml +++ b/.github/workflows/pipelines.yml @@ -139,13 +139,13 @@ jobs: version: ${{ env.PIPELINES_CLI_VERSION }} PIPELINES_GRUNTWORK_READ_TOKEN: ${{ steps.pipelines-gruntwork-read-token.outputs.PIPELINES_TOKEN }} - - name: Preflight Checks - uses: ./pipelines-actions/.github/actions/pipelines-preflight-action - with: - PIPELINES_READ_TOKEN: ${{ secrets.PIPELINES_READ_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-propose-infra-change-token.outputs.PIPELINES_TOKEN }} + # - name: Preflight Checks + # uses: ./pipelines-actions/.github/actions/pipelines-preflight-action + # with: + # PIPELINES_READ_TOKEN: ${{ secrets.PIPELINES_READ_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-propose-infra-change-token.outputs.PIPELINES_TOKEN }} - name: Pipelines Orchestrate id: orchestrate