From f4b9a0e32dbde0fc047ed471db2c4e74bcefba01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 14:34:50 +0000 Subject: [PATCH] Update reviewdog/action-hadolint action to v1.35.0 --- .github/workflows/hadolint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index e1d1d5a..9d7c1a3 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: hadolint - uses: reviewdog/action-hadolint@v1.32.1 + uses: reviewdog/action-hadolint@v1.35.0 with: github_token: ${{ secrets.github_token }} reporter: github-pr-review