Skip to content

Commit c16f3a2

Browse files
dependabot[bot]softwaredevelop
authored andcommitted
chore(deps): Bump hadolint/hadolint-action from 3.1.0 to 3.3.0
Bumps [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action) from 3.1.0 to 3.3.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.3.0) --- updated-dependencies: - dependency-name: hadolint/hadolint-action dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 422bf1a commit c16f3a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dockerfile-linter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v5
3939

4040
- name: Hadolint
41-
uses: hadolint/hadolint-action@v3.1.0
41+
uses: hadolint/hadolint-action@v3.3.0
4242
with:
4343
dockerfile: .devcontainer/Dockerfile
4444

@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v5
5151

5252
- name: Hadolint
53-
uses: hadolint/hadolint-action@v3.1.0
53+
uses: hadolint/hadolint-action@v3.3.0
5454
with:
5555
dockerfile: .devcontainer/Dockerfile.ubuntu
5656

@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/checkout@v5
6363

6464
- name: Hadolint
65-
uses: hadolint/hadolint-action@v3.1.0
65+
uses: hadolint/hadolint-action@v3.3.0
6666
with:
6767
dockerfile: .devcontainer/Dockerfile.alpine
6868

0 commit comments

Comments
 (0)