@@ -37,11 +37,11 @@ jobs:
3737 matrix : ${{ steps.set-config.outputs.matrix }}
3838
3939 steps :
40- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
40+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4141 with :
4242 persist-credentials : false
4343
44- - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
44+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
4545 with :
4646 python-version : " 3.13"
4747 pip-version : " 25.3"
@@ -64,13 +64,13 @@ jobs:
6464
6565 steps :
6666 - name : Checkout this repository (full clone)
67- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
67+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6868 with :
6969 # The baseline revision could be rather old so a full clone is ideal.
7070 fetch-depth : 0
7171 persist-credentials : false
7272
73- - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
73+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
7474 with :
7575 python-version : " 3.13"
7676 pip-version : " 25.3"
8383
8484 - name : Attempt to use cached baseline analysis
8585 id : baseline-cache
86- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
86+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
8787 with :
8888 path : ${{ matrix.baseline-analysis }}
8989 key : ${{ matrix.baseline-cache-key }}
@@ -103,7 +103,7 @@ jobs:
103103 --force-${{ matrix.style }}-style -v
104104
105105 - name : Upload baseline analysis
106- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
106+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
107107 with :
108108 name : ${{ matrix.baseline-analysis }}
109109 path : ${{ matrix.baseline-analysis }}
@@ -119,13 +119,13 @@ jobs:
119119
120120 steps :
121121 - name : Checkout this repository (full clone)
122- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
122+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
123123 with :
124124 # The baseline revision could be rather old so a full clone is ideal.
125125 fetch-depth : 0
126126 persist-credentials : false
127127
128- - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
128+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
129129 with :
130130 python-version : " 3.13"
131131 pip-version : " 25.3"
@@ -147,7 +147,7 @@ jobs:
147147 # (but it wouldn't cause problems if we theoretically did)
148148 - name : Attempt to find baseline analysis
149149 id : baseline-cache
150- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
150+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
151151 with :
152152 path : ${{ matrix.baseline-analysis }}
153153 key : ${{ matrix.baseline-cache-key }}
@@ -166,7 +166,7 @@ jobs:
166166 --force-${{ matrix.style }}-style -v
167167
168168 - name : Upload target analysis
169- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
169+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
170170 with :
171171 name : ${{ matrix.target-analysis }}
172172 path : ${{ matrix.target-analysis }}
@@ -185,15 +185,15 @@ jobs:
185185 include : ${{ fromJson(needs.configure.outputs.matrix) }}
186186
187187 steps :
188- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
188+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
189189 with :
190190 persist-credentials : false
191191
192- - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
192+ - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
193193 with :
194194 merge-multiple : true
195195
196- - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
196+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
197197 with :
198198 python-version : " 3.13"
199199 pip-version : " 25.3"
@@ -205,7 +205,7 @@ jobs:
205205 compare --diff ${{ matrix.baseline-analysis }} ${{ matrix.target-analysis }}
206206
207207 - name : Upload diff report
208- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
208+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
209209 with :
210210 name : ${{ matrix.style }}-diff.html
211211 path : diff.html
@@ -221,7 +221,7 @@ jobs:
221221
222222 - name : Upload summary file (PR only)
223223 if : github.event_name == 'pull_request'
224- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
224+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
225225 with :
226226 name : .${{ matrix.style }}.pr-comment.md
227227 path : .${{ matrix.style }}.pr-comment.md
0 commit comments