This GitHub Actions workflow generates a changelog for Dependabot.
No inputs.
No outputs.
This GitHub Actions workflow publishes a release.
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|---|---|---|---|---|
| artifacts | string | false | Comma separated list of artifact path to be uploaded to the release; this supports globs. | |
| changelog_path | string | false | "./CHANGELOG.md" |
Path to the CHANGELOG file; this needs to follow the Keep a Changelog pattern. |
| make_latest | boolean | false | true |
Whether to make the release the latest release. |
| version | string | false | "${{ github.ref_name }}" |
The version to be released. |
No outputs.
This GitHub Actions workflow runs the OSSF Scorecard.
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|---|---|---|---|---|
| retention_days | number | false | 7 |
Number of days to retain the scorecard artifact. |
No outputs.
This workflow validates the GitHub Action in the repository.
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|---|---|---|---|---|
| auto_doc | boolean | false | false |
If auto-doc should be run. |
| markdownlint | boolean | false | false |
If markdownlint should be run. |
| shellcheck | boolean | false | false |
If shellcheck should be run. |
| yamlfmt | boolean | false | false |
If yamlfmt should be run. |
No outputs.
This workflow validates the GitHub Workflows in the repository.
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|---|---|---|---|---|
| auto_doc | boolean | false | false |
If auto-doc should be run. |
| auto_doc_script | string | false | The script to run auto-doc. | |
| markdownlint | boolean | false | false |
If markdownlint should be run. |
| shellcheck | boolean | false | false |
If shellcheck should be run. |
| yamlfmt | boolean | false | false |
If yamlfmt should be run. |
No outputs.