Skip to content

Commit fd3ce39

Browse files
⬆️ Bump hadolint/hadolint-action from 2.1.0 to 3.0.0 (#63)
Bumps [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/hadolint/hadolint-action/releases) - [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc) - [Commits](hadolint/hadolint-action@v2.1.0...v3.0.0) --- updated-dependencies: - dependency-name: hadolint/hadolint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3870c49 commit fd3ce39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-dockerfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v3
2424

2525
- name: Lint Dockerfile
26-
uses: hadolint/hadolint-action@v2.1.0
26+
uses: hadolint/hadolint-action@v3.0.0
2727
with:
2828
dockerfile: "Dockerfile"
2929
config: "hadolint.yaml"

0 commit comments

Comments
 (0)