This repository was archived by the owner on Nov 14, 2025. It is now read-only.
Commit 93c8ae3
fix: improve release job conditions to handle skipped dependencies (#326)
* fix: improve release job conditions to handle skipped dependencies
Updated the create-release job condition to properly handle cases where
docker and npm jobs are skipped instead of failing. The release will now
proceed if build succeeded and docker/npm either succeeded or were skipped.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* chore: configure osv-scanner to ignore validator dev dependency issue
Added osv-scanner.toml configuration to ignore GHSA-9965-vmph-33xx for the
validator package since it's a dev-only dependency not exposed in production.
The vulnerability is medium severity (CVSS 6.1) with no fix available yet.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* chore: add empty changeset for osv-scanner configuration
This changeset is empty because the osv-scanner.toml configuration
change is dev-only and does not require a release.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 60d8f68 commit 93c8ae3
File tree
3 files changed
+20
-1
lines changed- .changeset
- .github/workflows
3 files changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
277 | 282 | | |
278 | 283 | | |
279 | 284 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments