Skip to content

Update pre-commit hook maxbrunet/pre-commit-renovate to v37.68.3 #49

Update pre-commit hook maxbrunet/pre-commit-renovate to v37.68.3

Update pre-commit hook maxbrunet/pre-commit-renovate to v37.68.3 #49

Workflow file for this run

---
name: pre_commit
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main
env:
TERRAGRUNT_VERSION: "0.51.4"
jobs:
pre_commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
- name: Install Terragrunt
run: |
curl -Lo terragrunt "https://github.com/gruntwork-io/terragrunt/releases/download/v${TERRAGRUNT_VERSION}/terragrunt_linux_amd64"
chmod +x terragrunt
sudo mv terragrunt /usr/local/bin/
- name: Verify Terragrunt installation
run: terragrunt --version
- uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # v3.0.0
env:
SKIP: terragrunt_validate