Skip to content

Commit fe78763

Browse files
build(deps): bump hadolint/hadolint-action in the patch-updates group
Bumps the patch-updates group with 1 update: [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action). Updates `hadolint/hadolint-action` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/hadolint/hadolint-action/releases) - [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc) - [Commits](hadolint/hadolint-action@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: hadolint/hadolint-action dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d50b55 commit fe78763

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@v4
22-
- uses: hadolint/hadolint-action@v3.1.0
22+
- uses: hadolint/hadolint-action@v3.2.0
2323
with:
2424
dockerfile: ${{ inputs.dockerfile }}
2525
failure-threshold: ${{ inputs.failure-threshold }}

0 commit comments

Comments
 (0)