@@ -30,12 +30,12 @@ jobs:
3030 CCACHE_SLOPPINESS : pch_defines,time_macros
3131
3232 steps :
33- - uses : actions/checkout@v6
33+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3434 with :
3535 persist-credentials : false
3636
3737 - name : ccache
38- uses :
hendrikmuhs/[email protected] 38+ uses : hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2.20
3939 with :
4040 key : ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
4141
@@ -85,19 +85,19 @@ jobs:
8585 CCACHE_SLOPPINESS : pch_defines,time_macros
8686
8787 steps :
88- - uses : actions/checkout@v6
88+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
8989 with :
9090 persist-credentials : false
9191
9292 - name : ccache
93- uses :
hendrikmuhs/[email protected] 93+ uses : hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2.20
9494 with :
9595 key : ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
9696
9797 # TODO: move latest compiler to separate step
9898 # TODO: bail out on warnings with latest GCC
9999 - name : Set up GCC
100- uses : egor-tensin/setup-gcc@v1
100+ uses : egor-tensin/setup-gcc@eaa888eb19115a521fa72b65cd94fe1f25bbcaac # v1.3
101101 if : false # matrix.os == 'ubuntu-22.04'
102102 with :
103103 version : 13
@@ -201,12 +201,12 @@ jobs:
201201 runs-on : ${{ matrix.os }}
202202
203203 steps :
204- - uses : actions/checkout@v6
204+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
205205 with :
206206 persist-credentials : false
207207
208208 - name : ccache
209- uses :
hendrikmuhs/[email protected] 209+ uses : hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2.20
210210 with :
211211 key : ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
212212
@@ -235,12 +235,12 @@ jobs:
235235 runs-on : ${{ matrix.os }}
236236
237237 steps :
238- - uses : actions/checkout@v6
238+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
239239 with :
240240 persist-credentials : false
241241
242242 - name : ccache
243- uses :
hendrikmuhs/[email protected] 243+ uses : hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2.20
244244 with :
245245 key : ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
246246
@@ -269,7 +269,7 @@ jobs:
269269 runs-on : ${{ matrix.os }}
270270
271271 steps :
272- - uses : actions/checkout@v6
272+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
273273 with :
274274 persist-credentials : false
275275
@@ -297,12 +297,12 @@ jobs:
297297 CCACHE_SLOPPINESS : pch_defines,time_macros
298298
299299 steps :
300- - uses : actions/checkout@v6
300+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
301301 with :
302302 persist-credentials : false
303303
304304 - name : ccache
305- uses :
hendrikmuhs/[email protected] 305+ uses : hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2.20
306306 with :
307307 key : ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
308308
@@ -359,12 +359,12 @@ jobs:
359359 runs-on : ${{ matrix.os }}
360360
361361 steps :
362- - uses : actions/checkout@v6
362+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
363363 with :
364364 persist-credentials : false
365365
366366 - name : ccache
367- uses :
hendrikmuhs/[email protected] 367+ uses : hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2.20
368368 with :
369369 key : ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
370370
@@ -597,12 +597,12 @@ jobs:
597597 runs-on : ubuntu-22.04 # run on the latest image only
598598
599599 steps :
600- - uses : actions/checkout@v6
600+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
601601 with :
602602 persist-credentials : false
603603
604604 - name : ccache
605- uses :
hendrikmuhs/[email protected] 605+ uses : hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2.20
606606 with :
607607 key : ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
608608
0 commit comments