From f13d62ff3b785c74dced6dec94f01ada5fdb2c6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 07:23:31 +0000 Subject: [PATCH] Bump the dflook group with 3 updates Bumps the dflook group with 3 updates: [dflook/terraform-validate](https://github.com/dflook/terraform-validate), [dflook/terraform-plan](https://github.com/dflook/terraform-plan) and [dflook/terraform-apply](https://github.com/dflook/terraform-apply). Updates `dflook/terraform-validate` from 1.39.0 to 1.41.0 - [Release notes](https://github.com/dflook/terraform-validate/releases) - [Commits](https://github.com/dflook/terraform-validate/compare/08b532e01208b92a7709be9411ffdfc4b6459aee...a1e7fd9e31635f87507b2278a7572d042a79ff9a) Updates `dflook/terraform-plan` from 1.39.0 to 1.41.0 - [Release notes](https://github.com/dflook/terraform-plan/releases) - [Commits](https://github.com/dflook/terraform-plan/compare/769e5a31800c917e6308ccc4f038a2c685017396...f25146ed4ae15a0e8fb4428e7fb2af5a5990c80a) Updates `dflook/terraform-apply` from 1.39.0 to 1.41.0 - [Release notes](https://github.com/dflook/terraform-apply/releases) - [Commits](https://github.com/dflook/terraform-apply/compare/61d32f33d4290ac22d21e1e546f9b44ccd776240...e6afd07b0f8f6bcdefd867ecf46b409b9c2faf88) --- 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 ... Signed-off-by: dependabot[bot] --- .github/workflows/terraform-eks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/terraform-eks.yml b/.github/workflows/terraform-eks.yml index a4fcbdaca..232bb7c51 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@08b532e01208b92a7709be9411ffdfc4b6459aee # v1.39.0 + uses: dflook/terraform-validate@a1e7fd9e31635f87507b2278a7572d042a79ff9a # v1.41.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@769e5a31800c917e6308ccc4f038a2c685017396 # v1.39.0 + uses: dflook/terraform-plan@f25146ed4ae15a0e8fb4428e7fb2af5a5990c80a # v1.41.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@61d32f33d4290ac22d21e1e546f9b44ccd776240 # v1.39.0 + uses: dflook/terraform-apply@e6afd07b0f8f6bcdefd867ecf46b409b9c2faf88 # v1.41.0 if: github.event_name == 'push' with: label: ${{ vars.RESOURCE_NAME }} ${{ inputs.terraform_root_path }}