From cac48a90af568ab5a7a9b0d6ee83e7ca8b71b33e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 21:33:18 +0000 Subject: [PATCH] chore(deps): update aquasecurity/tfsec-pr-commenter-action action to v1 --- .github/workflows/terraform-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform-tests.yml b/.github/workflows/terraform-tests.yml index e1eb352..9e4926e 100644 --- a/.github/workflows/terraform-tests.yml +++ b/.github/workflows/terraform-tests.yml @@ -224,7 +224,7 @@ jobs: uses: actions/checkout@v2 - name: tfsec - uses: aquasecurity/tfsec-pr-commenter-action@v0.1.10 + uses: aquasecurity/tfsec-pr-commenter-action@v1.3.1 with: github_token: ${{ secrets.token }} working_directory: ${{ inputs.path }}