File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ jobs:
384384 with :
385385 actions-path : actions
386386
387- - uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
387+ - uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
388388 if : inputs.build-secret-github-app-client-id
389389 id : generate-token
390390 with :
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ runs:
303303
304304 # Caching setup
305305 - id : cache-arguments
306- uses : int128/docker-build-cache-config-action@8bda1b303afec3d9f81c0c359096a47870ca1bf0 # v1.55 .0
306+ uses : int128/docker-build-cache-config-action@600f417a89b22227409391339c1c425ba46b5e07 # v1.56 .0
307307 with :
308308 image : ${{ steps.get-docker-config.outputs.cache-image }}
309309 flavor : ${{ steps.get-docker-config.outputs.cache-flavor }}
@@ -320,7 +320,7 @@ runs:
320320 cache-mount-${{ hashFiles(steps.get-docker-config.outputs.dockerfile-path) }}-
321321
322322 - name : Restore Docker cache mounts
323- uses : reproducible-containers/buildkit-cache-dance@1b8ab18fbda5ad3646e3fcc9ed9dd41ce2f297b4 # v3.3.2
323+ uses : reproducible-containers/buildkit-cache-dance@5422eac04292c961a382e0f584ea0f03ad9da723 # v3.4.0
324324 with :
325325 builder : ${{ steps.docker-setup.outputs.buildx-name }}
326326 cache-dir : cache-mount
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ runs:
142142 working-directory : ${{ steps.prepare-variables.outputs.working-directory }}
143143
144144 - name : Setup Node.js
145- uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23.2
145+ uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0
146146 with :
147147 working-directory : ${{ github.action_path }}
148148
@@ -224,7 +224,7 @@ runs:
224224 cwd: process.env.WORKING_DIRECTORY,
225225 });
226226
227- - uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
227+ - uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
228228 if : inputs.github-app-client-id
229229 id : generate-token
230230 with :
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ runs:
188188 ${{ steps.chart-values-updates.outputs.yq-command }}
189189
190190 - name : Setup Node.js
191- uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23.2
191+ uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0
192192 with :
193193 working-directory : ${{ github.action_path }}
194194
You can’t perform that action at this time.
0 commit comments