@@ -150,7 +150,7 @@ jobs:
150150
151151 - name : Set up Node.js
152152 if : steps.resolve-image.outputs.image_source == 'build'
153- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
153+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
154154 with :
155155 node-version : ${{ env.NODE_VERSION }}
156156 cache : ' npm'
@@ -224,15 +224,15 @@ jobs:
224224 ref : ${{ github.sha }}
225225
226226 - name : Set up Node.js
227- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
227+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
228228 with :
229229 node-version : ${{ env.NODE_VERSION }}
230230 cache : ' npm'
231231
232232
233233 - name : Log in to Docker Hub
234234 if : needs.build.outputs.image_source == 'registry'
235- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
235+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
236236 with :
237237 registry : ${{ env.DOCKERHUB_REGISTRY }}
238238 username : ${{ secrets.DOCKERHUB_USERNAME }}
@@ -426,15 +426,15 @@ jobs:
426426 ref : ${{ github.sha }}
427427
428428 - name : Set up Node.js
429- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
429+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
430430 with :
431431 node-version : ${{ env.NODE_VERSION }}
432432 cache : ' npm'
433433
434434
435435 - name : Log in to Docker Hub
436436 if : needs.build.outputs.image_source == 'registry'
437- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
437+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
438438 with :
439439 registry : ${{ env.DOCKERHUB_REGISTRY }}
440440 username : ${{ secrets.DOCKERHUB_USERNAME }}
@@ -636,15 +636,15 @@ jobs:
636636 ref : ${{ github.sha }}
637637
638638 - name : Set up Node.js
639- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
639+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
640640 with :
641641 node-version : ${{ env.NODE_VERSION }}
642642 cache : ' npm'
643643
644644
645645 - name : Log in to Docker Hub
646646 if : needs.build.outputs.image_source == 'registry'
647- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
647+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
648648 with :
649649 registry : ${{ env.DOCKERHUB_REGISTRY }}
650650 username : ${{ secrets.DOCKERHUB_USERNAME }}
@@ -858,7 +858,7 @@ jobs:
858858 ref : ${{ github.sha }}
859859
860860 - name : Set up Node.js
861- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
861+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
862862 with :
863863 node-version : ${{ env.NODE_VERSION }}
864864 cache : ' npm'
@@ -898,7 +898,7 @@ jobs:
898898
899899 - name : Log in to Docker Hub
900900 if : needs.build.outputs.image_source == 'registry'
901- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
901+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
902902 with :
903903 registry : ${{ env.DOCKERHUB_REGISTRY }}
904904 username : ${{ secrets.DOCKERHUB_USERNAME }}
@@ -1095,7 +1095,7 @@ jobs:
10951095 ref : ${{ github.sha }}
10961096
10971097 - name : Set up Node.js
1098- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
1098+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
10991099 with :
11001100 node-version : ${{ env.NODE_VERSION }}
11011101 cache : ' npm'
@@ -1135,7 +1135,7 @@ jobs:
11351135
11361136 - name : Log in to Docker Hub
11371137 if : needs.build.outputs.image_source == 'registry'
1138- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
1138+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
11391139 with :
11401140 registry : ${{ env.DOCKERHUB_REGISTRY }}
11411141 username : ${{ secrets.DOCKERHUB_USERNAME }}
@@ -1340,7 +1340,7 @@ jobs:
13401340 ref : ${{ github.sha }}
13411341
13421342 - name : Set up Node.js
1343- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
1343+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
13441344 with :
13451345 node-version : ${{ env.NODE_VERSION }}
13461346 cache : ' npm'
@@ -1380,7 +1380,7 @@ jobs:
13801380
13811381 - name : Log in to Docker Hub
13821382 if : needs.build.outputs.image_source == 'registry'
1383- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
1383+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
13841384 with :
13851385 registry : ${{ env.DOCKERHUB_REGISTRY }}
13861386 username : ${{ secrets.DOCKERHUB_USERNAME }}
0 commit comments