From e3b7a855704f546d305d27186fb70269d25425aa Mon Sep 17 00:00:00 2001 From: Yoo Chung Date: Fri, 8 Dec 2023 20:34:56 -0500 Subject: [PATCH] Use specific Docker image. --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index d245247..a779448 100644 --- a/action.yaml +++ b/action.yaml @@ -41,7 +41,7 @@ outputs: runs: using: docker - image: docker://ghcr.io/haskell-actions/hlint-scan:main + image: docker://ghcr.io/haskell-actions/hlint-scan:v1.1.0 args: - binary=${{ inputs.binary }} - path=${{ inputs.path }}