From 8f36876fa46e2820a2f08b138880673ed2be60cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 12:13:31 +0000 Subject: [PATCH] Bump the dflook group with 4 updates Bumps the dflook group with 4 updates: [dflook/terraform-validate](https://github.com/dflook/terraform-validate), [dflook/terraform-plan](https://github.com/dflook/terraform-plan), [dflook/terraform-apply](https://github.com/dflook/terraform-apply) and [dflook/terraform-destroy](https://github.com/dflook/terraform-destroy). Updates `dflook/terraform-validate` from 1.44.0 to 1.45.0 - [Release notes](https://github.com/dflook/terraform-validate/releases) - [Commits](https://github.com/dflook/terraform-validate/compare/93108d6d37b2fd79d527ec77c190105de1429bb5...46e4736fe16f84ba22a09c6c4d4a7bd5bb5f978e) Updates `dflook/terraform-plan` from 1.44.0 to 1.45.0 - [Release notes](https://github.com/dflook/terraform-plan/releases) - [Commits](https://github.com/dflook/terraform-plan/compare/b0877a1bf56160160ab482f4aff8a12fff35fe06...ce9a5c5ab9fe6383d3daaa46c5dc25bce2c5fda8) Updates `dflook/terraform-apply` from 1.44.0 to 1.45.0 - [Release notes](https://github.com/dflook/terraform-apply/releases) - [Commits](https://github.com/dflook/terraform-apply/compare/7d435d4d115a11e5db1e710ac969f5382f0f6f9f...8ffcf535ca17dd84586bcda5b072f3d7bde0a97c) Updates `dflook/terraform-destroy` from 1.44.0 to 1.45.0 - [Release notes](https://github.com/dflook/terraform-destroy/releases) - [Commits](https://github.com/dflook/terraform-destroy/compare/2e74fdc282c2980b12503986b2d8483d7cbfa14a...e041432f30e228bf5d24bf6072202dc121e68f29) --- updated-dependencies: - dependency-name: dflook/terraform-validate dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dflook - dependency-name: dflook/terraform-plan dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dflook - dependency-name: dflook/terraform-apply dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dflook - dependency-name: dflook/terraform-destroy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dflook ... Signed-off-by: dependabot[bot] --- .github/workflows/terraform.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 }}