@@ -603,15 +603,15 @@ jobs:
603603 steps :
604604 - name : Checkout specified branch
605605 id : checkout-specified-branch
606- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
606+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
607607 with :
608608 # Force exact ref when running in act (it copies files locally, it breaks if we specify another ref)
609609 ref : ${{ !github.event.act && inputs.branch || github.sha }}
610610 persist-credentials : false
611611
612612 - name : Define variables
613613 id : vars
614- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
614+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
615615 with :
616616 script : |
617617 const fs = require('fs');
@@ -853,7 +853,7 @@ jobs:
853853 - name : Download GitHub artifact
854854 id : download-dist-artifacts
855855 continue-on-error : true
856- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
856+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
857857 with :
858858 name : ${{ inputs.dist-artifacts-prefix }}dist-artifacts
859859 path : /tmp/dist-artifacts
@@ -926,7 +926,7 @@ jobs:
926926 runs-on : ubuntu-arm64-small
927927 steps :
928928 - name : Checkout
929- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
929+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
930930 with :
931931 # Force exact ref when running in act (it copies files locally, it breaks if we specify another ref)
932932 ref : ${{ !github.event.act && needs.setup.outputs.commit-sha || github.sha }}
@@ -1143,7 +1143,7 @@ jobs:
11431143 - name : Download GitHub artifact
11441144 id : download-dist-artifacts
11451145 continue-on-error : true
1146- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
1146+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
11471147 with :
11481148 name : ${{ inputs.dist-artifacts-prefix }}dist-artifacts
11491149 path : /tmp/dist-artifacts
@@ -1238,7 +1238,7 @@ jobs:
12381238 # and we will keep the last one. They all generate the same urls.
12391239 - name : Generate GCS release URLs
12401240 id : generate-urls
1241- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
1241+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
12421242 env :
12431243 GCS_ARTIFACTS_RELEASE_PATH_TAG : ${{ steps.paths.outputs.gcs_artifacts_release_path_tag }}
12441244 with :
@@ -1309,7 +1309,7 @@ jobs:
13091309 - /home/runner/work/_actions:/home/runner/work/_actions
13101310 steps :
13111311 - name : Checkout
1312- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
1312+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
13131313 with :
13141314 # Force exact ref when running in act (it copies files locally, it breaks if we specify another ref)
13151315 ref : ${{ !github.event.act && needs.setup.outputs.commit-sha || github.sha }}
@@ -1347,7 +1347,7 @@ jobs:
13471347 }}
13481348 steps :
13491349 - name : Checkout
1350- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
1350+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
13511351 with :
13521352 # Force exact ref when running in act (it copies files locally, it breaks if we specify another ref)
13531353 ref : ${{ !github.event.act && needs.setup.outputs.commit-sha || github.sha }}
@@ -1356,7 +1356,7 @@ jobs:
13561356 - name : Download GitHub artifact
13571357 id : download-dist-artifacts
13581358 continue-on-error : true
1359- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
1359+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
13601360 with :
13611361 name : ${{ inputs.dist-artifacts-prefix }}dist-artifacts
13621362 path : /tmp/dist-artifacts
@@ -1386,7 +1386,7 @@ jobs:
13861386 shell : bash
13871387
13881388 - name : Create tag
1389- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
1389+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
13901390 # Allow the tag creation to fail, in case it already exists
13911391 # (e.g.: created manually, or re-triggering a release).
13921392 continue-on-error : true
0 commit comments