Skip to content

Commit aa73595

Browse files
committed
Fix hadolint-action version to use specific tag instead of non-existent major version
1 parent e2e1341 commit aa73595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v5
2121
- name: Run hadolint on ${{ matrix.dockerfile }}
22-
uses: hadolint/hadolint-action@v3
22+
uses: hadolint/hadolint-action@v3.1.0
2323
with:
2424
dockerfile: ${{ matrix.dockerfile }}
2525

0 commit comments

Comments
 (0)