Skip to content

Commit 74e674a

Browse files
chore(github-actions): bump hadolint/hadolint-action from 3.2.0 to 3.3.0
Bumps [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action) from 3.2.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.2.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 bd8161f commit 74e674a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v5
2727

2828
- name: Lint Dockerfile
29-
uses: hadolint/hadolint-action@v3.2.0
29+
uses: hadolint/hadolint-action@v3.3.0
3030
with:
3131
dockerfile: .devcontainer/Dockerfile
3232

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v5
3131

3232
- name: Lint Dockerfile
33-
uses: hadolint/hadolint-action@v3.2.0
33+
uses: hadolint/hadolint-action@v3.3.0
3434
with:
3535
dockerfile: Dockerfile
3636

0 commit comments

Comments
 (0)