Skip to content

Bump the all-gha-deps group with 2 updates #386

Bump the all-gha-deps group with 2 updates

Bump the all-gha-deps group with 2 updates #386

Workflow file for this run

name: 'Terragrunt format check'
on:
- pull_request
# Declare default permissions as read only.
permissions: read-all
env:
tf_version: '1.5.7'
tg_version: '0.55.1'
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Check terragrunt HCL
uses: gruntwork-io/terragrunt-action@cf355638dbd066b6a70eb01f31ad9293870a0e34 # v2
with:
tf_version: ${{ env.tf_version }}
tg_version: ${{ env.tg_version }}
tg_dir: 'deployment'
tg_command: 'hclfmt --terragrunt-check --terragrunt-diff'