Commit 03b5598 1 parent 4eac41e commit 03b5598 Copy full SHA for 03b5598
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
20
20
uses : actions/checkout@v4
21
21
22
22
- name : terraform apply
23
- # v1.43 .0
23
+ # v1.44 .0
24
24
# Use the commit hash for security hardening
25
25
# https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-third-party-actions
26
- uses : dflook/terraform-apply@dcda97d729f1843ede471d2fac989cb946f5622a
26
+ uses : dflook/terraform-apply@7d435d4d115a11e5db1e710ac969f5382f0f6f9f
27
27
env :
28
28
TERRAFORM_ACTIONS_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
29
29
with :
Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ jobs:
46
46
uses : actions/checkout@v4
47
47
48
48
- name : terraform plan
49
- # v1.43 .0
49
+ # v1.44 .0
50
50
# Use the commit hash for security hardening
51
51
# https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-third-party-actions
52
- uses : dflook/terraform-plan@d9df4f6c2484e709ba7ffaa16c98a6906f4760cd
52
+ uses : dflook/terraform-plan@b0877a1bf56160160ab482f4aff8a12fff35fe06
53
53
env :
54
54
TERRAFORM_ACTIONS_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
55
55
with :
You can’t perform that action at this time.
0 commit comments