5656 name : Validate SKILL.md & fidelity structure
5757 runs-on : ubuntu-latest
5858 steps :
59- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
59+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6060
6161 - name : Set up Python
6262 uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
@@ -114,7 +114,7 @@ jobs:
114114 name : Generator compatibility (Python 3.9)
115115 runs-on : ubuntu-latest
116116 steps :
117- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
117+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
118118
119119 - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
120120 with :
@@ -148,7 +148,7 @@ jobs:
148148 name : CLI tests (Windows)
149149 runs-on : windows-latest
150150 steps :
151- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
151+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
152152
153153 - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
154154 with :
@@ -174,7 +174,7 @@ jobs:
174174 name : Desktop Rust tests
175175 runs-on : ubuntu-latest
176176 steps :
177- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
177+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
178178
179179 - name : Install native GUI build dependencies
180180 run : |
@@ -211,7 +211,7 @@ jobs:
211211 # with ~10k-token system prompt → under $0.05/PR. Forks have no secret
212212 # access — treat missing secret as advisory pass so external PRs can land.
213213 steps :
214- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
214+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
215215 with :
216216 fetch-depth : 0
217217
@@ -304,7 +304,7 @@ jobs:
304304 if : github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'
305305 needs : validate
306306 steps :
307- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
307+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
308308
309309 - name : Set up Python
310310 uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
0 commit comments