diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index a2e30b68..d2cfbbf4 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v5 - name: Run hadolint scanning on the controller Dockerfile - uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29 + uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 with: dockerfile: ./dockerfiles/Dockerfile format: sarif @@ -42,7 +42,7 @@ jobs: no-fail: true - name: Run hadolint scanning on the maven Dockerfile - uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29 + uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 with: dockerfile: ./dockerfiles/maven/Dockerfile format: sarif @@ -51,7 +51,7 @@ jobs: no-fail: true - name: Run hadolint scanning on the multibranch agent Dockerfile - uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29 + uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 with: dockerfile: ./dockerfiles/multi/Dockerfile format: sarif @@ -60,7 +60,7 @@ jobs: no-fail: true - name: Run hadolint scanning on the node agent Dockerfile - uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29 + uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 with: dockerfile: ./dockerfiles/node/Dockerfile format: sarif @@ -69,7 +69,7 @@ jobs: no-fail: true - name: Run hadolint scanning on the Python agent Dockerfile - uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29 + uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 with: dockerfile: ./dockerfiles/python/Dockerfile format: sarif @@ -78,7 +78,7 @@ jobs: no-fail: true - name: Run hadolint scanning on the sidekick Dockerfile - uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29 + uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 with: dockerfile: ./dockerfiles/sidekick/Dockerfile format: sarif @@ -87,7 +87,7 @@ jobs: no-fail: true - name: Run hadolint scanning on the Android Dockerfile - uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29 + uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 with: dockerfile: ./dockerfiles/android/Dockerfile format: sarif