actions-marketplace-validations/Submodule Branch Check
Check that the commit of a submodule is on a specific branch descended from the previous one
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | — | yes | — |
| branch | Which branch the submodule must be on | no | "" |
| first_parent | Require submodule commit to be an ancestor of specified branch strictly along first-parent path | no | "" |
| pass_if_unchanged | If the check should always pass if the submodule hasn't been changed on a branch/commit | no | "" |
| fetch_depth | The fetch depth for both involved branches if run on a PR | no | "" |
| sub_fetch_depth | The fetch depth for the submodule | no | "" |
| require_head | If the submodule should be required to be on the head commit of the specified branch | no | "" |
| disable_progression | Skip the Progression Check | no | "" |
| event_path | Override the path to the github event json file. Used for testing. | no | "" |
Outputs
| name | description |
|---|---|
| fails | Cause of failure, if run failed |