Commit 9f57b42
Fix Playwright CLI provenance verification for tag format change
@playwright/cli 0.1.7 changed their git tag naming convention from
'v0.1.7' to '0.1.7' (dropped the 'v' prefix). This caused our
provenance verification to fail with WorkflowRefMismatch.
- Bump minimum version from >=0.1.3 to >=0.1.7
- Update tag validation to expect tags without the 'v' prefix
- Add test to verify the callback accepts the new tag format
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 442d45d commit 9f57b42
File tree
2 files changed
+40
-3
lines changed- src/Aspire.Cli/Agents/Playwright
- tests/Aspire.Cli.Tests/Agents
2 files changed
+40
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
Lines changed: 37 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
432 | 467 | | |
433 | 468 | | |
434 | 469 | | |
| |||
997 | 1032 | | |
998 | 1033 | | |
999 | 1034 | | |
| 1035 | + | |
1000 | 1036 | | |
1001 | 1037 | | |
1002 | 1038 | | |
1003 | 1039 | | |
| 1040 | + | |
1004 | 1041 | | |
1005 | 1042 | | |
1006 | 1043 | | |
| |||
0 commit comments