Skip to content

Commit 2d358b4

Browse files
build(deps): bump reviewdog/action-tfsec from 1.29.0 to 1.30.0
Bumps [reviewdog/action-tfsec](https://github.com/reviewdog/action-tfsec) from 1.29.0 to 1.30.0. - [Release notes](https://github.com/reviewdog/action-tfsec/releases) - [Commits](reviewdog/action-tfsec@v1.29.0...v1.30.0) --- updated-dependencies: - dependency-name: reviewdog/action-tfsec dependency-version: 1.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b99188 commit 2d358b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
tfsec_args: --ignore-hcl-errors
2222

2323
- name: Run tfsec with reviewdog output on the PR
24-
uses: reviewdog/action-tfsec@v1.29.0
24+
uses: reviewdog/action-tfsec@v1.30.0
2525
with:
2626
github_token: ${{ secrets.github_token }}
2727
filter_mode: nofilter

0 commit comments

Comments
 (0)