diff --git a/.github/workflows/terraform-eks.yml b/.github/workflows/terraform-eks.yml index 031a2dca2..79c7bd407 100644 --- a/.github/workflows/terraform-eks.yml +++ b/.github/workflows/terraform-eks.yml @@ -94,7 +94,7 @@ jobs: fi - name: Terraform validate - uses: dflook/terraform-validate@433dd249ad921c19245cf361c67a57f485e2ae0b # v1.36.2 + uses: dflook/terraform-validate@ecef4162713a545487d10ba7e46a042229322911 # v1.37.0 with: path: ${{ inputs.terraform_root_path }} backend_config: | @@ -102,7 +102,7 @@ jobs: key=${{ vars.RESOURCE_NAME }}/${{ inputs.terraform_root_path }}/terraform.tfstate - name: Terraform plan - uses: dflook/terraform-plan@e047f3fa83b945d582e0b468f4ef3c22c03e070d # v1.36.2 + uses: dflook/terraform-plan@565c93ef17640e3cee13fb9148793db3697dd412 # v1.37.0 if: github.event_name == 'pull_request' with: label: ${{ vars.RESOURCE_NAME }} ${{ inputs.terraform_root_path }} @@ -115,7 +115,7 @@ jobs: key=${{ vars.RESOURCE_NAME }}/${{ inputs.terraform_root_path }}/terraform.tfstate - name: Terraform apply - uses: dflook/terraform-apply@7a56cfb68f437341062f41afca87c71fc5b4bd5f # v1.36.2 + uses: dflook/terraform-apply@8a8d033f90c0e43d1bc0a4a68a0dd604f454cd53 # v1.37.0 if: github.event_name == 'push' with: label: ${{ vars.RESOURCE_NAME }} ${{ inputs.terraform_root_path }}