{"id":11771763,"name":"OZI-Project/publish","ecosystem":"actions","description":"OZI publish action.","homepage":"","licenses":"mit-0","normalized_licenses":["MIT-0"],"repository_url":"https://github.com/OZI-Project/publish","keywords_array":["gh-actions-repo"],"namespace":"OZI-Project","versions_count":59,"first_release_published_at":"2023-12-29T20:59:18.000Z","latest_release_published_at":"2026-03-26T02:02:33.000Z","latest_release_number":"2.0.0","last_synced_at":"2026-09-01T09:37:55.764Z","created_at":"2025-06-07T21:06:55.883Z","updated_at":"2026-09-01T09:37:55.765Z","registry_url":"https://github.com/OZI-Project/publish","install_command":null,"documentation_url":null,"metadata":{"name":"OZI Publish","description":"OZI publish action.","branding":{"icon":"gift","color":"yellow"},"inputs":{"github-token":{"description":"GitHub workflow-generated token.","required":false,"default":"${{ github.token }}"},"create-pull-request":{"description":"Create a pull request on the default branch.","default":false},"pull-request-body":{"description":"Text to use for the pull request body.","default":"Created automatically. Manually close and reopen to enable checks."}},"runs":{"using":"composite","steps":[{"uses":"actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd"},{"uses":"actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c"},{"name":"Move artifact","run":"cp -a artifact/. ./","shell":"bash"},{"name":"Publish package distributions to GitHub Releases","uses":"python-semantic-release/publish-action@310a9983a0ae878b29f3aac778d7c77c1db27378","with":{"github_token":"${{ inputs.github-token }}"}},{"name":"Get HEAD branch name","id":"head","if":"${{ fromJSON(inputs.create-pull-request) == true }}","run":"git remote show origin | grep 'HEAD branch' | cut -d \":\" -f2 | sed 's/ /name=/' \u003e\u003e $GITHUB_OUTPUT","shell":"bash"},{"if":"${{ fromJSON(inputs.create-pull-request) == true \u0026\u0026 steps.head.outputs.name == github.ref_name }}","run":"echo 'already in HEAD branch no pull request will be created'","shell":"bash"},{"name":"Create pull request","if":"${{ fromJSON(inputs.create-pull-request) == true \u0026\u0026 steps.head.outputs.name != github.ref_name }}","run":"gh pr create -B $HEAD_BRANCH -H $REF_NAME --title \"Merge $REF_NAME into $HEAD_BRANCH\" --body \"$PR_BODY\"","env":{"HEAD_BRANCH":"${{ steps.head.outputs.name }}","REF_NAME":"${{ github.head_ref || github.ref_name }}","PR_BODY":"${{ inputs.pull-request-body }}","GITHUB_TOKEN":"${{ inputs.github-token }}"},"shell":"bash"}]},"default_branch":"main","path":null},"repo_metadata":{"id":214677025,"uuid":"737101409","full_name":"OZI-Project/publish","owner":"OZI-Project","description":"OZI action - publish releases to PyPI; and mirror releases, signature bundles, and provenance in a tagged release","archived":false,"fork":false,"pushed_at":"2025-10-28T00:17:38.000Z","size":476,"stargazers_count":1,"open_issues_count":5,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-22T23:39:50.182Z","etag":null,"topics":["gh-actions-repo"],"latest_commit_sha":null,"homepage":"","language":"YAML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit-0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OZI-Project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-29T20:28:00.000Z","updated_at":"2025-09-28T07:28:01.000Z","dependencies_parsed_at":"2024-02-04T01:21:48.828Z","dependency_job_id":"56876468-b307-48d5-b4a5-5a630a67ec89","html_url":"https://github.com/OZI-Project/publish","commit_stats":null,"previous_names":["rjdbcm/ozi-publish","ozi-project/publish"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/OZI-Project/publish","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fpublish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fpublish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fpublish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fpublish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OZI-Project","download_url":"https://codeload.github.com/OZI-Project/publish/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fpublish/sbom","scorecard":{"id":537540,"data":{"date":"2025-08-20T05:24:10Z","repo":{"name":"github.com/OZI-Project/publish","commit":"4f60b808859fd63bd4be3bb9cc3e34d7a14c3bf7"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.4,"checks":[{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   5 out of   5 GitHub-owned GitHubAction dependencies pinned","Info:   3 out of   3 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/scorecards.yml:29","Info: jobLevel 'actions' permission set to 'read': .github/workflows/scorecards.yml:30","Info: topLevel 'contents' permission set to 'read': .github/workflows/dependency-review.yml:13","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:18","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Code-Review","score":-1,"reason":"Found no human activity in the last 15 changesets","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: MIT No Attribution: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: all commits (30) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":3,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Info: 'branch protection settings apply to administrators' is required to merge on branch 'main'","Warn: could not determine whether codeowners review is allowed","Warn: no status checks found to merge onto branch 'main'","Warn: PRs are not required to make changes on branch 'main'; or we don't have data to detect it.If you think it might be the latter, make sure to run Scorecard with a PAT or use Repo Rules (that are always public) instead of Branch Protection settings"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Contributors","score":6,"reason":"project has 2 contributing companies or organizations -- score normalized to 6","details":["Info: found contributions from: OZI-Project, id=27082021/7654386"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}},{"name":"CI-Tests","score":10,"reason":"15 out of 15 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}}]},"last_synced_at":"2025-08-20T07:22:04.845Z","repository_id":214677025,"created_at":"2025-08-20T07:22:04.845Z","updated_at":"2025-08-20T07:22:04.845Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36114483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-31T02:00:06.731Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"tags":[]},"repo_metadata_updated_at":"2026-07-31T10:12:29.328Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":34.34343434343434,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":17.17171717171717},"purl":"pkg:githubactions/OZI-Project/publish","advisories":[{"uuid":"GSA_kwCzR0hTQS0yNDg3LTlmNTUtMnZnOc4ABHu7","url":"https://github.com/advisories/GHSA-2487-9f55-2vg9","title":"OZI-Project/ozi-publish Code Injection vulnerability","description":"### Impact\nPotentially untrusted data flows into PR creation logic. A malicious actor could construct a branch name that injects arbitrary code.\n\n### Patches\nThis is patched in 1.13.6\n\n### Workarounds\nDowngrade to \u003c1.13.2\n\n### References\n\n* [Understanding the Risk of Script Injections](https://docs.github.com/en/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions#understanding-the-risk-of-script-injections)","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2025-05-12T19:58:07.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":6.3,"cvss_vector":"CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U","references":["https://github.com/OZI-Project/publish/security/advisories/GHSA-2487-9f55-2vg9","https://nvd.nist.gov/vuln/detail/CVE-2025-47271","https://github.com/OZI-Project/publish/commit/abd8524ec69800890529846b3ccfb09ce7c10b5c","https://github.com/advisories/GHSA-2487-9f55-2vg9"],"source_kind":"github","identifiers":["GHSA-2487-9f55-2vg9","CVE-2025-47271"],"repository_url":"https://github.com/OZI-Project/publish","blast_radius":1.0,"packages":[{"versions":[{"first_patched_version":"1.13.6","vulnerable_version_range":"\u003e= 1.13.2, \u003c 1.13.6"}],"ecosystem":"actions","package_name":"OZI-Project/publish"}],"created_at":"2025-05-12T20:08:27.692Z","updated_at":"2025-07-20T01:08:59.556Z","epss_percentage":0.00073,"epss_percentile":0.22782}],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/OZI-Project/publish","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/OZI-Project/publish","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/OZI-Project/publish/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-28T10:04:52.868Z","issues_count":1,"pull_requests_count":300,"avg_time_to_close_issue":26231.0,"avg_time_to_close_pull_request":313150.4192307692,"issues_closed_count":1,"pull_requests_closed_count":260,"pull_request_authors_count":3,"issue_authors_count":1,"avg_comments_per_issue":0.0,"avg_comments_per_pull_request":0.14666666666666667,"merged_pull_requests_count":218,"bot_issues_count":1,"bot_pull_requests_count":293,"past_year_issues_count":1,"past_year_pull_requests_count":187,"past_year_avg_time_to_close_issue":26231.0,"past_year_avg_time_to_close_pull_request":420502.8511904762,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":168,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.16042780748663102,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":185,"past_year_merged_pull_requests_count":140,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fpublish/issues","maintainers":[{"login":"rjdbcm","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rjdbcm"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/OZI-Project%2Fpublish/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/OZI-Project%2Fpublish/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/OZI-Project%2Fpublish/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/OZI-Project%2Fpublish/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/OZI-Project%2Fpublish/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/OZI-Project%2Fpublish/codemeta","maintainers":[]}