From a0aa0ee818d2d054949bb160d6d9cf976bc4096b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:14:45 +0000 Subject: [PATCH] :arrow_up: (deps-ghaction): Bump reviewdog/action-tfsec Bumps the github-actions group with 1 update: [reviewdog/action-tfsec](https://github.com/reviewdog/action-tfsec). Updates `reviewdog/action-tfsec` from 1.27.1 to 1.28.0 - [Release notes](https://github.com/reviewdog/action-tfsec/releases) - [Commits](https://github.com/reviewdog/action-tfsec/compare/v1.27.1...v1.28.0) --- updated-dependencies: - dependency-name: reviewdog/action-tfsec dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/tfsec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tfsec.yml b/.github/workflows/tfsec.yml index 411b017..2cf3b80 100644 --- a/.github/workflows/tfsec.yml +++ b/.github/workflows/tfsec.yml @@ -37,7 +37,7 @@ jobs: sarif_file: tfsec.sarif - name: Add Code Review - uses: reviewdog/action-tfsec@v1.27.1 + uses: reviewdog/action-tfsec@v1.28.0 with: github_token: ${{ github.token }} reporter: github-pr-review