ybiquitous/npm-audit-fix action
Run `npm audit fix` and create a pull request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token. | no | ${{ github.token }} |
| branch | Created branch. | no | npm-audit-fix-action/fix |
| default_branch | Default branch. If not specified, it will be auto-detected. | no | — |
| commit_title | Commit message and pull request title. | no | build(deps): npm audit fix |
| labels | Labels for pull request (comma-separated). | no | dependencies, javascript, security |
| assignees | Assignees for pull request (comma-separated) | no | — |
| npm_args | Arguments for the `npm` command. | no | — |
| path | Path to the project root directory. | no | . |
Outputs
| name | description |
|---|---|
| pull_request_url | URL of the created pull request. |
| branch_name | Name of the created branch. |