Skip to content

Commit 40f7d1e

Browse files
Merge d2d54df into b0ea410
2 parents b0ea410 + d2d54df commit 40f7d1e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/dockerfile-lint.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v2
2525
- name: lint ${{ matrix.dockerfile_default }}
26-
uses: brpaz/hadolint-action@v1.4.0
26+
uses: brpaz/hadolint-action@v1.5.0
2727
with:
2828
dockerfile: kubernetes/${{ matrix.dockerfile_default }}/Dockerfile
2929

@@ -36,7 +36,7 @@ jaxrs-activemq-quarkus, scheduled-quarkus, jaxrs-postgres-quarkus, jaxrs-hazelca
3636
steps:
3737
- uses: actions/checkout@v2
3838
- name: lint ${{ matrix.dockerfile_application }}
39-
uses: brpaz/hadolint-action@v1.4.0
39+
uses: brpaz/hadolint-action@v1.5.0
4040
with:
4141
dockerfile: application/${{ matrix.dockerfile_application }}/src/main/docker/Dockerfile.jvm
4242

@@ -48,7 +48,7 @@ jaxrs-activemq-quarkus, scheduled-quarkus, jaxrs-postgres-quarkus, jaxrs-hazelca
4848
steps:
4949
- uses: actions/checkout@v2
5050
- name: lint ${{ matrix.dockerfile_monitoring }}
51-
uses: brpaz/hadolint-action@v1.4.0
51+
uses: brpaz/hadolint-action@v1.5.0
5252
with:
5353
dockerfile: kubernetes/monitoring/${{ matrix.dockerfile_monitoring }}/Dockerfile
5454

@@ -60,7 +60,7 @@ jaxrs-activemq-quarkus, scheduled-quarkus, jaxrs-postgres-quarkus, jaxrs-hazelca
6060
steps:
6161
- uses: actions/checkout@v2
6262
- name: lint ${{ matrix.dockerfile_ab }}
63-
uses: brpaz/hadolint-action@v1.4.0
63+
uses: brpaz/hadolint-action@v1.5.0
6464
with:
6565
dockerfile: kubernetes/monitoring/test/${{ matrix.dockerfile_ab }}/Dockerfile
6666

@@ -72,6 +72,6 @@ jaxrs-activemq-quarkus, scheduled-quarkus, jaxrs-postgres-quarkus, jaxrs-hazelca
7272
steps:
7373
- uses: actions/checkout@v2
7474
- name: lint ${{ matrix.dockerfile_postmannewman }}
75-
uses: brpaz/hadolint-action@v1.4.0
75+
uses: brpaz/hadolint-action@v1.5.0
7676
with:
7777
dockerfile: kubernetes/monitoring/test/postmannewman/${{ matrix.dockerfile_postmannewman }}/Dockerfile

0 commit comments

Comments
 (0)