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 38106de..9f76811 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 @@ -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 @@ -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..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 @@ -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 diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml index 77691ba..902bac6 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 @@ -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