From 162e7cda2b79a5ac8802dd68cabf9200ea178050 Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:50:37 +0000 Subject: [PATCH 1/2] terragrunt/0.67.15 package update Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> --- terragrunt.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/terragrunt.yaml b/terragrunt.yaml index b5cc0ee25fdf..65d52672fcb2 100644 --- a/terragrunt.yaml +++ b/terragrunt.yaml @@ -1,6 +1,6 @@ package: name: terragrunt - version: 0.67.14 + version: 0.67.15 epoch: 0 description: Thin wrapper for Terraform providing extra tools copyright: @@ -21,7 +21,7 @@ environment: pipeline: - uses: git-checkout with: - expected-commit: 58e2c20ed2c50b4bdc3c278a01bc447fab650d78 + expected-commit: e3a1cf8f90037ee829ba049720ccf6dacf536f70 repository: https://github.com/gruntwork-io/terragrunt tag: v${{package.version}} @@ -29,7 +29,6 @@ pipeline: - uses: go/bump with: - deps: github.com/anchore/archiver/v3@v3.5.2 replaces: github.com/mholt/archiver/v3=github.com/anchore/archiver/v3@v3.5.2 - uses: go/build From fa588c8e0b2f7f8e142a43d59aee912b8e370964 Mon Sep 17 00:00:00 2001 From: kranurag7 <81210977+kranurag7@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:37:44 +0000 Subject: [PATCH 2/2] add deps given it's required Signed-off-by: kranurag7 <81210977+kranurag7@users.noreply.github.com> --- terragrunt.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/terragrunt.yaml b/terragrunt.yaml index 65d52672fcb2..d557e8a142d0 100644 --- a/terragrunt.yaml +++ b/terragrunt.yaml @@ -29,6 +29,7 @@ pipeline: - uses: go/bump with: + deps: github.com/anchore/archiver/v3@v3.5.2 replaces: github.com/mholt/archiver/v3=github.com/anchore/archiver/v3@v3.5.2 - uses: go/build