Commit 74319b5
committed
fix(ci): SHA-pin actions/checkout in cowork-auto-pr workflow
The cowork-auto-pr.yml workflow used unpinned actions/checkout@v4 while
all other workflows (ci.yml, publish.yml, release-audit.yml) use SHA-pinned
versions. This creates supply-chain risk and inconsistency.
Pinned to d23441a48e516b6c34aea4fa41551a30e30af803 (v6) to match the
fleet standard.1 parent 7b1512a commit 74319b5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments