Skip to content

Commit 8d77aa9

Browse files
committed
Fix hadolint action version
1 parent 4198294 commit 8d77aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hadolint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v4
3131

3232
- name: Run hadolint
33-
uses: hadolint/hadolint-action@v3
33+
uses: hadolint/hadolint-action@v3.1.0
3434
with:
3535
dockerfile: ./Dockerfile
3636
format: sarif

0 commit comments

Comments
 (0)