From 4b84917ec2d92c497773e13b4a9375e866916a1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 14:52:24 +0000 Subject: [PATCH] fix(deps): update padok-team/guacamole-action action to v1.3.4 --- .github/workflows/terragrunt-quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terragrunt-quality.yml b/.github/workflows/terragrunt-quality.yml index 74bf0654..31a1aa4e 100644 --- a/.github/workflows/terragrunt-quality.yml +++ b/.github/workflows/terragrunt-quality.yml @@ -48,7 +48,7 @@ jobs: run: terragrunt hcl format --check --diff ${{ inputs.workdir }} - name: guacamole code quality checks id: guacamole - uses: padok-team/guacamole-action@8262509d278c5e4d2a1e35142dc296c7d938364b # v1.3.2 + uses: padok-team/guacamole-action@47e15575593bf40504e840580682a6630852b21e # v1.3.4 with: path: ${{ inputs.workdir }} verbose: true