From 6ebf541dcbf88bc4086f8ce09c5221ec572c023c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:50:37 +0000 Subject: [PATCH] Update reviewdog/action-hadolint action to v1.40.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 24acd79..b104eea 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v3 - name: hadolint - uses: reviewdog/action-hadolint@v1.28.1 + uses: reviewdog/action-hadolint@v1.40.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-review