@@ -40,24 +40,24 @@ jobs:
4040 https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
4141
4242 - name : Checkout
43- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
43+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
4444 if : env.writable == 1 && github.event_name != 'repository_dispatch'
4545 with :
4646 ref : ${{ github.head_ref }}
4747 token : ${{ secrets.BOT_TOKEN }}
4848 - name : Checkout fork
49- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
49+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
5050 if : env.writable == 0
5151 - name : Checkout on chat command
52- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
52+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
5353 if : github.event_name == 'repository_dispatch'
5454 with :
5555 token : ${{ secrets.BOT_TOKEN }}
5656 repository : ${{ github.event.client_payload.pull_request.head.repo.full_name }}
5757 ref : ${{ github.event.client_payload.pull_request.head.ref }}
5858
5959 - name : Setup PHP
60- uses : shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
60+ uses : shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
6161 with :
6262 php-version : ' 8.5'
6363 extensions : gd, intl, imagick
8181 run : git pull --ff-only --no-tags --depth=1
8282
8383 - name : Commit changed files
84- uses : stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1 .0
84+ uses : stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2 .0
8585 if : failure() && steps.baseline.conclusion != 'skipped' && env.writable == 1
8686 with :
8787 commit_message : ' chore: update psalm baseline'
@@ -110,24 +110,24 @@ jobs:
110110 https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
111111
112112 - name : Checkout
113- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
113+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
114114 if : env.writable == 1 && github.event_name != 'repository_dispatch'
115115 with :
116116 ref : ${{ github.head_ref }}
117117 token : ${{ secrets.BOT_TOKEN }}
118118 - name : Checkout fork
119- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
119+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
120120 if : env.writable == 0
121121 - name : Checkout on chat command
122- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
122+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
123123 if : github.event_name == 'repository_dispatch'
124124 with :
125125 token : ${{ secrets.BOT_TOKEN }}
126126 repository : ${{ github.event.client_payload.pull_request.head.repo.full_name }}
127127 ref : ${{ github.event.client_payload.pull_request.head.ref }}
128128
129129 - name : Setup PHP
130- uses : shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
130+ uses : shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
131131 with :
132132 php-version : ' 8.5'
133133 extensions : gd, intl, imagick
@@ -151,7 +151,7 @@ jobs:
151151 run : git pull --ff-only --no-tags --depth=1
152152
153153 - name : Commit changed files
154- uses : stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1 .0
154+ uses : stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2 .0
155155 if : failure() && steps.baseline.conclusion != 'skipped' && env.writable == 1
156156 with :
157157 commit_message : ' chore: update psalm taint baseline'
@@ -180,18 +180,18 @@ jobs:
180180 https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
181181
182182 - name : Checkout
183- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
183+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
184184 if : github.event_name != 'repository_dispatch'
185185 - name : Checkout on chat command
186- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
186+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
187187 if : github.event_name == 'repository_dispatch'
188188 with :
189189 token : ${{ secrets.BOT_TOKEN }}
190190 repository : ${{ github.event.client_payload.pull_request.head.repo.full_name }}
191191 ref : ${{ github.event.client_payload.pull_request.head.ref }}
192192
193193 - name : Setup PHP
194- uses : shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
194+ uses : shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
195195 with :
196196 php-version : ' 8.5'
197197 extensions : gd, intl, imagick, pdo_mysql
@@ -224,7 +224,7 @@ jobs:
224224 run : git pull --ff-only --no-tags --depth=1
225225
226226 - name : Commit changed files
227- uses : stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1 .0
227+ uses : stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2 .0
228228 if : failure() && steps.baseline.conclusion != 'skipped' && env.writable == 1
229229 with :
230230 commit_message : ' chore: update phpstan baseline'
0 commit comments