Skip to content

Commit

Permalink
Merge pull request #181 from claranet/fixup_setup_terraform_CVE-2020-…
Browse files Browse the repository at this point in the history
…15228

#109 update setup-terraform to v1.2.1 to fix CVE-2020-15228
  • Loading branch information
xp-1000 authored Nov 18, 2020
2 parents ac5e521 + f6ef3ad commit 7bc30ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Terraform
uses: hashicorp/setup-terraform@v1.2.0
uses: hashicorp/setup-terraform@v1.2.1
with:
terraform_version: 0.13.3
terraform_wrapper: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Terraform
uses: hashicorp/setup-terraform@v1.2.0
uses: hashicorp/setup-terraform@v1.2.1
with:
terraform_version: 0.13.3
terraform_wrapper: false
Expand Down

0 comments on commit 7bc30ba

Please sign in to comment.