From 54e3ccac981bd0e09cdb7d1fffa9e2bdaee5652b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:54:43 +0000 Subject: [PATCH] chore(deps): update reviewdog/action-hadolint action to v1.46.0 (#240) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 e1b3fce..9d7b691 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -61,7 +61,7 @@ jobs: cond: ${{ github.event_name == 'pull_request' }} if_true: "github-pr-review" if_false: "github-check" - - uses: reviewdog/action-hadolint@2d90b15b2b969e507fc2a31af6e29ca19a0f9516 # v1.45.0 + - uses: reviewdog/action-hadolint@73fec8b28091e5082c19df69815dd749d97b882a # v1.46.0 with: github_token: ${{ secrets.github_token }} reporter: ${{ steps.reporter.outputs.value }}