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