From 619294202a8eca40bd8de1646a4dce5684b128c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 19:34:08 +0000 Subject: [PATCH] Update reviewdog/action-hadolint action to v1.53.0 --- .github/workflows/reviewdog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index 91afbc5..7218c84 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -33,7 +33,7 @@ jobs: cond: ${{ github.event_name == 'pull_request' }} if_true: "github-pr-review" if_false: "github-check" - - uses: reviewdog/action-hadolint@fc7ee4a9f71e521bc43e370819247b70e5327540 # v1.50.2 + - uses: reviewdog/action-hadolint@2d0eb7c86a0ddd94eb625485f4cc2730e105edd8 # v1.53.0 with: github_token: ${{ secrets.github_token }} reporter: ${{ steps.reporter.outputs.value }}