Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pipelines-drift-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/pipelines-root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pipelines-unlock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down