diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index 626f1e1..cc514d2 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.3.0 + - uses: hadolint/hadolint-action@v3.4.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