Update hadolint/hadolint-action action to v3 (#147)

* Update hadolint/hadolint-action action to v3

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Markus Opolka <markus.opolka@netways.de>
This commit is contained in:
renovate[bot]
2023-04-14 10:28:31 +02:00
committed by GitHub
parent bfa8bbb85a
commit f79d1e3a9d
3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- 6.0/fpm/Dockerfile
steps:
- uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v1.7.0
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: ${{ matrix.dockerfile }}
ignore: DL4006 DL3008 DL3018

View File

@@ -16,7 +16,7 @@ jobs:
- 5.0/fpm/Dockerfile
steps:
- uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v1.7.0
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: ${{ matrix.dockerfile }}
ignore: DL4006 DL3008 DL3018

View File

@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v1.7.0
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: ${{ matrix.dockerfile }}
ignore: DL4006 DL3008 DL3018
ignore: "DL4006,DL3008,DL3018"