Skip to content

Commit aaf2c0e

Browse files
chore(deps): bump hadolint/hadolint-action from 3.2.0 to 3.3.0
Bumps [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/hadolint/hadolint-action/releases) - [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc) - [Commits](hadolint/hadolint-action@3fc49fb...2332a7b) --- updated-dependencies: - dependency-name: hadolint/hadolint-action dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 475de8e commit aaf2c0e

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@3fc49fb50d59c6ab7917a2e4195dba633e515b29
36+
uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5
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@3fc49fb50d59c6ab7917a2e4195dba633e515b29
45+
uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5
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@3fc49fb50d59c6ab7917a2e4195dba633e515b29
54+
uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5
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@3fc49fb50d59c6ab7917a2e4195dba633e515b29
63+
uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5
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@3fc49fb50d59c6ab7917a2e4195dba633e515b29
72+
uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5
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@3fc49fb50d59c6ab7917a2e4195dba633e515b29
81+
uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5
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@3fc49fb50d59c6ab7917a2e4195dba633e515b29
90+
uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5
9191
with:
9292
dockerfile: ./dockerfiles/android/Dockerfile
9393
format: sarif

0 commit comments

Comments
 (0)