{"id":21651129,"url":"https://github.com/action-stars/generic-workflows","last_synced_at":"2026-02-10T15:17:23.218Z","repository":{"id":209852644,"uuid":"725096014","full_name":"action-stars/generic-workflows","owner":"action-stars","description":"GitHub Actions workflows.","archived":false,"fork":false,"pushed_at":"2025-03-11T11:58:19.000Z","size":73,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-11T12:35:58.385Z","etag":null,"topics":["github-actions","reusable-workflows"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/action-stars.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-29T12:34:54.000Z","updated_at":"2025-03-11T11:57:07.000Z","dependencies_parsed_at":"2023-11-29T13:51:26.423Z","dependency_job_id":"4f936778-1431-473d-b78c-4579fdb1520b","html_url":"https://github.com/action-stars/generic-workflows","commit_stats":null,"previous_names":["action-stars/generic-workflows"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/action-stars%2Fgeneric-workflows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/action-stars%2Fgeneric-workflows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/action-stars%2Fgeneric-workflows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/action-stars%2Fgeneric-workflows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/action-stars","download_url":"https://codeload.github.com/action-stars/generic-workflows/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244547604,"owners_count":20470103,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-actions","reusable-workflows"],"created_at":"2024-11-25T07:46:50.871Z","updated_at":"2026-02-10T15:17:23.160Z","avatar_url":"https://github.com/action-stars.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Action Stars Generic Workflows for GitHub Actions\n\n![GitHub Release (latest SemVer)](https://img.shields.io/github/v/release/action-stars/generic-workflows?sort=semver)\n![Validate](https://github.com/action-stars/generic-workflows/actions/workflows/_validate.yaml/badge.svg?branch=main)\n\n## Publish Release Workflow\n\nThis GitHub Actions workflow publishes a release.\n\n\u003c!-- MERGE:START:release - Do not remove or modify this section --\u003e\n### Inputs\n\n\u003c!-- AUTO-DOC-INPUT:START - Do not remove or modify this section --\u003e\n\n|     INPUT      |  TYPE   | REQUIRED |          DEFAULT           |                                        DESCRIPTION                                        |\n|----------------|---------|----------|----------------------------|-------------------------------------------------------------------------------------------|\n|   artifacts    | string  |  false   |                            | Comma separated list of artifact path to be uploaded to the release; this supports globs. |\n| changelog_path | string  |  false   |     `\"./CHANGELOG.md\"`     |      Path to the CHANGELOG file; this needs to follow the Keep a Changelog pattern.       |\n|  make_latest   | boolean |  false   |           `true`           |                      Whether to make the release the latest release.                      |\n|    version     | string  |  false   | `\"${{ github.ref_name }}\"` |                                The version to be released.                                |\n\n\u003c!-- AUTO-DOC-INPUT:END --\u003e\n### Outputs\n\n\u003c!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section --\u003e\nNo outputs.\n\u003c!-- AUTO-DOC-OUTPUT:END --\u003e\n\u003c!-- MERGE:END:release - Do not remove or modify this section --\u003e\n\n## OSSF Scorecard Workflow\n\nThis GitHub Actions workflow runs the OSSF Scorecard.\n\n\u003c!-- MERGE:START:scorecard - Do not remove or modify this section --\u003e\n### Inputs\n\n\u003c!-- AUTO-DOC-INPUT:START - Do not remove or modify this section --\u003e\n\n|     INPUT      |  TYPE  | REQUIRED | DEFAULT |                   DESCRIPTION                    |\n|----------------|--------|----------|---------|--------------------------------------------------|\n| retention_days | number |  false   |   `7`   | Number of days to retain the scorecard artifact. |\n\n\u003c!-- AUTO-DOC-INPUT:END --\u003e\n### Outputs\n\n\u003c!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section --\u003e\nNo outputs.\n\u003c!-- AUTO-DOC-OUTPUT:END --\u003e\n\u003c!-- MERGE:END:scorecard - Do not remove or modify this section --\u003e\n\n## Validate GitHub Action Workflow\n\nThis workflow validates the GitHub Action in the repository.\n\n\u003c!-- MERGE:START:validate-gh-action - Do not remove or modify this section --\u003e\n### Inputs\n\n\u003c!-- AUTO-DOC-INPUT:START - Do not remove or modify this section --\u003e\n\n|    INPUT     |  TYPE   | REQUIRED | DEFAULT |          DESCRIPTION           |\n|--------------|---------|----------|---------|--------------------------------|\n|   auto_doc   | boolean |  false   | `false` |   If auto-doc should be run.   |\n| markdownlint | boolean |  false   | `false` | If markdownlint should be run. |\n|  shellcheck  | boolean |  false   | `false` |  If shellcheck should be run.  |\n|   yamlfmt    | boolean |  false   | `false` |   If yamlfmt should be run.    |\n\n\u003c!-- AUTO-DOC-INPUT:END --\u003e\n### Outputs\n\n\u003c!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section --\u003e\nNo outputs.\n\u003c!-- AUTO-DOC-OUTPUT:END --\u003e\n\u003c!-- MERGE:END:validate-gh-action - Do not remove or modify this section --\u003e\n\n## Validate GitHub Workflows Workflow\n\nThis workflow validates the GitHub Workflows in the repository.\n\n\u003c!-- MERGE:START:validate-gh-workflows - Do not remove or modify this section --\u003e\n### Inputs\n\n\u003c!-- AUTO-DOC-INPUT:START - Do not remove or modify this section --\u003e\n\n|      INPUT      |  TYPE   | REQUIRED | DEFAULT |          DESCRIPTION           |\n|-----------------|---------|----------|---------|--------------------------------|\n|    auto_doc     | boolean |  false   | `false` |   If auto-doc should be run.   |\n| auto_doc_script | string  |  false   |         |  The script to run auto-doc.   |\n|  markdownlint   | boolean |  false   | `false` | If markdownlint should be run. |\n|   shellcheck    | boolean |  false   | `false` |  If shellcheck should be run.  |\n|     yamlfmt     | boolean |  false   | `false` |   If yamlfmt should be run.    |\n\n\u003c!-- AUTO-DOC-INPUT:END --\u003e\n### Outputs\n\n\u003c!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section --\u003e\nNo outputs.\n\u003c!-- AUTO-DOC-OUTPUT:END --\u003e\n\u003c!-- MERGE:END:validate-gh-workflows - Do not remove or modify this section --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faction-stars%2Fgeneric-workflows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faction-stars%2Fgeneric-workflows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faction-stars%2Fgeneric-workflows/lists"}