From 2869800c05948df76f0ab7121eb2dcb532d232d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 05:04:24 +0000 Subject: [PATCH] chore(deps): update reviewdog/action-hadolint action to v1.35.0 | datasource | package | from | to | | ----------- | ------------------------- | ------- | ------- | | github-tags | reviewdog/action-hadolint | v1.34.1 | v1.35.0 | --- .github/workflows/code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 72d1e533..5d061604 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -50,6 +50,6 @@ jobs: uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - name: Run hadolint - uses: reviewdog/action-hadolint@141ffd8d2f0b75e6fc7c87341331985448b62aa4 # v1.34.1 + uses: reviewdog/action-hadolint@7bd0800b7ce35c6d644cde762174e69f18896973 # v1.35.0 env: REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}