Skip to content

Commit 671b92b

Browse files
authored
Merge branch 'main' into add-user/118
2 parents e726669 + 03b5598 commit 671b92b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/apply.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: terraform apply
23-
# v1.43.0
23+
# v1.44.0
2424
# Use the commit hash for security hardening
2525
# 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
2727
env:
2828
TERRAFORM_ACTIONS_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
with:

.github/workflows/plan.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
uses: actions/checkout@v4
4747

4848
- name: terraform plan
49-
# v1.43.0
49+
# v1.44.0
5050
# Use the commit hash for security hardening
5151
# 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
5353
env:
5454
TERRAFORM_ACTIONS_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
with:

0 commit comments

Comments
 (0)