Skip to content

Commit 628d124

Browse files
chore(deps): bump hadolint/hadolint-action from 3.2.0 to 3.3.0 (#145)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 59d857b commit 628d124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_dockerfile_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v5
22-
- uses: hadolint/hadolint-action@v3.2.0
22+
- uses: hadolint/hadolint-action@v3.3.0
2323
with:
2424
dockerfile: ${{ inputs.dockerfile }}
2525
failure-threshold: ${{ inputs.failure-threshold }}

0 commit comments

Comments
 (0)