Skip to content

Commit

Permalink
Update reviewdog/action-tflint action to v1.19.1 (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 22, 2023
1 parent 8a7bdc1 commit 739c906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
key: tflint-plugins-${{ env.TFLINT_CACHE_VER }}

- name: tflint
uses: reviewdog/action-tflint@v1.19.0
uses: reviewdog/action-tflint@v1.19.1
with:
reporter: ${{ inputs.suggestions && 'github-pr-review' || 'local' }}
fail_on_error: ${{ inputs.suggestions }} # Set to true when all tflint issues are fixed in all tf repo release branches
Expand Down

0 comments on commit 739c906

Please sign in to comment.