From b1163ebb0134e84879c81ce3a6eec092458a6a7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 23:02:07 +0000 Subject: [PATCH] chore(deps): Bump hadolint/hadolint-action from 2.1.0 to 3.0.0 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](https://github.com/hadolint/hadolint-action/compare/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] --- .github/workflows/dockerfile-linter.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dockerfile-linter.yml b/.github/workflows/dockerfile-linter.yml index dcd2566..e14c133 100644 --- a/.github/workflows/dockerfile-linter.yml +++ b/.github/workflows/dockerfile-linter.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v3 - name: Hadolint - uses: hadolint/hadolint-action@v2.1.0 + uses: hadolint/hadolint-action@v3.0.0 with: dockerfile: .devcontainer/Dockerfile @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v3 - name: Hadolint - uses: hadolint/hadolint-action@v2.1.0 + uses: hadolint/hadolint-action@v3.0.0 with: dockerfile: .devcontainer/Dockerfile.ubuntu @@ -62,7 +62,7 @@ jobs: uses: actions/checkout@v3 - name: Hadolint - uses: hadolint/hadolint-action@v2.1.0 + uses: hadolint/hadolint-action@v3.0.0 with: dockerfile: .devcontainer/Dockerfile.alpine