Skip to content

Commit 1f3f2a7

Browse files
committed
Updates hashicorp/setup-terraform and pins to 5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85
Updates hashicorp/setup-terraform from v3 to v4.0.0 and pins to a specific commit hash instead of the tag.
1 parent a232726 commit 1f3f2a7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/amphora-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
pip install -r ../src/kayobe-config/requirements.txt
8181
8282
- name: Install terraform
83-
uses: hashicorp/setup-terraform@v3
83+
uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0
8484

8585
- name: Initialise terraform
8686
run: terraform init

.github/workflows/ipa-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
pip install -r ../src/kayobe-config/requirements.txt
8787
8888
- name: Install terraform
89-
uses: hashicorp/setup-terraform@v3
89+
uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0
9090

9191
- name: Initialise terraform
9292
run: terraform init

.github/workflows/overcloud-host-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
pip install -r ../src/kayobe-config/requirements.txt
121121
122122
- name: Install terraform
123-
uses: hashicorp/setup-terraform@v3
123+
uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0
124124

125125
- name: Initialise terraform
126126
run: terraform init

.github/workflows/package-build-ofed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
pip install -r ../src/kayobe-config/requirements.txt
5858
5959
- name: Install terraform
60-
uses: hashicorp/setup-terraform@v3
60+
uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0
6161

6262
- name: Initialise terraform
6363
run: terraform init

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
fi
140140
141141
- name: Install terraform
142-
uses: hashicorp/setup-terraform@v3
142+
uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0
143143

144144
- name: Initialise terraform
145145
run: terraform init

0 commit comments

Comments
 (0)