From 3b429c1950ec9fc3ee96824525ae4edf2c9a9408 Mon Sep 17 00:00:00 2001 From: Guilherme Marz Vazzolla <53506039+saerosV@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:08:00 -0300 Subject: [PATCH] Update action version in example workflows --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1143bf..ec4ac65 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ jobs: - name: Clone repo uses: actions/checkout@master - name: tfsec - uses: aquasecurity/tfsec-pr-commenter-action@v1.2.0 + uses: aquasecurity/tfsec-pr-commenter-action@v1.3.1 with: github_token: ${{ github.token }} ``` @@ -75,7 +75,7 @@ jobs: - name: Clone repo uses: actions/checkout@master - name: tfsec - uses: aquasecurity/tfsec-pr-commenter-action@v1.2.0 + uses: aquasecurity/tfsec-pr-commenter-action@v1.3.1 with: tfsec_args: --soft-fail github_token: ${{ github.token }}