2424 contents : read
2525 steps :
2626 - name : Checkout repo
27- uses : actions/checkout@v6
27+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828 with :
29- fetch-depth : 0
29+ persist-credentials : false
3030
3131 - name : Set up Node.js
3232 uses : ./.github/actions/node-setup
4141 contents : read
4242 steps :
4343 - name : Checkout repo
44- uses : actions/checkout@v6
44+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4545 with :
46- fetch-depth : 0
46+ persist-credentials : false
4747
4848 - name : Setup environment (node + install)
4949 uses : ./.github/actions/node-setup
@@ -58,12 +58,12 @@ jobs:
5858 security-events : write
5959 steps :
6060 - name : Checkout repository
61- uses : actions/checkout@v6
61+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6262 with :
6363 persist-credentials : false
6464
6565 - name : Run zizmor
66- uses : zizmorcore/zizmor-action@v0.5.3
66+ uses : zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
6767
6868 test-browser :
6969 name : Run browser tests
7272 contents : read
7373 steps :
7474 - name : Checkout repo
75- uses : actions/checkout@v6
75+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7676 with :
77- fetch-depth : 0
77+ persist-credentials : false
7878
7979 - name : Setup environment (node + install)
8080 uses : ./.github/actions/node-setup
8787 >> $GITHUB_OUTPUT
8888
8989 - name : Cache Playwright browsers
90- uses : actions/cache@v5
90+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
9191 id : playwright-cache
9292 with :
9393 path : ~/.cache/ms-playwright
@@ -118,9 +118,7 @@ jobs:
118118 node-version : [20, 22, 23, 24, 25]
119119 steps :
120120 - name : Checkout repo
121- uses : actions/checkout@v6
122- with :
123- fetch-depth : 0
121+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
124122
125123 - name : Setup environment (node + install)
126124 uses : ./.github/actions/node-setup
0 commit comments