Skip to content

Commit

Permalink
workflows: bump reviewdog/action-tflint from 1.23.2 to 1.24.0 (#144)
Browse files Browse the repository at this point in the history
Bumps [reviewdog/action-tflint](https://github.com/reviewdog/action-tflint) from 1.23.2 to 1.24.0.
- [Release notes](https://github.com/reviewdog/action-tflint/releases)
- [Commits](reviewdog/action-tflint@v1.23.2...v1.24.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>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 14d629b commit 2709e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: tflint
if: ${{ github.event_name == 'pull_request' }}
uses: reviewdog/action-tflint@v1.23.2
uses: reviewdog/action-tflint@v1.24.0
with:
github_token: ${{ secrets.github_token }}
working_directory: terraform
Expand Down

0 comments on commit 2709e54

Please sign in to comment.