@@ -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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
38+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
45+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
60+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
79+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
120+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
148+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
149149
150150 - name : Setup PHP and Composer
151151 uses : ./.github/actions/setup-php-composer
@@ -167,7 +167,7 @@ jobs:
167167 if : needs.pre-run.outputs.changed-js-count > 0 || needs.pre-run.outputs.changed-gha-workflow-count > 0
168168 steps :
169169 - name : Checkout
170- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
170+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
171171
172172 - name : Setup NodeJS and NPM
173173 uses : ./.github/actions/setup-node-npm
@@ -209,7 +209,7 @@ jobs:
209209 totalParts : [2]
210210 steps :
211211 - name : Checkout
212- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
212+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
213213
214214 - name : Setup NodeJS and NPM
215215 uses : ./.github/actions/setup-node-npm
@@ -382,7 +382,7 @@ jobs:
382382
383383 - name : Checkout
384384 if : needs.pre-run.outputs.changed-php-count > 0
385- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
385+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
386386
387387 - name : Setup PHP and Composer
388388 if : needs.pre-run.outputs.changed-php-count > 0
@@ -547,7 +547,7 @@ jobs:
547547 fi
548548
549549 - name : Checkout
550- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
550+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
551551
552552 - name : Setup PHP and Composer
553553 uses : ./.github/actions/setup-php-composer
0 commit comments