Skip to content

Commit e119fc5

Browse files
Update hadolint/hadolint-action action to v3.3.0 (#419)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d7fffca commit e119fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v6
3030

3131
- name: Lint Dockerfile
32-
uses: hadolint/hadolint-action@v3.1.0
32+
uses: hadolint/hadolint-action@v3.3.0
3333
with:
3434
dockerfile: Dockerfile
3535
continue-on-error: ${{ vars.CI_LINT_IGNORE_FAILURE == '1' }}

0 commit comments

Comments
 (0)