@@ -612,15 +612,15 @@ jobs:
612612 steps :
613613 - name : Checkout specified branch
614614 id : checkout-specified-branch
615- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
615+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
616616 with :
617617 # Force exact ref when running in act (it copies files locally, it breaks if we specify another ref)
618618 ref : ${{ !github.event.act && inputs.branch || github.sha }}
619619 persist-credentials : false
620620
621621 - name : Define variables
622622 id : vars
623- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
623+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
624624 with :
625625 script : |
626626 const fs = require('fs');
@@ -863,7 +863,7 @@ jobs:
863863 - name : Download GitHub artifact
864864 id : download-dist-artifacts
865865 continue-on-error : true
866- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
866+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
867867 with :
868868 name : ${{ inputs.dist-artifacts-prefix }}dist-artifacts
869869 path : /tmp/dist-artifacts
@@ -936,7 +936,7 @@ jobs:
936936 runs-on : ubuntu-arm64-small
937937 steps :
938938 - name : Checkout
939- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
939+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
940940 with :
941941 # Force exact ref when running in act (it copies files locally, it breaks if we specify another ref)
942942 ref : ${{ !github.event.act && needs.setup.outputs.commit-sha || github.sha }}
@@ -1153,7 +1153,7 @@ jobs:
11531153 - name : Download GitHub artifact
11541154 id : download-dist-artifacts
11551155 continue-on-error : true
1156- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
1156+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
11571157 with :
11581158 name : ${{ inputs.dist-artifacts-prefix }}dist-artifacts
11591159 path : /tmp/dist-artifacts
@@ -1248,7 +1248,7 @@ jobs:
12481248 # and we will keep the last one. They all generate the same urls.
12491249 - name : Generate GCS release URLs
12501250 id : generate-urls
1251- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
1251+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
12521252 env :
12531253 GCS_ARTIFACTS_RELEASE_PATH_TAG : ${{ steps.paths.outputs.gcs_artifacts_release_path_tag }}
12541254 with :
@@ -1319,7 +1319,7 @@ jobs:
13191319 - /home/runner/work/_actions:/home/runner/work/_actions
13201320 steps :
13211321 - name : Checkout
1322- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
1322+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
13231323 with :
13241324 # Force exact ref when running in act (it copies files locally, it breaks if we specify another ref)
13251325 ref : ${{ !github.event.act && needs.setup.outputs.commit-sha || github.sha }}
@@ -1358,7 +1358,7 @@ jobs:
13581358 }}
13591359 steps :
13601360 - name : Checkout
1361- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
1361+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
13621362 with :
13631363 # Force exact ref when running in act (it copies files locally, it breaks if we specify another ref)
13641364 ref : ${{ !github.event.act && needs.setup.outputs.commit-sha || github.sha }}
@@ -1367,7 +1367,7 @@ jobs:
13671367 - name : Download GitHub artifact
13681368 id : download-dist-artifacts
13691369 continue-on-error : true
1370- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
1370+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
13711371 with :
13721372 name : ${{ inputs.dist-artifacts-prefix }}dist-artifacts
13731373 path : /tmp/dist-artifacts
@@ -1397,7 +1397,7 @@ jobs:
13971397 shell : bash
13981398
13991399 - name : Create tag
1400- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
1400+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
14011401 # Allow the tag creation to fail, in case it already exists
14021402 # (e.g.: created manually, or re-triggering a release).
14031403 continue-on-error : true
0 commit comments