2121 runs-on : ubuntu-latest
2222 timeout-minutes : 10
2323 steps :
24- - uses : actions/checkout@v6
24+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # was `@v6`
2525
2626 - name : Resolve pinned intentproof-spec revision
2727 id : spec_pin
3636 f.write(f"sha={c}\n")
3737 PY
3838
39- - uses : actions/checkout@v6
39+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # was `@v6`
4040 with :
4141 repository : IntentProof/intentproof-spec
4242 ref : ${{ steps.spec_pin.outputs.sha }}
5252 runs-on : ubuntu-latest
5353 timeout-minutes : 10
5454 steps :
55- - uses : actions/checkout@v6
55+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # was `@v6`
5656
5757 - name : Resolve pinned intentproof-spec revision
5858 id : spec_pin
@@ -67,14 +67,14 @@ jobs:
6767 f.write(f"sha={c}\n")
6868 PY
6969
70- - uses : actions/checkout@v6
70+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # was `@v6`
7171 with :
7272 repository : IntentProof/intentproof-spec
7373 ref : ${{ steps.spec_pin.outputs.sha }}
7474 fetch-depth : 0
7575 path : intentproof-spec
7676
77- - uses : actions/setup-node@v6
77+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # was `@v6`
7878 with :
7979 node-version-file : intentproof-spec/.nvmrc
8080 cache : npm
8787 runs-on : ubuntu-latest
8888 timeout-minutes : 10
8989 steps :
90- - uses : actions/checkout@v6
90+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # was `@v6`
9191
9292 - name : Resolve pinned intentproof-spec revision
9393 id : spec_pin
@@ -102,7 +102,7 @@ jobs:
102102 f.write(f"sha={c}\n")
103103 PY
104104
105- - uses : actions/checkout@v6
105+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # was `@v6`
106106 with :
107107 repository : IntentProof/intentproof-spec
108108 ref : ${{ steps.spec_pin.outputs.sha }}
@@ -125,7 +125,7 @@ jobs:
125125 audit :
126126 runs-on : ubuntu-latest
127127 steps :
128- - uses : actions/checkout@v6
128+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # was `@v6`
129129
130130 - uses : ./.github/actions/setup-python-pip
131131 with :
@@ -163,7 +163,7 @@ jobs:
163163 python-version : " 3.14"
164164 check-latest : false
165165 steps :
166- - uses : actions/checkout@v6
166+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # was `@v6`
167167
168168 - name : Resolve pinned intentproof-spec revision
169169 id : spec_pin
@@ -178,7 +178,7 @@ jobs:
178178 f.write(f"sha={c}\n")
179179 PY
180180
181- - uses : actions/checkout@v6
181+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # was `@v6`
182182 with :
183183 repository : IntentProof/intentproof-spec
184184 ref : ${{ steps.spec_pin.outputs.sha }}
0 commit comments