Skip to content

Commit 67f7264

Browse files
committed
fix hadolint gha
1 parent 8d0638f commit 67f7264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pylint --disable=R,C,W1203,W0105 .
3535
3636
- name: Lint Dockerfile with hadolint
37-
uses: hadolint/hadolint-action@v3
37+
uses: hadolint/hadolint-action@v3.1.0
3838
with:
3939
dockerfile: Dockerfile
4040
failure-threshold: error

0 commit comments

Comments
 (0)