From ccc9705bb48ec2c5cf18067abc31616af8d5f9c8 Mon Sep 17 00:00:00 2001 From: Marcos Date: Mon, 21 Aug 2023 19:19:19 +0200 Subject: [PATCH] Update validate.yaml Replace robburger PR commenter with GetTerminus/terraform-pr-commenter@v3 since the first one looks unmaintained --- .../8.1-workflow-validate/.github/workflows/validate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/8-automating-deploy-with-github-and-jenkins/8.1-workflow-validate/.github/workflows/validate.yaml b/8-automating-deploy-with-github-and-jenkins/8.1-workflow-validate/.github/workflows/validate.yaml index 0e93183..b66f4f3 100755 --- a/8-automating-deploy-with-github-and-jenkins/8.1-workflow-validate/.github/workflows/validate.yaml +++ b/8-automating-deploy-with-github-and-jenkins/8.1-workflow-validate/.github/workflows/validate.yaml @@ -89,7 +89,7 @@ jobs: - name: Post Validate if: always() && github.ref != 'refs/heads/master' && (steps.validate.outcome == 'success' || steps.validate.outcome == 'failure') - uses: robburger/terraform-pr-commenter@v1 + uses: GetTerminus/terraform-pr-commenter@v3 with: commenter_type: validate commenter_input: ${{ format('{0}{1}', steps.validate.outputs.stdout, steps.validate.outputs.stderr) }} @@ -102,4 +102,4 @@ jobs: fail-on-error: false name: TfSec Tests # Name of the check run which will be created path: tfsec-junit.xml # Path to test results - reporter: java-junit # Format of test results \ No newline at end of file + reporter: java-junit # Format of test results