From 6812247ceb062a5831b0984b889cf2b1728118fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 07:49:39 +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.37.0 to 1.38.0 - [Release notes](https://github.com/dflook/terraform-validate/releases) - [Commits](https://github.com/dflook/terraform-validate/compare/ecef4162713a545487d10ba7e46a042229322911...14af120980bacf879aff8a347c94a952f34fe5e8) Updates `dflook/terraform-plan` from 1.37.0 to 1.38.0 - [Release notes](https://github.com/dflook/terraform-plan/releases) - [Commits](https://github.com/dflook/terraform-plan/compare/565c93ef17640e3cee13fb9148793db3697dd412...d3cfbccf539e67b94a8a7c7e9f7d6bec5a627dd6) Updates `dflook/terraform-apply` from 1.37.0 to 1.38.0 - [Release notes](https://github.com/dflook/terraform-apply/releases) - [Commits](https://github.com/dflook/terraform-apply/compare/8a8d033f90c0e43d1bc0a4a68a0dd604f454cd53...01846e8467d6fa73653c0ea8ac1ad2231a61d83e) --- 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 74e61a4e0..49f6004ad 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@ecef4162713a545487d10ba7e46a042229322911 # v1.37.0 + uses: dflook/terraform-validate@14af120980bacf879aff8a347c94a952f34fe5e8 # v1.38.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@565c93ef17640e3cee13fb9148793db3697dd412 # v1.37.0 + uses: dflook/terraform-plan@d3cfbccf539e67b94a8a7c7e9f7d6bec5a627dd6 # v1.38.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@8a8d033f90c0e43d1bc0a4a68a0dd604f454cd53 # v1.37.0 + uses: dflook/terraform-apply@01846e8467d6fa73653c0ea8ac1ad2231a61d83e # v1.38.0 if: github.event_name == 'push' with: label: ${{ vars.RESOURCE_NAME }} ${{ inputs.terraform_root_path }}