Skip to content

Commit b34dcd9

Browse files
dependabot[bot]sebthom
authored andcommitted
ci(deps): 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 42bc35b commit b34dcd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/build.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ jobs:
8282

8383

8484
- name: Check Alpine Dockerfile
85-
uses: hadolint/hadolint-action@v3.2.0
85+
uses: hadolint/hadolint-action@v3.3.0
8686
if: ${{ contains(matrix.DOCKER_BASE_IMAGE, 'alpine') }}
8787
with:
8888
dockerfile: image/alpine.Dockerfile
8989

9090

9191
- name: Check Debian Dockerfile
92-
uses: hadolint/hadolint-action@v3.2.0
92+
uses: hadolint/hadolint-action@v3.3.0
9393
if: ${{ contains(matrix.DOCKER_BASE_IMAGE, 'debian') }}
9494
with:
9595
dockerfile: image/debian.Dockerfile

0 commit comments

Comments
 (0)