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 }}