diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index f61bd9886..493aa2660 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -110,7 +110,7 @@ jobs: fi - name: Terraform validate - uses: dflook/terraform-validate@93108d6d37b2fd79d527ec77c190105de1429bb5 # v1.44.0 + uses: dflook/terraform-validate@46e4736fe16f84ba22a09c6c4d4a7bd5bb5f978e # v1.45.0 with: path: ${{ inputs.terraform_root_path }} backend_config: | @@ -118,7 +118,7 @@ jobs: key=${{ vars.RESOURCE_NAME }}/${{ inputs.terraform_root_path }}/terraform.tfstate - name: Terraform plan - uses: dflook/terraform-plan@b0877a1bf56160160ab482f4aff8a12fff35fe06 # v1.44.0 + uses: dflook/terraform-plan@ce9a5c5ab9fe6383d3daaa46c5dc25bce2c5fda8 # v1.45.0 if: github.event_name == 'pull_request' with: label: ${{ vars.RESOURCE_NAME }} ${{ inputs.terraform_root_path }} @@ -131,7 +131,7 @@ jobs: key=${{ vars.RESOURCE_NAME }}/${{ inputs.terraform_root_path }}/terraform.tfstate - name: Terraform apply - uses: dflook/terraform-apply@7d435d4d115a11e5db1e710ac969f5382f0f6f9f # v1.44.0 + uses: dflook/terraform-apply@8ffcf535ca17dd84586bcda5b072f3d7bde0a97c # v1.45.0 if: github.event_name == 'push' || inputs.terraform_operation == 'apply' || (github.event_name == 'issue_comment' && contains(github.event.comment.body, 'terraform apply')) with: label: ${{ vars.RESOURCE_NAME }} ${{ inputs.terraform_root_path }} @@ -145,7 +145,7 @@ jobs: key=${{ vars.RESOURCE_NAME }}/${{ inputs.terraform_root_path }}/terraform.tfstate - name: Terraform destroy - uses: dflook/terraform-destroy@2e74fdc282c2980b12503986b2d8483d7cbfa14a # v1.44.0 + uses: dflook/terraform-destroy@e041432f30e228bf5d24bf6072202dc121e68f29 # v1.45.0 if: inputs.terraform_operation == 'destroy' with: path: ${{ inputs.terraform_root_path }}