diff --git a/.github/workflows/_lint-terraform.yml b/.github/workflows/_lint-terraform.yml index 4e522f3ec0..4eeba2d788 100644 --- a/.github/workflows/_lint-terraform.yml +++ b/.github/workflows/_lint-terraform.yml @@ -30,7 +30,7 @@ jobs: TF_VERSION=$(cat .terraform-version) echo "TF_VERSION=$TF_VERSION" >> $GITHUB_OUTPUT - - uses: hashicorp/setup-terraform@4fab0119030f0b41039f372591efdbf7dbcd8fd8 # pin@v2.0.0 + - uses: hashicorp/setup-terraform@fd3bf06534214722507d89f9d499612bf7799787 # pin@v2.0.0 with: terraform_version: ${{ steps.set-terraform-version.outputs.TF_VERSION }} diff --git a/.github/workflows/_run-terraform.yml b/.github/workflows/_run-terraform.yml index fb01d56d49..ce5f3fb6a6 100644 --- a/.github/workflows/_run-terraform.yml +++ b/.github/workflows/_run-terraform.yml @@ -71,7 +71,7 @@ jobs: - uses: unfor19/install-aws-cli-action@27d6061dae5d39e89be4d2246824f15e111a7e06 # pin@v1.0.3 - - uses: hashicorp/setup-terraform@4fab0119030f0b41039f372591efdbf7dbcd8fd8 # pin@v2.0.0 + - uses: hashicorp/setup-terraform@fd3bf06534214722507d89f9d499612bf7799787 # pin@v2.0.0 with: terraform_version: ${{ steps.set-terraform-version.outputs.TF_VERSION }} diff --git a/.github/workflows/scheduled-workspace-cleanup.yml b/.github/workflows/scheduled-workspace-cleanup.yml index 6eb58b3238..d7f3c1b3c2 100644 --- a/.github/workflows/scheduled-workspace-cleanup.yml +++ b/.github/workflows/scheduled-workspace-cleanup.yml @@ -31,7 +31,7 @@ jobs: TF_VERSION=$(cat .terraform-version) echo "TF_VERSION=$TF_VERSION" >> $GITHUB_OUTPUT - - uses: hashicorp/setup-terraform@4fab0119030f0b41039f372591efdbf7dbcd8fd8 # pin@v2 + - uses: hashicorp/setup-terraform@fd3bf06534214722507d89f9d499612bf7799787 # pin@v2 with: terraform_version: ${{ steps.set-terraform-version.outputs.TF_VERSION }} terraform_wrapper: false