Skip to content

Commit e3b7a85

Browse files
authored
Use specific Docker image.
1 parent 552e331 commit e3b7a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ outputs:
4141

4242
runs:
4343
using: docker
44-
image: docker://ghcr.io/haskell-actions/hlint-scan:main
44+
image: docker://ghcr.io/haskell-actions/hlint-scan:v1.1.0
4545
args:
4646
- binary=${{ inputs.binary }}
4747
- path=${{ inputs.path }}

0 commit comments

Comments
 (0)