@@ -35,14 +35,14 @@ jobs:
3535 - name : Checkout including last 2 commits
3636 # Fetch last 2 commits if it's not a PR, so that we can determine the list of modified files.
3737 if : ${{ github.base_ref == null }}
38- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
38+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3939 with :
4040 fetch-depth : 2
4141
4242 - name : Checkout
4343 # Do usual checkout if it's a PR.
4444 if : ${{ github.base_ref != null }}
45- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
45+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4646
4747 - name : Determine modified files
4848 id : determine-file-counts
5757 runs-on : ubuntu-latest
5858 steps :
5959 - name : Checkout
60- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
60+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6161
6262 - name : Setup NodeJS and NPM
6363 uses : ./.github/actions/setup-node-npm
7676 checks : write
7777 steps :
7878 - name : Checkout
79- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
79+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
8080
8181 - name : Setup NodeJS and NPM
8282 uses : ./.github/actions/setup-node-npm
@@ -117,7 +117,7 @@ jobs:
117117 runs-on : ubuntu-latest
118118 steps :
119119 - name : Checkout
120- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
120+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
121121
122122 - name : Setup PHP and Composer
123123 uses : ./.github/actions/setup-php-composer
@@ -145,7 +145,7 @@ jobs:
145145 if : needs.pre-run.outputs.changed-php-count > 0 || needs.pre-run.outputs.changed-gha-workflow-count > 0
146146 steps :
147147 - name : Checkout
148- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
148+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
149149
150150 - name : Setup PHP and Composer
151151 uses : ./.github/actions/setup-php-composer
@@ -165,7 +165,7 @@ jobs:
165165 if : needs.pre-run.outputs.changed-js-count > 0 || needs.pre-run.outputs.changed-gha-workflow-count > 0
166166 steps :
167167 - name : Checkout
168- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
168+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
169169
170170 - name : Setup NodeJS and NPM
171171 uses : ./.github/actions/setup-node-npm
@@ -207,7 +207,7 @@ jobs:
207207 totalParts : [2]
208208 steps :
209209 - name : Checkout
210- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
210+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
211211
212212 - name : Setup NodeJS and NPM
213213 uses : ./.github/actions/setup-node-npm
@@ -370,7 +370,7 @@ jobs:
370370
371371 - name : Checkout
372372 if : needs.pre-run.outputs.changed-php-count > 0
373- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
373+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
374374
375375 - name : Setup PHP and Composer
376376 if : needs.pre-run.outputs.changed-php-count > 0
@@ -534,7 +534,7 @@ jobs:
534534 fi
535535
536536 - name : Checkout
537- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
537+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
538538
539539 - name : Setup PHP and Composer
540540 uses : ./.github/actions/setup-php-composer
@@ -585,7 +585,7 @@ jobs:
585585 build : ['dev', 'prod']
586586 steps :
587587 - name : Checkout
588- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
588+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
589589
590590 - name : Setup NodeJS and NPM
591591 uses : ./.github/actions/setup-node-npm
0 commit comments