@@ -30,10 +30,10 @@ jobs:
3030 actions : read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
3131 steps :
3232 - name : Checkout code
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v6
3434
3535 - name : Run hadolint scanning on the controller Dockerfile
36- uses : hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
36+ uses : hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5
3737 with :
3838 dockerfile : ./dockerfiles/Dockerfile
3939 format : sarif
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@2332a7b74a6de0dda2e2221d575162eba76ba5e5
4646 with :
4747 dockerfile : ./dockerfiles/maven/Dockerfile
4848 format : sarif
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@2332a7b74a6de0dda2e2221d575162eba76ba5e5
5555 with :
5656 dockerfile : ./dockerfiles/multi/Dockerfile
5757 format : sarif
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@2332a7b74a6de0dda2e2221d575162eba76ba5e5
6464 with :
6565 dockerfile : ./dockerfiles/node/Dockerfile
6666 format : sarif
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@2332a7b74a6de0dda2e2221d575162eba76ba5e5
7373 with :
7474 dockerfile : ./dockerfiles/python/Dockerfile
7575 format : sarif
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@2332a7b74a6de0dda2e2221d575162eba76ba5e5
8282 with :
8383 dockerfile : ./dockerfiles/sidekick/Dockerfile
8484 format : sarif
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@2332a7b74a6de0dda2e2221d575162eba76ba5e5
9191 with :
9292 dockerfile : ./dockerfiles/android/Dockerfile
9393 format : sarif
0 commit comments