6262 TEST_DJANGO_VERSION : ${{ matrix.django-version }}
6363
6464 steps :
65- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
65+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
6666 with :
6767 persist-credentials : false
6868 - name : Set up Python ${{ matrix.python-version }}
8383 sudo apt install emacs
8484 - name : Setup tmate session
8585 if : ${{ github.event.inputs.debug == 'true' }}
86- uses : mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101
86+ uses : mxschmitt/action-tmate@35b54afac29c97fb54faba5b513f8fbd1882f113
8787 with :
8888 detached : true
8989 timeout-minutes : 60
@@ -139,7 +139,7 @@ jobs:
139139 TEST_DJANGO_VERSION : ${{ matrix.django-version }}
140140
141141 steps :
142- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
142+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
143143 with :
144144 persist-credentials : false
145145 - name : Set up Python ${{ matrix.python-version }}
@@ -160,7 +160,7 @@ jobs:
160160 brew install emacs
161161 - name : Setup tmate session
162162 if : ${{ github.event.inputs.debug == 'true' }}
163- uses : mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101
163+ uses : mxschmitt/action-tmate@35b54afac29c97fb54faba5b513f8fbd1882f113
164164 with :
165165 detached : true
166166 timeout-minutes : 60
@@ -219,7 +219,7 @@ jobs:
219219 TEST_DJANGO_VERSION : ${{ matrix.django-version }}
220220
221221 steps :
222- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
222+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
223223 with :
224224 persist-credentials : false
225225 - name : Set up Python ${{ matrix.python-version }}
@@ -239,7 +239,7 @@ jobs:
239239 uses : rhysd/action-setup-vim@febef33995d6649302e9d88dda81e071b68f16a7
240240 - name : Setup tmate session
241241 if : ${{ github.event.inputs.debug == 'true' }}
242- uses : mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101
242+ uses : mxschmitt/action-tmate@35b54afac29c97fb54faba5b513f8fbd1882f113
243243 with :
244244 detached : true
245245 timeout-minutes : 60
@@ -269,7 +269,7 @@ jobs:
269269 id-token : write
270270
271271 steps :
272- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
272+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
273273 with :
274274 persist-credentials : false
275275 - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
@@ -299,7 +299,7 @@ jobs:
299299 - run : just coverage
300300
301301 - name : Upload coverage to Codecov
302- uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2
302+ uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354
303303 with :
304304 use_oidc : true
305305 files :
0 commit comments