From fa5f5aa54376808a107e8a3010b84770e6214578 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 16:49:44 +0000 Subject: [PATCH] =?UTF-8?q?feat(github-action):=20update=20reviewdog/actio?= =?UTF-8?q?n-hadolint=20action=20(=20v1.49.0=20=E2=86=92=20v1.50.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 5670d04..ca2c942 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -21,7 +21,7 @@ jobs: - name: Hadolint for PR if: github.event_name == 'pull_request' - uses: reviewdog/action-hadolint@86131b6bbba35ebe75ddf6febb787908493315f9 # v1.49.0 + uses: reviewdog/action-hadolint@48e0d147329dca2fa1663f4a9b6b715b57dcfe28 # v1.50.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-review