From d2d54dff30430016e24882acb254d25b70394d21 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 10 May 2021 11:08:40 +0000 Subject: [PATCH] Update dependency brpaz/hadolint-action to v1.5.0 --- .github/workflows/dockerfile-lint.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dockerfile-lint.yml b/.github/workflows/dockerfile-lint.yml index 1e4862631..758cb7ceb 100644 --- a/.github/workflows/dockerfile-lint.yml +++ b/.github/workflows/dockerfile-lint.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: lint ${{ matrix.dockerfile_default }} - uses: brpaz/hadolint-action@v1.4.0 + uses: brpaz/hadolint-action@v1.5.0 with: dockerfile: kubernetes/${{ matrix.dockerfile_default }}/Dockerfile @@ -36,7 +36,7 @@ jaxrs-activemq-quarkus, scheduled-quarkus, jaxrs-postgres-quarkus, jaxrs-hazelca steps: - uses: actions/checkout@v2 - name: lint ${{ matrix.dockerfile_application }} - uses: brpaz/hadolint-action@v1.4.0 + uses: brpaz/hadolint-action@v1.5.0 with: dockerfile: application/${{ matrix.dockerfile_application }}/src/main/docker/Dockerfile.jvm @@ -48,7 +48,7 @@ jaxrs-activemq-quarkus, scheduled-quarkus, jaxrs-postgres-quarkus, jaxrs-hazelca steps: - uses: actions/checkout@v2 - name: lint ${{ matrix.dockerfile_monitoring }} - uses: brpaz/hadolint-action@v1.4.0 + uses: brpaz/hadolint-action@v1.5.0 with: dockerfile: kubernetes/monitoring/${{ matrix.dockerfile_monitoring }}/Dockerfile @@ -60,7 +60,7 @@ jaxrs-activemq-quarkus, scheduled-quarkus, jaxrs-postgres-quarkus, jaxrs-hazelca steps: - uses: actions/checkout@v2 - name: lint ${{ matrix.dockerfile_ab }} - uses: brpaz/hadolint-action@v1.4.0 + uses: brpaz/hadolint-action@v1.5.0 with: dockerfile: kubernetes/monitoring/test/${{ matrix.dockerfile_ab }}/Dockerfile @@ -72,6 +72,6 @@ jaxrs-activemq-quarkus, scheduled-quarkus, jaxrs-postgres-quarkus, jaxrs-hazelca steps: - uses: actions/checkout@v2 - name: lint ${{ matrix.dockerfile_postmannewman }} - uses: brpaz/hadolint-action@v1.4.0 + uses: brpaz/hadolint-action@v1.5.0 with: dockerfile: kubernetes/monitoring/test/postmannewman/${{ matrix.dockerfile_postmannewman }}/Dockerfile