Skip to content

Commit f10781b

Browse files
Merge branch 'master' into ci/update-pr-auto-assignee-workflow
2 parents 594c09a + 33ea27b commit f10781b

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/docker-smurf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142

143143
# - Setup smurf CLI
144144
- name: Setup Smurf
145-
uses: clouddrove/smurf@v1.0.0
145+
uses: clouddrove/smurf@v1.0.4
146146

147147
- name: 🐳 Docker Image Build
148148
if: inputs.docker_buildkit_enable != 'true'
@@ -182,7 +182,7 @@ jobs:
182182

183183
# - Setup smurf CLI
184184
- name: Setup Smurf
185-
uses: clouddrove/smurf@v1.0.0
185+
uses: clouddrove/smurf@v1.0.4
186186

187187
- name: ⬇️ Download Docker Image Artifact
188188
uses: actions/download-artifact@v8

.github/workflows/helm-smurf.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155

156156
# - Setup smurf CLI
157157
- name: Setup Smurf
158-
uses: clouddrove/smurf@v1.0.0
158+
uses: clouddrove/smurf@v1.0.4
159159

160160
- name: 🧪 Helm Lint
161161
run : |
@@ -176,7 +176,7 @@ jobs:
176176

177177
# - Setup smurf CLI
178178
- name: Setup Smurf
179-
uses: clouddrove/smurf@v1.0.0
179+
uses: clouddrove/smurf@v1.0.4
180180

181181
- name: 🟦 Install AWS CLI
182182
if: ${{ inputs.provider == 'aws' }}
@@ -248,7 +248,7 @@ jobs:
248248

249249
# - Setup smurf CLI
250250
- name: Setup Smurf
251-
uses: clouddrove/smurf@v1.0.0
251+
uses: clouddrove/smurf@v1.0.4
252252

253253
- name: 🟦 Install AWS CLI
254254
if: ${{ inputs.provider == 'aws' }}

.github/workflows/pr-auto-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
shell: bash
3838

3939
- name: Wait for "${{ matrix.tf-checks }}" to Succeed
40-
uses: lewagon/wait-on-check-action@v1.5.0
40+
uses: lewagon/wait-on-check-action@v1.6.0
4141
with:
4242
ref: ${{ github.event.pull_request.head.sha }}
4343
check-name: ${{ matrix.tf-checks }}
@@ -65,7 +65,7 @@ jobs:
6565
shell: bash
6666

6767
- name: Wait for "${{ matrix.tf-checks }}" to Succeed
68-
uses: lewagon/wait-on-check-action@v1.5.0
68+
uses: lewagon/wait-on-check-action@v1.6.0
6969
with:
7070
ref: ${{ github.event.pull_request.head.sha }}
7171
check-name: ${{ matrix.tf-checks }}

.github/workflows/stf-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156

157157
# - Setup smurf CLI
158158
- name: Setup Smurf
159-
uses: clouddrove/smurf@v1.0.0
159+
uses: clouddrove/smurf@v1.0.4
160160

161161
# - Terraform checks to Init and Validate terraform code.
162162
- name: 🏗️ Init & validate v${{ matrix.version }}
@@ -184,7 +184,7 @@ jobs:
184184

185185
# - Setup smurf
186186
- name: Setup Smurf
187-
uses: clouddrove/smurf@v1.0.0
187+
uses: clouddrove/smurf@v1.0.4
188188

189189
# - Running command to check terraform formatting changes.
190190
- name: 🧹 Check Terraform format changes

.github/workflows/tf-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
github_token: ${{ secrets.GITHUB }}
3030

3131
- name: 🛠️ Setup tflint-config
32-
uses: terraform-linters/tflint-load-config-action@v2
32+
uses: terraform-linters/tflint-load-config-action@v3
3333
with:
3434
source-repo: clouddrove/github-shared-workflows
3535
source-path: .github/config/.tflint.hcl

.github/workflows/tf-smurf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
179179

180180
- name: ⚙️ Set up Smurf Terraform
181-
uses: clouddrove/smurf@v1.0.0
181+
uses: clouddrove/smurf@v1.0.4
182182

183183
- name: 🧹 Smurf Terraform Format
184184
run: |
@@ -223,7 +223,7 @@ jobs:
223223
uses: actions/checkout@v6
224224

225225
- name: ⚙️ Set up Smurf Terraform
226-
uses: clouddrove/smurf@v1.0.0
226+
uses: clouddrove/smurf@v1.0.4
227227

228228
# APPROVAL BEFORE DESTROY (FIXED)
229229
- name: ⏳ Approval Before Destroy

0 commit comments

Comments
 (0)