3131 - name : Checkout
3232 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3333 - name : Set up Python
34- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
34+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
3535 with :
3636 python-version : " 3.12"
3737 - name : Install
5656 - name : Checkout scanner
5757 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5858 - name : Set up Python
59- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
59+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
6060 with :
6161 python-version : " 3.12"
6262 - name : Install scanner
@@ -141,7 +141,7 @@ jobs:
141141 --skillspector-json out/skillspector.json \
142142 --output out/skill.json
143143 - name : Upload skill artifact
144- uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v5.1.0
144+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
145145 with :
146146 name : skill-${{ matrix.namespace }}-${{ matrix.slug }}
147147 path : out/
@@ -158,15 +158,15 @@ jobs:
158158 - name : Checkout scanner
159159 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
160160 - name : Set up Python
161- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
161+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
162162 with :
163163 python-version : " 3.12"
164164 - name : Install
165165 run : |
166166 python -m pip install --upgrade pip
167167 pip install -e .
168168 - name : Download all skill artifacts
169- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v5 .0.0
169+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
170170 with :
171171 path : scans
172172 pattern : skill-*
@@ -178,7 +178,7 @@ jobs:
178178 run : |
179179 python -c "import json; r=json.load(open('latest.json')); print(json.dumps(r['summary'], indent=2))"
180180 - name : Upload scan-index artifact
181- uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v5.1.0
181+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
182182 with :
183183 name : scan-index
184184 path : latest.json
@@ -194,12 +194,12 @@ jobs:
194194 - name : Checkout
195195 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
196196 - name : Download scan-index
197- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v5 .0.0
197+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
198198 with :
199199 name : scan-index
200200 path : .
201201 - name : Download all skill artifacts
202- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v5 .0.0
202+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
203203 with :
204204 path : skills
205205 pattern : skill-*
@@ -266,23 +266,23 @@ jobs:
266266 - name : Install pnpm
267267 uses : pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
268268 with :
269- version : 10.33.2
269+ version : 10.34.4
270270 - name : Set up Node
271- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.0 .0
271+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
272272 with :
273273 node-version : " 22"
274274 cache : " pnpm"
275275 cache-dependency-path : site/pnpm-lock.yaml
276276 - name : Set up Python
277- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
277+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
278278 with :
279279 python-version : " 3.12"
280280 - name : Install scanner
281281 run : |
282282 python -m pip install --upgrade pip
283283 pip install -e .
284284 - name : Download scan-index
285- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v5 .0.0
285+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
286286 with :
287287 name : scan-index
288288 path : .
@@ -328,7 +328,7 @@ jobs:
328328 path : pages
329329 - name : Deploy Pages
330330 id : deploy
331- uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4 .0.5
331+ uses : actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5 .0.0
332332
333333 open-issue-on-failure :
334334 name : Open or update tracker issue
0 commit comments