diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index 44c144d7..5771b95b 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -7,6 +7,6 @@ jobs: name: Analyze image using hadolint steps: - uses: actions/checkout@v4.1.1 - - uses: hadolint/hadolint-action@v1.6.0 + - uses: hadolint/hadolint-action@v3.1.0 with: dockerfile: Dockerfile