From 2b84a2876383471ba3abeda9ea1e513e54be93bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 00:39:29 +0000 Subject: [PATCH] Update reviewdog/action-hadolint action to v1.44.0 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cebce9f..9524592 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v3 - name: hadolint - uses: reviewdog/action-hadolint@v1.28.1 + uses: reviewdog/action-hadolint@v1.44.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-review