From f4d8f1fb3e5a3ceb24cb878e81385f149a2e56fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 18:42:36 +0000 Subject: [PATCH 1/2] chore(deps): update jaxxstorm/action-install-gh-release action to v1.11.0 --- .github/workflows/pre-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 6f68ad0..c4f5ac5 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -63,7 +63,7 @@ jobs: ${{ runner.os }}-terraform- - name: Install tfsec - uses: jaxxstorm/action-install-gh-release@v1.5.0 + uses: jaxxstorm/action-install-gh-release@v1.11.0 with: repo: aquasecurity/tfsec platform: linux From 6969821ebec1cbc42f46c5be1cac93eb29332f15 Mon Sep 17 00:00:00 2001 From: Marques Johansson Date: Tue, 9 Apr 2024 14:46:48 -0400 Subject: [PATCH 2/2] fix jaxxstorm/action-install-gh-release reference to 64bit architecture --- .github/workflows/pre-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index c4f5ac5..fa9ad6d 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -67,6 +67,6 @@ jobs: with: repo: aquasecurity/tfsec platform: linux - arch: x86-64 + arch: amd64 - uses: pre-commit/action@v3.0.1