diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index 376f1b4..83d1b40 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 - - uses: hadolint/hadolint-action@v3.4.0 + - uses: hadolint/hadolint-action@v3.5.0 with: dockerfile: Dockerfile # DL3007: Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag