Skip to content

Commit 4999ef3

Browse files
workflows: bump reviewdog/action-tflint from 1.21.0 to 1.22.0 (#136)
Bumps [reviewdog/action-tflint](https://github.com/reviewdog/action-tflint) from 1.21.0 to 1.22.0. - [Release notes](https://github.com/reviewdog/action-tflint/releases) - [Commits](reviewdog/action-tflint@v1.21.0...v1.22.0) --- updated-dependencies: - dependency-name: reviewdog/action-tflint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b8dcaea commit 4999ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: tflint
1616
if: ${{ github.event_name == 'pull_request' }}
17-
uses: reviewdog/action-tflint@v1.21.0
17+
uses: reviewdog/action-tflint@v1.22.0
1818
with:
1919
github_token: ${{ secrets.github_token }}
2020
working_directory: terraform

0 commit comments

Comments
 (0)