diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 141c477..d90c2b3 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -24,7 +24,7 @@ jobs: config: ./.hadolint.yml dockerfile: caddy.dockerfile - name: Print the linter report - uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2 + uses: mshick/add-pr-comment@8e4927817251f1ff60c001f04568532b38e0b4a0 # v3 if: success() || failure() with: status: ${{ steps.hadolint.outcome }}