diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index 859ff34..74bcc2a 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -8,9 +8,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Lint Dockerfile - uses: hadolint/hadolint-action@v1.6.0 + uses: hadolint/hadolint-action@v2 + id: hadolint with: - dockerfile: Dockerfile + dockerfile: flashbots/Dockerfile