From a157333b2a51231e3a9634ac81e86fba47afc48a Mon Sep 17 00:00:00 2001 From: Alex Welsh Date: Mon, 27 Apr 2026 09:17:27 +0100 Subject: [PATCH] Update actions to org-wide pins --- .github/workflows/terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 84c9026..c831d6c 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Terraform - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0 with: terraform_version: 1.4.5 cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}