File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
31+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3232 with :
3333 persist-credentials : false
3434
4848 security-events : write # upload SARIF to GitHub Advanced Security
4949 steps :
5050 - name : Checkout
51- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
51+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5252 with :
5353 persist-credentials : false
5454
Original file line number Diff line number Diff line change 2525 name : ML-DSA-87 ACVP Verification
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2929 with :
3030 persist-credentials : false
3131
Original file line number Diff line number Diff line change 2020 name : Lint
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424 with :
2525 persist-credentials : false
2626 - name : Use Node.js 22.x
4141 matrix :
4242 node-version : [20.x, 22.x, 24.x]
4343 steps :
44- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
44+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4545 with :
4646 persist-credentials : false
4747 - name : Use Node.js ${{ matrix.node-version }}
5555 name : Verify dist/ is up to date
5656 runs-on : ubuntu-latest
5757 steps :
58- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
58+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5959 with :
6060 persist-credentials : false
6161 - name : Use Node.js 22.x
7676 name : Fuzz (quick)
7777 runs-on : ubuntu-latest
7878 steps :
79- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
79+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8080 with :
8181 persist-credentials : false
8282 - name : Use Node.js 22.x
@@ -104,7 +104,7 @@ jobs:
104104 name : Browser Tests (Playwright)
105105 runs-on : ubuntu-latest
106106 steps :
107- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
107+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
108108 with :
109109 persist-credentials : false
110110 - name : Use Node.js 22.x
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020
2121 steps :
22- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2323 with :
2424 persist-credentials : false
2525 - name : Use Node.js 22.x
Original file line number Diff line number Diff line change 4343 runs-on : ubuntu-latest
4444 steps :
4545 - name : Checkout qrypto.js
46- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
46+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4747 with :
4848 persist-credentials : false
4949
9191 runs-on : ubuntu-latest
9292 steps :
9393 - name : Checkout qrypto.js
94- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
94+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
9595 with :
9696 persist-credentials : false
9797
@@ -139,7 +139,7 @@ jobs:
139139 runs-on : ubuntu-latest
140140 steps :
141141 - name : Checkout qrypto.js
142- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
142+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
143143 with :
144144 persist-credentials : false
145145
@@ -196,7 +196,7 @@ jobs:
196196 runs-on : ubuntu-latest
197197 steps :
198198 - name : Checkout qrypto.js
199- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
199+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
200200 with :
201201 persist-credentials : false
202202
Original file line number Diff line number Diff line change 3838 # headroom under the 360-minute job ceiling so artifacts still upload.
3939 timeout-minutes : 350
4040 steps :
41- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
41+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4242 with :
4343 persist-credentials : false
4444
Original file line number Diff line number Diff line change 3535 sha : ${{ steps.resolve.outputs.sha }}
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
38+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3939 with :
4040 ref : main
4141 persist-credentials : false
8585 packages : ${{ steps.released.outputs.packages }}
8686 steps :
8787 - name : Checkout
88- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
88+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8989 with :
9090 # semantic-release must run on writable HEAD-of-main (it pushes
9191 # release commits and tags); the assertion below binds that HEAD
@@ -214,7 +214,7 @@ jobs:
214214 runs-on : ubuntu-latest
215215 steps :
216216 - name : Checkout
217- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
217+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
218218 with :
219219 # The SHA preflight validated — not floating `main`, which may have
220220 # advanced while this run was queued. Only scripts/ is used here;
Original file line number Diff line number Diff line change 2525 name : ML-DSA-87 Wycheproof Verification
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2929 with :
3030 persist-credentials : false
3131
You can’t perform that action at this time.
0 commit comments