From c0765b6ed3a9f1a3c33e442514c9b2044bebe1df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 04:55:43 +0000 Subject: [PATCH] chore(deps): update reviewdog/action-hadolint action to v1.46.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..e0deb9a 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.46.0 with: github_token: ${{ secrets.github_token }} reporter: github-pr-review