We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd18387 commit b953422Copy full SHA for b953422
.github/workflows/terraform-drift-detection.yaml
@@ -30,7 +30,7 @@ jobs:
30
aws-region: eu-west-1
31
32
- name: Setup Terraform
33
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
+ uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4
34
with:
35
terraform_wrapper: false
36
.github/workflows/terraform-lock.yaml
@@ -39,7 +39,7 @@ jobs:
39
token: ${{ secrets.GITHUB_TOKEN }}
40
41
42
43
44
45
0 commit comments