Skip to content

Commit 1080d25

Browse files
Bump the dflook group with 4 updates (#855)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dbf3d4c commit 1080d25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/terraform.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,15 @@ jobs:
110110
fi
111111
112112
- name: Terraform validate
113-
uses: dflook/terraform-validate@93108d6d37b2fd79d527ec77c190105de1429bb5 # v1.44.0
113+
uses: dflook/terraform-validate@46e4736fe16f84ba22a09c6c4d4a7bd5bb5f978e # v1.45.0
114114
with:
115115
path: ${{ inputs.terraform_root_path }}
116116
backend_config: |
117117
bucket=${{ vars.TERRAFORM_STATE_BUCKET }}
118118
key=${{ vars.RESOURCE_NAME }}/${{ inputs.terraform_root_path }}/terraform.tfstate
119119
120120
- name: Terraform plan
121-
uses: dflook/terraform-plan@b0877a1bf56160160ab482f4aff8a12fff35fe06 # v1.44.0
121+
uses: dflook/terraform-plan@ce9a5c5ab9fe6383d3daaa46c5dc25bce2c5fda8 # v1.45.0
122122
if: github.event_name == 'pull_request'
123123
with:
124124
label: ${{ vars.RESOURCE_NAME }} ${{ inputs.terraform_root_path }}
@@ -131,7 +131,7 @@ jobs:
131131
key=${{ vars.RESOURCE_NAME }}/${{ inputs.terraform_root_path }}/terraform.tfstate
132132
133133
- name: Terraform apply
134-
uses: dflook/terraform-apply@7d435d4d115a11e5db1e710ac969f5382f0f6f9f # v1.44.0
134+
uses: dflook/terraform-apply@8ffcf535ca17dd84586bcda5b072f3d7bde0a97c # v1.45.0
135135
if: github.event_name == 'push' || inputs.terraform_operation == 'apply' || (github.event_name == 'issue_comment' && contains(github.event.comment.body, 'terraform apply'))
136136
with:
137137
label: ${{ vars.RESOURCE_NAME }} ${{ inputs.terraform_root_path }}
@@ -145,7 +145,7 @@ jobs:
145145
key=${{ vars.RESOURCE_NAME }}/${{ inputs.terraform_root_path }}/terraform.tfstate
146146
147147
- name: Terraform destroy
148-
uses: dflook/terraform-destroy@2e74fdc282c2980b12503986b2d8483d7cbfa14a # v1.44.0
148+
uses: dflook/terraform-destroy@e041432f30e228bf5d24bf6072202dc121e68f29 # v1.45.0
149149
if: inputs.terraform_operation == 'destroy'
150150
with:
151151
path: ${{ inputs.terraform_root_path }}

0 commit comments

Comments
 (0)