Skip to content

Commit 2951293

Browse files
fix(ci): bump React Doctor action to support JSON schema v3
The pinned action only accepted report schema v1/v2, so react-doctor@latest (schema v3) made every PR scan fail with "Scan could not complete". Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 640b9ef commit 2951293

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/react-doctor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: React Doctor
30-
uses: millionco/react-doctor@0b4f4f4bd248a154e64eb508a48347f71154b3f3 # v2
30+
uses: millionco/react-doctor@01820bb4fd4d0a4aebcd8df2b2a143a098649cb2 # v2.2.8
3131
with:
3232
project: 'package,example'
3333
blocking: none

0 commit comments

Comments
 (0)