Skip to content

Commit ed4ae3f

Browse files
chore(deps): bump hadolint/hadolint-action from 3.1.0 to 3.2.0 (#1553)
Bumps [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/hadolint/hadolint-action/releases) - [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc) - [Commits](hadolint/hadolint-action@54c9adb...3fc49fb) --- updated-dependencies: - dependency-name: hadolint/hadolint-action dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bruno Verachten <[email protected]>
1 parent 218ff9a commit ed4ae3f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/hadolint.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v5
3434

3535
- name: Run hadolint scanning on the controller Dockerfile
36-
uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
36+
uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29
3737
with:
3838
dockerfile: ./dockerfiles/Dockerfile
3939
format: sarif
@@ -42,7 +42,7 @@ jobs:
4242
no-fail: true
4343

4444
- name: Run hadolint scanning on the maven Dockerfile
45-
uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
45+
uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29
4646
with:
4747
dockerfile: ./dockerfiles/maven/Dockerfile
4848
format: sarif
@@ -51,7 +51,7 @@ jobs:
5151
no-fail: true
5252

5353
- name: Run hadolint scanning on the multibranch agent Dockerfile
54-
uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
54+
uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29
5555
with:
5656
dockerfile: ./dockerfiles/multi/Dockerfile
5757
format: sarif
@@ -60,7 +60,7 @@ jobs:
6060
no-fail: true
6161

6262
- name: Run hadolint scanning on the node agent Dockerfile
63-
uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
63+
uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29
6464
with:
6565
dockerfile: ./dockerfiles/node/Dockerfile
6666
format: sarif
@@ -69,7 +69,7 @@ jobs:
6969
no-fail: true
7070

7171
- name: Run hadolint scanning on the Python agent Dockerfile
72-
uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
72+
uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29
7373
with:
7474
dockerfile: ./dockerfiles/python/Dockerfile
7575
format: sarif
@@ -78,7 +78,7 @@ jobs:
7878
no-fail: true
7979

8080
- name: Run hadolint scanning on the sidekick Dockerfile
81-
uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
81+
uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29
8282
with:
8383
dockerfile: ./dockerfiles/sidekick/Dockerfile
8484
format: sarif
@@ -87,7 +87,7 @@ jobs:
8787
no-fail: true
8888

8989
- name: Run hadolint scanning on the Android Dockerfile
90-
uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
90+
uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29
9191
with:
9292
dockerfile: ./dockerfiles/android/Dockerfile
9393
format: sarif

0 commit comments

Comments
 (0)