Skip to content

Commit 3ffde26

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 48e4ea7 commit 3ffde26

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/containerfile-linter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v5
3737

3838
- name: Hadolint
39-
uses: hadolint/hadolint-action@v3.1.0
39+
uses: hadolint/hadolint-action@v3.3.0
4040
with:
4141
dockerfile: .devcontainer/Containerfile.alpine
4242

@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v5
4949

5050
- name: Hadolint
51-
uses: hadolint/hadolint-action@v3.1.0
51+
uses: hadolint/hadolint-action@v3.3.0
5252
with:
5353
dockerfile: .devcontainer/Containerfile.debian
5454

@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/checkout@v5
6161

6262
- name: Hadolint
63-
uses: hadolint/hadolint-action@v3.1.0
63+
uses: hadolint/hadolint-action@v3.3.0
6464
with:
6565
dockerfile: .devcontainer/Containerfile.python
6666

.github/workflows/dockerfile-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v5
3737

3838
- name: Hadolint
39-
uses: hadolint/hadolint-action@v3.1.0
39+
uses: hadolint/hadolint-action@v3.3.0
4040
with:
4141
dockerfile: .devcontainer/Dockerfile
4242

0 commit comments

Comments
 (0)