This repository was archived by the owner on Mar 9, 2026. It is now read-only.
Commit 76042ae
fix(ci): add missing dependency-review job to CI workflow (#53)
* fix(ci): add missing dependency-review job to CI workflow
The wc-dependency-review.yml reusable workflow was defined but never
invoked from ci.yml, causing dependency review to be silently skipped.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix(ci): remove unnecessary pull-requests permission from dependency-review
Remove comment-summary-in-pr feature and the pull-requests: write
permission it required. The dependency-review-action only needs
contents: read without the comment feature.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* style: Trim line
* style: Format
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent a393f5f commit 76042ae
2 files changed
Lines changed: 14 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
73 | 78 | | |
74 | 79 | | |
75 | 80 | | |
| |||
79 | 84 | | |
80 | 85 | | |
81 | 86 | | |
82 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
83 | 96 | | |
84 | 97 | | |
85 | 98 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
30 | | - | |
0 commit comments